Searched refs:next_reloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-alpha.h156 struct fix *next_reloc; /* Next !lituse or !gpdisp. */ member in struct:alpha_fix_tag
163 FIX->tc_fix_data.next_reloc = NULL; \
171 fprintf (STREAM, "\tinfo = 0x%lx, next_reloc = 0x%lx\n", \
173 (long) FIX->tc_fix_data.next_reloc); \
H A Dtc-alpha.c640 linked through the next_reloc field in reverse order, so as we
641 go through the next_reloc chain, we effectively reverse the chain
690 slave = slave->tc_fix_data.next_reloc)
1756 fixP->tc_fix_data.next_reloc = info->slaves;

Completed in 73 milliseconds