Searched refs:in_body (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | unwind-ia64.c | 144 unsigned int in_body : 1; /* are we inside a body? */ member 578 if (!(sr->in_body || sr->first_region)) in desc_prologue() 600 sr->in_body = body; in desc_prologue() 1743 insn = unw_decode (insn, fs->in_body, fs); in uw_frame_state_for()
|
/openbsd-src/gnu/gcc/gcc/config/ia64/ |
H A D | unwind-ia64.c | 148 unsigned int in_body : 1; /* are we inside a body? */ member 583 if (!(sr->in_body || sr->first_region)) in desc_prologue() 605 sr->in_body = body; in desc_prologue() 1833 insn = unw_decode (insn, fs->in_body, fs); in uw_frame_state_for()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 5110 int in_body; in dump_ia64_unwind() local 5156 in_body = 0; in dump_ia64_unwind() 5158 dp = unw_decode (dp, in_body, & in_body); in dump_ia64_unwind()
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 3919 int in_body; in dump_ia64_unwind() local 3966 in_body = 0; in dump_ia64_unwind() 3968 dp = unw_decode (dp, in_body, & in_body); in dump_ia64_unwind()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-ia64.c | 3387 in_body (const char *directive) in in_body() function 3608 if (!in_body ("restore")) 4327 if (!in_body ("label_state")) 4347 if (!in_body ("copy_state"))
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-2005 | 1510 (in_body): Simplify and eliminate early returns. 3928 (in_body): Likewise. 3948 (in_body): Call unwind_diagnostic when a directive isn't in 4095 (in_procedure, in_prologue, in_body): New.
|
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq6.pod | 154 my $in_body = /^$/ .. eof;
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlop.pod | 1161 $in_body = /^$/ .. eof;
|