Home
last modified time | relevance | path

Searched refs:tblptr (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDmipsbsd.c355 arelent *tblptr = section->relocation; variable
373 if (tblptr && section->reloc_count)
376 *relptr++ = tblptr++;
383 tblptr = section->relocation;
388 c = tblptr->howto - NAME(aout,ext_howto_table);
389 tblptr->howto = &mips_howto_table_ext[c];
391 *relptr++ = tblptr++;
HDelf64-sparc.c213 arelent *tblptr; in elf64_sparc_canonicalize_reloc() local
220 tblptr = section->relocation; in elf64_sparc_canonicalize_reloc()
222 *relptr++ = tblptr++; in elf64_sparc_canonicalize_reloc()
HDbout.c890 arelent *tblptr; in b_out_canonicalize_reloc() local
909 tblptr = section->relocation; in b_out_canonicalize_reloc()
911 *relptr++ = tblptr++; in b_out_canonicalize_reloc()
HDelf64-mips.c2348 arelent *tblptr; in mips_elf64_canonicalize_reloc() local
2355 tblptr = section->relocation; in mips_elf64_canonicalize_reloc()
2357 *relptr++ = tblptr++; in mips_elf64_canonicalize_reloc()
HDcoffcode.h4974 arelent *tblptr = section->relocation; in coff_canonicalize_reloc() local
4995 tblptr = section->relocation; in coff_canonicalize_reloc()
4998 *relptr++ = tblptr++; in coff_canonicalize_reloc()
HDaoutx.h2392 arelent *tblptr = section->relocation; in NAME() local
2401 if (!(tblptr || NAME (aout, slurp_reloc_table) (abfd, section, symbols))) in NAME()
2415 tblptr = section->relocation; in NAME()
2419 *relptr++ = tblptr++; in NAME()
HDecoff.c1678 arelent *tblptr; in _bfd_ecoff_canonicalize_reloc() local
1683 tblptr = section->relocation; in _bfd_ecoff_canonicalize_reloc()
1686 *relptr++ = tblptr++; in _bfd_ecoff_canonicalize_reloc()
HDelf.c6587 arelent *tblptr; in _bfd_elf_canonicalize_reloc() local
6594 tblptr = section->relocation; in _bfd_elf_canonicalize_reloc()
6596 *relptr++ = tblptr++; in _bfd_elf_canonicalize_reloc()