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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-alpha.h 159 struct fix *next_reloc; /* Next !lituse or !gpdisp. */ member in struct:alpha_fix_tag
166 FIX->tc_fix_data.next_reloc = NULL; \
174 fprintf (STREAM, "\tinfo = 0x%lx, next_reloc = 0x%lx\n", \
176 (long) FIX->tc_fix_data.next_reloc); \
tc-alpha.c 701 linked through the next_reloc field in reverse order, so as we
702 go through the next_reloc chain, we effectively reverse the chain
751 slave = slave->tc_fix_data.next_reloc)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-h8300.c 1268 Elf_Internal_Rela *next_reloc = irel + 1; local
    [all...]

Completed in 217 milliseconds