Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp138 uintptr_t dwarf_index_section; member
432 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in checkForUnwindInfoSegment()
530 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
533 … (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length); in findUnwindSections()
H A DUnwindCursor.hpp1636 if (!foundFDE && (sects.dwarf_index_section != 0)) { in getInfoFromDwarfSection()
1638 _addressSpace, pc, sects.dwarf_index_section, in getInfoFromDwarfSection()
1665 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()