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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c4534 struct _ppc64_elf_section_data *ppc64_sec;
4802 ppc64_sec = ppc64_elf_section_data (sec);
4803 if (ppc64_sec->sec_type != sec_toc)
4809 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
4810 if (ppc64_sec->u.toc.symndx == NULL)
4813 ppc64_sec->u.toc.add = bfd_zalloc (abfd, amt);
4814 if (ppc64_sec->u.toc.add == NULL)
4816 BFD_ASSERT (ppc64_sec->sec_type == sec_normal);
4817 ppc64_sec->sec_type = sec_toc;
4820 ppc64_sec
4530 struct _ppc64_elf_section_data *ppc64_sec; local
[all...]

Completed in 99 milliseconds