Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDelf64-ppc.c4942 opd_entry_value (asection *opd_sec, in opd_entry_value() argument
4947 bfd *opd_bfd = opd_sec->owner; in opd_entry_value()
4953 if (opd_sec->reloc_count == 0) in opd_entry_value()
4957 if (!bfd_get_section_contents (opd_bfd, opd_sec, &val, offset, 8)) in opd_entry_value()
4980 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE); in opd_entry_value()
4985 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */ in opd_entry_value()