Searched refs:got2 (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
D | ppclynx.sh | 23 .got2 ${RELOCATING-0} : { *(.got2) }"
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elfi370.sc | 82 .rela.got2 ${RELOCATING-0} : { *(.rela.got2) } 140 /* Put .ctors and .dtors next to the .got2 section, so that the pointers 145 .got2 ${RELOCATING-0} : { *(.got2) }
|
D | elfmicroblaze.sc | 153 .got2 : { 154 ${RELOCATING+*(.got2)}
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-ppc.c | 3863 asection *got2, *sreloc; in ppc_elf_check_relocs() local 3901 got2 = bfd_get_section_by_name (abfd, ".got2"); in ppc_elf_check_relocs() 3973 if (!update_plt_info (abfd, ifunc, got2, addend)) in ppc_elf_check_relocs() 4214 if (!update_plt_info (abfd, &h->plt.plist, got2, addend)) in ppc_elf_check_relocs() 4323 && got2 != NULL in ppc_elf_check_relocs() 4343 if (s == got2) in ppc_elf_check_relocs() 4918 asection *got2; in ppc_elf_gc_sweep_hook() local 4932 got2 = bfd_get_section_by_name (abfd, ".got2"); in ppc_elf_gc_sweep_hook() 4981 ent = find_plt_ent (ifunc, got2, addend); in ppc_elf_gc_sweep_hook() 5066 ent = find_plt_ent (&h->plt.plist, got2, addend); in ppc_elf_gc_sweep_hook() [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | powerpc.cc | 4475 unsigned int got2 = ppcobj->got2_shndx(); in do_write() local 4476 got_addr = ppcobj->get_output_section_offset(got2); in do_write() 4478 got_addr += (ppcobj->output_section(got2)->address() in do_write()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-9197 | 3688 * scripttempl/elfppc.sc: Add support for .got1 and .got2 sections.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 3472 and a non PC relative relocation that isn't in the .got2 segment
|