Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp151 size_t arm_section_length; member
431 cbdata->sects->arm_section_length = phdr->p_memsz; in checkForUnwindInfoSegment()
538 info.arm_section_length = (size_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
540 (void *)info.arm_section, (void *)info.arm_section_length); in findUnwindSections()
541 if (info.arm_section && info.arm_section_length) in findUnwindSections()
598 info.arm_section_length = (size_t)length * sizeof(EHABIIndexEntry); in findUnwindSections()
599 if (info.arm_section && info.arm_section_length) in findUnwindSections()
H A DUnwindCursor.hpp1416 sects.arm_section_length / sizeof(EHABIIndexEntry)); in end()