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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c5043 opd_entry_value (asection *opd_sec,
5048 bfd *opd_bfd = opd_sec->owner;
5054 if (opd_sec->reloc_count == 0)
5058 if (!bfd_get_section_contents (opd_bfd, opd_sec, &val, offset, 8))
5081 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
5086 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
5039 opd_entry_value(asection *opd_sec, bfd_vma offset, asection **code_sec, bfd_vma *code_off) argument

Completed in 110 milliseconds