Home
last modified time | relevance | path

Searched defs:elf_mapped_base (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dfile_id.cc92 static bool FindElfBuildIDNote(const void *elf_mapped_base, in FindElfBuildIDNote()
119 static bool HashElfTextSection(const void *elf_mapped_base, in HashElfTextSection()
Delfutils.cc121 bool FindElfSection(const void *elf_mapped_base, in FindElfSection()
158 bool FindElfSegment(const void *elf_mapped_base, in FindElfSegment()
/external/libchrome/base/debug/
Delf_reader_linux.cc70 std::vector<ElfSegment> FindElfSegments(const void* elf_mapped_base, in FindElfSegments()