HomeSort by relevance Sort by last modified time
    Searched refs:arm_section_length (Results 1 - 2 of 2) sorted by null

  /external/libunwind_llvm/src/
AddressSpace.hpp 174 uintptr_t arm_section_length; member in struct:libunwind::UnwindInfoSections
416 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start);
418 (void *)info.arm_section, (void *)info.arm_section_length);
419 if (info.arm_section && info.arm_section_length)
467 info.arm_section_length = (uintptr_t)length;
468 if (info.arm_section && info.arm_section_length)
563 cbdata->sects->arm_section_length = phdr->p_memsz;
UnwindCursor.hpp     [all...]

Completed in 281 milliseconds