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

  /src/lib/libc/rpc/
xdr_rec.c 125 #define LAST_FRAG ((uint32_t)(1U << 31))
147 bool_t last_frag; member in struct:rec_strm
234 rstrm->last_frag = TRUE;
302 if (rstrm->last_frag)
471 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) {
475 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm)))
478 rstrm->last_frag = FALSE;
492 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) {
496 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm)))
524 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ax-gdb.c 1236 int last_frag = (offset + op_size == bound_end);
1238 if (!last_frag)
1292 if (!last_frag)
1227 int last_frag = (offset + op_size == bound_end); local
  /src/external/gpl3/gdb.old/dist/gdb/
ax-gdb.c 1236 int last_frag = (offset + op_size == bound_end);
1238 if (!last_frag)
1292 if (!last_frag)
1227 int last_frag = (offset + op_size == bound_end); local
  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 2002 fragS *last_frag = NULL, *frag;
2093 if (last_frag == NULL
2101 && (frag == last_frag
2105 >= get_frag_fix (last_frag, seg))))))
2110 else if (frag == last_frag && ! DWARF2_USE_FIXED_ADVANCE_PC)
2117 last_frag = frag;
2127 if (frag == last_frag && ! DWARF2_USE_FIXED_ADVANCE_PC)
1999 fragS *last_frag = NULL, *frag; local
write.c 1232 get_frag_for_reloc (fragS *last_frag,
1238 for (f = last_frag; f != NULL; f = f->fr_next)
1267 fragS *last_frag; local
1304 last_frag = NULL;
1345 fragS *f = get_frag_for_reloc (last_frag, seginfo, r);
1348 last_frag = f;
1394 fragS *f = get_frag_for_reloc (last_frag, seginfo, r);
1397 last_frag = f;
  /src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c 2000 fragS *last_frag = NULL, *frag;
2091 if (last_frag == NULL
2099 && (frag == last_frag
2103 >= get_frag_fix (last_frag, seg))))))
2108 else if (frag == last_frag && ! DWARF2_USE_FIXED_ADVANCE_PC)
2115 last_frag = frag;
2125 if (frag == last_frag && ! DWARF2_USE_FIXED_ADVANCE_PC)
1997 fragS *last_frag = NULL, *frag; local
write.c 1223 get_frag_for_reloc (fragS *last_frag,
1229 for (f = last_frag; f != NULL; f = f->fr_next)
1258 fragS *last_frag; local
1295 last_frag = NULL;
1336 fragS *f = get_frag_for_reloc (last_frag, seginfo, r);
1339 last_frag = f;
1385 fragS *f = get_frag_for_reloc (last_frag, seginfo, r);
1388 last_frag = f;
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 2809 fragS *last_frag = NULL; local
2820 last_frag = last->slot_frag;
2823 size = slot_index (last_addr, last_frag, first_addr, first_frag,
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 2809 fragS *last_frag = NULL; local
2820 last_frag = last->slot_frag;
2823 size = slot_index (last_addr, last_frag, first_addr, first_frag,

Completed in 104 milliseconds