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

  /external/google-breakpad/src/common/linux/
elfutils.h 57 struct ElfClass64 {
66 static const int kClass = ELFCLASS64;
elfutils.cc 149 } else if (cls == ELFCLASS64) {
150 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type,
185 } else if (cls == ELFCLASS64) {
186 FindElfClassSegment<ElfClass64>(elf_base, segment_type,
file_id_unittest.cc 49 using google_breakpad::ElfClass64;
123 typedef Types<ElfClass32, ElfClass64> ElfClasses;
file_id.cc 109 } else if (elfclass == ELFCLASS64) {
110 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size,
synth_elf_unittest.cc 43 using google_breakpad::ElfClass64;
194 typedef Types<ElfClass32, ElfClass64> ElfClasses;
dump_symbols.cc 83 using google_breakpad::ElfClass64;
    [all...]

Completed in 54 milliseconds