Searched refs:tblptr (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | mipsbsd.c | 346 arelent *tblptr = section->relocation; variable 364 if (tblptr && section->reloc_count) 367 *relptr++ = tblptr++; 374 tblptr = section->relocation; 379 c = tblptr->howto - NAME(aout,ext_howto_table); 380 tblptr->howto = &mips_howto_table_ext[c]; 382 *relptr++ = tblptr++;
|
| D | riscix.c | 420 arelent *tblptr = section->relocation; in MY() local 438 if (tblptr && section->reloc_count) in MY() 441 *relptr++ = tblptr++; in MY() 448 tblptr = section->relocation; in MY() 453 c = tblptr->howto - NAME(aout,std_howto_table); in MY() 455 tblptr->howto = &riscix_std_reloc_howto[c]; in MY() 457 *relptr++ = tblptr++; in MY()
|
| D | i386lynx.c | 551 arelent *tblptr = section->relocation; variable 554 if (!(tblptr || NAME(lynx,slurp_reloc_table) (abfd, section, symbols))) 568 tblptr = section->relocation; 572 *relptr++ = tblptr++;
|
| D | hp300hpux.c | 852 arelent *tblptr = section->relocation; variable 857 if (!(tblptr || MY (slurp_reloc_table) (abfd, section, symbols))) 871 tblptr = section->relocation; 875 *relptr++ = tblptr++;
|
| D | elf64-sparc.c | 213 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()
|
| D | bout.c | 875 arelent *tblptr; in b_out_canonicalize_reloc() local 894 tblptr = section->relocation; in b_out_canonicalize_reloc() 896 *relptr++ = tblptr++; in b_out_canonicalize_reloc()
|
| D | elf64-mips.c | 2303 arelent *tblptr; in mips_elf64_canonicalize_reloc() local 2310 tblptr = section->relocation; in mips_elf64_canonicalize_reloc() 2312 *relptr++ = tblptr++; in mips_elf64_canonicalize_reloc()
|
| D | pdp11.c | 1968 arelent *tblptr = section->relocation; in NAME() local 1977 if (!(tblptr || NAME (aout, slurp_reloc_table)(abfd, section, symbols))) in NAME() 1992 tblptr = section->relocation; in NAME() 1995 *relptr++ = tblptr++; in NAME()
|
| D | coffcode.h | 4946 arelent *tblptr = section->relocation; in coff_canonicalize_reloc() local 4967 tblptr = section->relocation; in coff_canonicalize_reloc() 4970 *relptr++ = tblptr++; in coff_canonicalize_reloc()
|
| D | aoutx.h | 2376 arelent *tblptr = section->relocation; in NAME() local 2385 if (!(tblptr || NAME (aout, slurp_reloc_table) (abfd, section, symbols))) in NAME() 2399 tblptr = section->relocation; in NAME() 2403 *relptr++ = tblptr++; in NAME()
|
| D | ecoff.c | 1679 arelent *tblptr; in _bfd_ecoff_canonicalize_reloc() local 1684 tblptr = section->relocation; in _bfd_ecoff_canonicalize_reloc() 1687 *relptr++ = tblptr++; in _bfd_ecoff_canonicalize_reloc()
|
| D | som.c | 4939 arelent *tblptr; in som_canonicalize_reloc() local 4946 tblptr = section->relocation; in som_canonicalize_reloc() 4949 *relptr++ = tblptr++; in som_canonicalize_reloc()
|
| D | elf.c | 6092 arelent *tblptr; in _bfd_elf_canonicalize_reloc() local 6099 tblptr = section->relocation; in _bfd_elf_canonicalize_reloc() 6101 *relptr++ = tblptr++; in _bfd_elf_canonicalize_reloc()
|