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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c4946 opd_entry_value (asection *opd_sec,
4951 bfd *opd_bfd = opd_sec->owner;
4957 if (opd_sec->reloc_count == 0)
4961 if (!bfd_get_section_contents (opd_bfd, opd_sec, &val, offset, 8))
4984 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
4989 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
4942 opd_entry_value(asection *opd_sec, bfd_vma offset, asection **code_sec, bfd_vma *code_off) argument

Completed in 176 milliseconds