Home
last modified time | relevance | path

Searched refs:dwarf_index_section (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libunwind/src/
DAddressSpace.hpp131 uintptr_t dwarf_index_section; member
425 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in checkForUnwindInfoSegment()
523 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
526 … (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length); in findUnwindSections()
DUnwindCursor.hpp1525 if (!foundFDE && (sects.dwarf_index_section != 0)) { in getInfoFromDwarfSection()
1527 _addressSpace, pc, sects.dwarf_index_section, in getInfoFromDwarfSection()
1554 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()