HomeSort by: relevance | last modified time | path
    Searched defs:in_body (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 137 unsigned int in_body : 1; /* are we inside a body? */ member in struct:unw_state_record
581 if (!(sr->in_body || sr->first_region))
603 sr->in_body = body;
1856 insn = unw_decode (insn, fs->in_body, fs);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 137 unsigned int in_body : 1; /* are we inside a body? */ member in struct:unw_state_record
581 if (!(sr->in_body || sr->first_region))
603 sr->in_body = body;
1856 insn = unw_decode (insn, fs->in_body, fs);
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 3233 in_body (const char *directive) function
3448 if (!in_body ("restore"))
4135 if (!in_body ("label_state"))
4154 if (!in_body ("copy_state"))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 3233 in_body (const char *directive) function
3448 if (!in_body ("restore"))
4135 if (!in_body ("label_state"))
4154 if (!in_body ("copy_state"))
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 10284 int in_body;
10366 in_body = 0;
10372 dp = unw_decode (dp, in_body, & in_body, end);
10281 int in_body; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 9776 int in_body;
9858 in_body = 0;
9864 dp = unw_decode (dp, in_body, & in_body, end);
9773 int in_body; local

Completed in 66 milliseconds