Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc7956 Address got2_addend = 0; in relocate_relocs() local
7959 got2_addend = object->get_output_section_offset(got2_shndx); in relocate_relocs()
7960 gold_assert(got2_addend != invalid_address); in relocate_relocs()
8075 addend += got2_addend; in relocate_relocs()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c8562 bfd_vma got2_addend = 0; in ppc_elf_relocate_section() local
8567 got2_addend = addend; in ppc_elf_relocate_section()
8570 ent = find_plt_ent (&h->plt.plist, got2, got2_addend); in ppc_elf_relocate_section()