Searched refs:dwarf_section (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | AddressSpace.hpp | 53 const void* dwarf_section; member 127 uintptr_t dwarf_section; member 432 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment() 508 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections() 519 info.dwarf_section = (uintptr_t)(&__eh_frame_start); in findUnwindSections() 521 (void *)info.dwarf_section, (void *)info.dwarf_section_length); in findUnwindSections() 568 info.dwarf_section = begin; in findUnwindSections()
|
D | UnwindCursor.hpp | 1519 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1521 sects.dwarf_section + fdeSectionOffsetHint, in getInfoFromDwarfSection() 1536 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1544 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1907 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) { in setInfoBasedOnIPRegister() 1931 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 709 const Shdr* dwarf_section = in LoadSymbols() local 716 if (elf_header->e_machine == EM_MIPS && !dwarf_section) { in LoadSymbols() 717 dwarf_section = in LoadSymbols() 723 if (dwarf_section) { in LoadSymbols()
|