HomeSort by relevance Sort by last modified time
    Searched refs:FindElfSection (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/common/linux/
elfutils.h 78 bool FindElfSection(const void *elf_mapped_base,
file_id.cc 100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE,
123 if (!FindElfSection(elf_mapped_base, ".text", SHT_PROGBITS,
elfutils.cc 121 bool FindElfSection(const void *elf_mapped_base,
  /external/perf_data_converter/src/quipper/
dso.cc 29 Elf_Scn *FindElfSection(Elf *elf, const std::vector<string> &names) {
70 Elf_Scn *section = FindElfSection(elf, kNoteSectionNames);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 154 if (!FindElfSection(elf_base, ".dynamic", SHT_DYNAMIC,
162 if (!FindElfSection(elf_base, ".dynstr", SHT_STRTAB,

Completed in 171 milliseconds