HomeSort by relevance Sort by last modified time
    Searched refs:prev_frag (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c 5643 static fragS *prev_frag = NULL; local
5680 static fragS *prev_frag = NULL; local
    [all...]
tc-tic54x.c 5254 fragS *prev_frag = bit_offset_frag (frag_prev (frag, bi->seg), bi->seg); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 390 fragS dummy, *prev_frag = &dummy; local
395 prev_frag->fr_next = frchp->frch_root;
396 prev_frag = frchp->frch_last;
397 gas_assert (prev_frag->fr_type != 0);
407 gas_assert (prev_frag != &dummy
408 && prev_frag->fr_type != 0);
409 prev_frag->fr_next = 0;
410 return prev_frag;
    [all...]

Completed in 785 milliseconds