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

  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.h 164 struct fix *next_reloc; /* Next !lituse or !gpdisp. */ member in struct:alpha_fix_tag
171 FIX->tc_fix_data.next_reloc = NULL; \
179 fprintf (STREAM, "\tinfo = 0x%lx, next_reloc = 0x%lx\n", \
181 (long) FIX->tc_fix_data.next_reloc); \
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.h 164 struct fix *next_reloc; /* Next !lituse or !gpdisp. */ member in struct:alpha_fix_tag
171 FIX->tc_fix_data.next_reloc = NULL; \
179 fprintf (STREAM, "\tinfo = 0x%lx, next_reloc = 0x%lx\n", \
181 (long) FIX->tc_fix_data.next_reloc); \
  /src/external/gpl3/binutils/dist/bfd/
elf32-h8300.c 1270 Elf_Internal_Rela *next_reloc = irel + 1;
1275 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, next_reloc))
1279 if (next_reloc->r_offset + next_reloc_size
1269 Elf_Internal_Rela *next_reloc = irel + 1; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-h8300.c 1270 Elf_Internal_Rela *next_reloc = irel + 1;
1275 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, next_reloc))
1279 if (next_reloc->r_offset + next_reloc_size
1269 Elf_Internal_Rela *next_reloc = irel + 1; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-h8300.c 1270 Elf_Internal_Rela *next_reloc = irel + 1;
1275 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, next_reloc))
1279 if (next_reloc->r_offset + next_reloc_size
1269 Elf_Internal_Rela *next_reloc = irel + 1; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-h8300.c 1271 Elf_Internal_Rela *next_reloc = irel + 1;
1276 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, next_reloc))
1280 if (next_reloc->r_offset + next_reloc_size
1270 Elf_Internal_Rela *next_reloc = irel + 1; local

Completed in 20 milliseconds