Searched refs:tblptr (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h2398 arelent *tblptr = section->relocation;
2407 if (!(tblptr || NAME (aout, slurp_reloc_table) (abfd, section, symbols)))
2421 tblptr = section->relocation;
2425 *relptr++ = tblptr++;
H A Dbout.c891 arelent *tblptr;
910 tblptr = section->relocation;
912 *relptr++ = tblptr++;
890 arelent *tblptr; local
H A Dcoffcode.h4975 arelent *tblptr = section->relocation;
4996 tblptr = section->relocation;
4999 *relptr++ = tblptr++;
4974 arelent *tblptr = section->relocation; local
H A Decoff.c1682 arelent *tblptr;
1687 tblptr = section->relocation;
1690 *relptr++ = tblptr++;
1678 arelent *tblptr; local
H A Delf.c6592 arelent *tblptr;
6599 tblptr = section->relocation;
6601 *relptr++ = tblptr++;
6587 arelent *tblptr; local
H A Delf64-mips.c2353 arelent *tblptr;
2360 tblptr = section->relocation;
2362 *relptr++ = tblptr++;
2348 arelent *tblptr; local
H A Delf64-sparc.c213 arelent *tblptr; local
220 tblptr = section->relocation;
222 *relptr++ = tblptr++;
H A Dmipsbsd.c355 arelent *tblptr = section->relocation; local
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++;

Completed in 210 milliseconds