HomeSort by relevance Sort by last modified time
    Searched refs:FindElfSection (Results 1 - 4 of 4) 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/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 209 milliseconds