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

/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc320 const bool eh_frame,
350 // Provide the base addresses for .eh_frame encoded pointers, if
362 eh_frame);
704 FindElfSectionByName<ElfClass>(".eh_frame", SHT_PROGBITS,
708 // Pointers in .eh_frame data may be relative to the base addresses of
718 info->LoadedSection(".eh_frame");
721 LoadDwarfCFI<ElfClass>(obj_file, elf_header, ".eh_frame",
316 LoadDwarfCFI(const string& dwarf_filename, const typename ElfClass::Ehdr* elf_header, const char* section_name, const typename ElfClass::Shdr* section, const bool eh_frame, const typename ElfClass::Shdr* got_section, const typename ElfClass::Shdr* text_section, const bool big_endian, Module* module) argument

Completed in 205 milliseconds