Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dread_elf.h92 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id);
Dread_elf.cpp103 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection() argument
105 const char* end = p + section_size; in GetBuildIdFromNoteSection()