Searched refs:o_toc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/binutils/include/coff/
H A Drs6000.h44 unsigned char o_toc[4]; /* address of TOC */ member in struct:__anon417
H A Drs6k64.h48 unsigned char o_toc[8]; /* address of TOC */ member in struct:__anon434
H A Dinternal.h226 bfd_vma o_toc; /* address of TOC */ member in struct:internal_aouthdr
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dcoffswap.h633 aouthdr_int->o_toc = H_GET_64 (abfd, aouthdr_ext->o_toc);
635 aouthdr_int->o_toc = H_GET_32 (abfd, aouthdr_ext->o_toc);
697 H_PUT_64 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
699 H_PUT_32 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
H A Dcoffcode.h1825 xcoff->toc = internal_a->o_toc;
4063 internal_a.o_toc = toc;
H A Dcoff64-rs6000.c1032 internal_a.o_toc = toc;

Completed in 128 milliseconds