Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp142 uintptr_t dwarf_index_section; member
414 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in checkForUnwindInfoSegment()
528 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
531 … (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length); in findUnwindSections()
634 info.dwarf_index_section = in findUnwindSections()
641 *this, info.dwarf_index_section, in findUnwindSections()
642 info.dwarf_index_section + info.dwarf_index_section_length, in findUnwindSections()
H A DUnwindCursor.hpp1670 if (!foundFDE && (sects.dwarf_index_section != 0)) { in getInfoFromDwarfSection()
1672 _addressSpace, pc, sects.dwarf_index_section, in getInfoFromDwarfSection()
1699 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()