Searched refs:fnstart (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c425 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);
798 _uw fnstart; local
813 fnstart = ucbp->pr_cache.fnstart + (offset & ~1);
815 in_range = (fnstart <= addr && addr < fnstart + (len & ~1));
H A Dunwind-arm.h118 _uw fnstart; /* function start address */ member in struct:_Unwind_Control_Block::__anon132
H A Dpr-support.c360 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h58 uint32_t fnstart; /* function start address */ member in struct:_Unwind_Control_Block::__anon300
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset;
518 exception_object->pr_cache.fnstart = frameInfo.start_ip;
528 exception_object->pr_cache.fnstart,
633 exception_object->pr_cache.fnstart = frameInfo.start_ip;
758 exception_object->pr_cache.fnstart = frameInfo.start_ip;
H A DUnwindLevel1-gcc-ext.c171 ex.pr_cache.fnstart = frameInfo.start_ip;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h135 uint32_t fnstart; /* function start address */ member in struct:_Unwind_Control_Block::__anon675

Completed in 108 milliseconds