Searched refs:opd_adjust (Results 1 – 1 of 1) sorted by relevance
2612 long *opd_adjust; member2652 return ppc64_elf_section_data (sec)->u.opd_adjust; in get_opd_info()6141 long *opd_adjust; in adjust_opd_syms() local6158 opd_adjust = get_opd_info (sym_sec); in adjust_opd_syms()6159 if (opd_adjust != NULL) in adjust_opd_syms()6161 long adjust = opd_adjust[eh->elf.root.u.def.value / 8]; in adjust_opd_syms()6343 long *opd_adjust; in ppc64_elf_edit_opd() local6352 opd_adjust = get_opd_info (sec); in ppc64_elf_edit_opd()6353 if (opd_adjust == NULL) in ppc64_elf_edit_opd()6357 opd_adjust = bfd_alloc (obfd, amt); in ppc64_elf_edit_opd()[all …]