/openbsd/gnu/llvm/libunwind/src/ |
H A D | Unwind_AppleExtras.cpp | 61 NOT_HERE_BEFORE_10_6(_Unwind_GetRegionStart) 99 NOT_HERE_BEFORE_5_0(_Unwind_GetRegionStart)
|
H A D | Unwind-sjlj.c | 473 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart() function
|
H A D | UnwindLevel1.c | 521 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart() function
|
H A D | Unwind-seh.cpp | 433 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart() function
|
/openbsd/gnu/gcc/gcc/ |
H A D | unwind-compat.c | 160 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() function 164 symver (_Unwind_GetRegionStart, GCC_3.0);
|
H A D | unwind-generic.h | 166 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
|
H A D | unwind-c.c | 56 info->Start = (context ? _Unwind_GetRegionStart (context) : 0); in parse_lsda_header()
|
H A D | unwind-pe.h | 120 return _Unwind_GetRegionStart (context); in base_of_encoded_value()
|
H A D | unwind-sjlj.c | 243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() function
|
H A D | libgcc-std.ver | 154 _Unwind_GetRegionStart
|
H A D | unwind-dw2.c | 334 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() function 1558 alias (_Unwind_GetRegionStart);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | unwind-libunwind.c | 158 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() function
|
H A D | unwind.h | 158 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
|
H A D | unwind-c.c | 47 info->Start = (context ? _Unwind_GetRegionStart (context) : 0); in parse_lsda_header()
|
H A D | libgcc-std.ver | 154 _Unwind_GetRegionStart
|
H A D | unwind-pe.h | 108 return _Unwind_GetRegionStart (context); in base_of_encoded_value()
|
H A D | unwind-sjlj.c | 215 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() function
|
/openbsd/gnu/llvm/libunwind/include/ |
H A D | unwind.h | 76 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | libgcc-std.ver | 154 _Unwind_GetRegionStart
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | unwind-arm.h | 192 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
|
H A D | pr-support.c | 355 _Unwind_GetRegionStart (_Unwind_Context * context) in _Unwind_GetRegionStart() function
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 208 uintptr_t funcStart = (uintptr_t)_Unwind_GetRegionStart(context); in __gcc_personality_sj0()
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | unwind.h | 257 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
|
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | eh_personality.cc | 59 info->Start = (context ? _Unwind_GetRegionStart (context) : 0); in parse_lsda_header()
|
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 62 info->Start = (context ? _Unwind_GetRegionStart (context) : 0); in parse_lsda_header()
|