Searched defs:elf_mapped_base (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delfutils.cc121 bool FindElfSection(const void *elf_mapped_base, argument
127 assert(elf_mapped_base);
134 if (!IsValidElf(elf_mapped_base))
137 int cls = ElfClass(elf_mapped_base);
143 static_cast<const char*>(elf_mapped_base);
158 bool FindElfSegment(const void *elf_mapped_base, argument
163 assert(elf_mapped_base);
170 if (!IsValidElf(elf_mapped_base))
173 int cls = ElfClass(elf_mapped_base);
179 static_cast<const char*>(elf_mapped_base);
[all...]
H A Dfile_id.cc92 static bool FindElfBuildIDNote(const void *elf_mapped_base, argument
97 if ((!FindElfSegment(elf_mapped_base, PT_NOTE,
100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE,
119 static bool HashElfTextSection(const void *elf_mapped_base, argument
123 if (!FindElfSection(elf_mapped_base, ".text", SHT_PROGBITS,

Completed in 107 milliseconds