Home
last modified time | relevance | path

Searched refs:bfd_of_toc_owner (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-ppc.c734 extern bfd * bfd_of_toc_owner;
1056 toc_section = bfd_get_section_by_name (bfd_of_toc_owner, in coff_ppc_relocate_section()
1446 bfd* bfd_of_toc_owner = 0; variable
1519 if (bfd_of_toc_owner == 0) in ppc_allocate_toc_section()
1523 s = bfd_get_section_by_name ( bfd_of_toc_owner , TOC_SECTION_NAME); in ppc_allocate_toc_section()
1529 foo = (bfd_byte *) bfd_alloc (bfd_of_toc_owner, amt); in ppc_allocate_toc_section()
1933 if (abfd == bfd_of_toc_owner) in ppc_do_last()
1942 return bfd_of_toc_owner; in ppc_get_last()
Dcoff-mcore.c197 bfd * bfd_of_toc_owner; member