Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp166 uintptr_t dwarf_index_section_length; member
407 info.dwarf_index_section_length = (uintptr_t)(&__eh_frame_hdr_end - &__eh_frame_hdr_start); in findUnwindSections()
409 … (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length); in findUnwindSections()
537 cbdata->sects->dwarf_index_section_length = phdr->p_memsz; in findUnwindSections()
DUnwindCursor.hpp1468 (uint32_t)sects.dwarf_index_section_length, &fdeInfo, &cieInfo); in getInfoFromDwarfSection()