Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/i386/
H A Ddarwin.h205 #define DWARF2_FRAME_REG_OUT(n, for_eh) \ argument
206 (! (for_eh) || write_symbols != DWARF2_DEBUG || TARGET_64BIT ? (n) \
/openbsd/gnu/gcc/gcc/
H A Ddwarf2out.c2073 if (for_eh) in output_cfi()
2169 output_call_frame_info (int for_eh) in output_call_frame_info() argument
2195 && for_eh) in output_call_frame_info()
2201 for_eh, /* empty */ 1); in output_call_frame_info()
2207 if (for_eh) in output_call_frame_info()
2228 if (for_eh) in output_call_frame_info()
2261 if (for_eh) in output_call_frame_info()
2356 output_cfi (cfi, NULL, for_eh); in output_call_frame_info()
2386 if (for_eh) in output_call_frame_info()
2392 if (for_eh) in output_call_frame_info()
[all …]
H A Dvarasm.c5923 int for_eh ATTRIBUTE_UNUSED, in default_emit_unwind_label()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2out.c1691 output_cfi (cfi, fde, for_eh) in output_cfi() argument
1694 int for_eh;
1722 if (for_eh)
1817 output_call_frame_info (for_eh) in output_call_frame_info() argument
1818 int for_eh; in output_call_frame_info()
1839 if (for_eh)
1857 if (for_eh)
1882 if (for_eh)
1997 if (for_eh)
2003 if (for_eh)
[all …]
H A DChangeLog.53658 * dwarf2out.c (output_cfi) [DW_CFA_set_loc]: If for_eh, mind
6441 * dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE
H A DFSFChangeLog.114696 Add pointer to exception region information in for_eh case.
/openbsd/gnu/gcc/gcc/config/
H A Ddarwin.h479 #define FRAME_BEGIN_LABEL (for_eh ? "EH_frame" : "Lframe")
H A Ddarwin.c1381 darwin_emit_unwind_label (FILE *file, tree decl, int for_eh, int empty) in darwin_emit_unwind_label() argument
1395 if (! for_eh) in darwin_emit_unwind_label()
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi3508 @defmac DWARF2_FRAME_REG_OUT (@var{regno}, @var{for_eh})
3512 should be output in .debug_frame (@code{@var{for_eh}} is zero) and
3513 .eh_frame (@code{@var{for_eh}} is nonzero). The default is to
7905 @deftypefn {Target Hook} void TARGET_ASM_EMIT_UNWIND_LABEL (@var{stream}, @var{decl}, @var{for_eh},…
7910 The third argument, @var{for_eh}, is a boolean: true if this is for an