Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-ppc.c5970 long *opd_adjust; in adjust_opd_syms() local
5987 opd_adjust = get_opd_info (sym_sec); in adjust_opd_syms()
5988 if (opd_adjust != NULL) in adjust_opd_syms()
5990 long adjust = opd_adjust[eh->elf.root.u.def.value / 8]; in adjust_opd_syms()
6157 long *opd_adjust; in ppc64_elf_edit_opd() local
6166 opd_adjust = get_opd_info (sec); in ppc64_elf_edit_opd()
6167 if (opd_adjust == NULL) in ppc64_elf_edit_opd()
6171 opd_adjust = bfd_alloc (obfd, amt); in ppc64_elf_edit_opd()
6172 if (opd_adjust == NULL) in ppc64_elf_edit_opd()
6174 ppc64_elf_section_data (sec)->opd.adjust = opd_adjust; in ppc64_elf_edit_opd()
[all …]