Home
last modified time | relevance | path

Searched refs:fnstart (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/arm/
Dunwind-arm.c425 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset); in get_eit_entry()
798 _uw fnstart; in __gnu_unwind_pr_common() local
813 fnstart = ucbp->pr_cache.fnstart + (offset & ~1); in __gnu_unwind_pr_common()
815 in_range = (fnstart <= addr && addr < fnstart + (len & ~1)); in __gnu_unwind_pr_common()
Dunwind-arm.h118 _uw fnstart; /* function start address */ member
Dpr-support.c360 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()
/openbsd/src/gnu/llvm/libunwind/src/
DUnwind-EHABI.cpp117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
528 exception_object->pr_cache.fnstart, in unwind_phase1()
633 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
758 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2_forced()
DUnwindLevel1-gcc-ext.c171 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()
/openbsd/src/gnu/llvm/libunwind/include/
Dunwind_arm_ehabi.h58 uint32_t fnstart; /* function start address */ member
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dunwind.h135 uint32_t fnstart; /* function start address */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-arm.texi418 @cindex @code{.fnstart} directive, ARM
/openbsd/src/gnu/llvm/llvm/docs/
DCodeGenerator.rst641 asm streamer just prints it (``emitFnStart -> .fnstart``), and the object