Lines Matching defs:got2
2037 /* -fPIC uses multiple GOT sections, one per file, called ".got2".
2038 This field stores the offset into .got2 used to initialise the
2040 gcc always uses an offset of 32768, but ld -r will pack .got2
2044 /* The .got2 section. */
2895 asection *got2, *sreloc;
2924 got2 = bfd_get_section_by_name (abfd, ".got2");
3009 if (!update_plt_info (abfd, ifunc, got2, addend))
3247 if (!update_plt_info (abfd, pltent, got2, addend))
3347 && got2 != NULL
3354 reference to .got2. If we detect one of these, then
3361 if (s == got2)
4442 asection *got2 = bfd_get_section_by_name (ibfd, ".got2");
4583 got2, addend);
4700 got2, addend);
4978 xxxxxxxx.got2.plt_pic32.<callee>. */
6108 asection *got2;
6175 got2 = bfd_get_section_by_name (abfd, ".got2");
6346 ent = find_plt_ent (plist, got2, addend);
6698 if (strcmp (".got2", sec->name) == 0)
7022 asection *got2;
7044 got2 = bfd_get_section_by_name (input_bfd, ".got2");
7139 if (got2 != NULL
7144 addend specifies the GOT pointer offset within .got2. */
7145 rel->r_addend += got2->output_offset;
7637 ent = find_plt_ent (ifunc, got2, addend);
7642 && ent->sec != got2
7655 is pointing into a .got2 section (and how far
7656 into .got2). */
8008 _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section. */
8286 ent = find_plt_ent (&h->plt.plist, got2, got2_addend);
8417 ent = find_plt_ent (&h->plt.plist, got2,
8443 addend specifies the GOT pointer offset within .got2.
8470 ent = find_plt_ent (plt_list, got2,