Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp165 uintptr_t dwarf_index_section; member
406 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
409 … (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length); in findUnwindSections()
536 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in findUnwindSections()
DUnwindCursor.hpp1465 if (!foundFDE && (sects.dwarf_index_section != 0)) { in getInfoFromDwarfSection()
1467 _addressSpace, pc, sects.dwarf_index_section, in getInfoFromDwarfSection()
1508 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()