Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDcoffswap.h633 aouthdr_int->o_toc = H_GET_64 (abfd, aouthdr_ext->o_toc); in coff_swap_aouthdr_in()
635 aouthdr_int->o_toc = H_GET_32 (abfd, aouthdr_ext->o_toc); in coff_swap_aouthdr_in()
697 H_PUT_64 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc); in coff_swap_aouthdr_out()
699 H_PUT_32 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc); in coff_swap_aouthdr_out()
HDcoffcode.h1824 xcoff->toc = internal_a->o_toc; in coff_mkobject_hook()
4062 internal_a.o_toc = toc; in coff_write_object_contents()
HDcoff64-rs6000.c1032 internal_a.o_toc = toc;
/NextBSD/contrib/binutils/include/coff/
HDrs6k64.h48 unsigned char o_toc[8]; /* address of TOC */ member
HDrs6000.h44 unsigned char o_toc[4]; /* address of TOC */ member
HDinternal.h226 bfd_vma o_toc; /* address of TOC */ member