Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
DAddressSpace.hpp139 uintptr_t dwarf_index_section; member
471 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in checkForUnwindInfoSegment()
569 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
572 … (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length); in findUnwindSections()
675 info.dwarf_index_section = in findUnwindSections()
682 *this, info.dwarf_index_section, info.dwarf_index_section_length, in findUnwindSections()
DUnwindCursor.hpp1652 if (!foundFDE && (sects.dwarf_index_section != 0)) { in getInfoFromDwarfSection()
1654 _addressSpace, pc, sects.dwarf_index_section, in getInfoFromDwarfSection()
1681 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()