Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp174 uintptr_t arm_section_length; member
416 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
418 (void *)info.arm_section, (void *)info.arm_section_length); in findUnwindSections()
419 if (info.arm_section && info.arm_section_length) in findUnwindSections()
467 info.arm_section_length = (uintptr_t)length; in findUnwindSections()
468 if (info.arm_section && info.arm_section_length) in findUnwindSections()
563 cbdata->sects->arm_section_length = phdr->p_memsz; in findUnwindSections()
DUnwindCursor.hpp1245 sects.arm_section_length / sizeof(EHABIIndexEntry)); in end()