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>. */
6110 asection *got2;
6177 got2 = bfd_get_section_by_name (abfd, ".got2");
6348 ent = find_plt_ent (plist, got2, addend);
6689 if (strcmp (".got2", sec->name) == 0)
7013 asection *got2;
7035 got2 = bfd_get_section_by_name (input_bfd, ".got2");
7130 if (got2 != NULL
7135 addend specifies the GOT pointer offset within .got2. */
7136 rel->r_addend += got2->output_offset;
7628 ent = find_plt_ent (ifunc, got2, addend);
7633 && ent->sec != got2
7646 is pointing into a .got2 section (and how far
7647 into .got2). */
7999 _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section. */
8277 ent = find_plt_ent (&h->plt.plist, got2, got2_addend);
8408 ent = find_plt_ent (&h->plt.plist, got2,
8434 addend specifies the GOT pointer offset within .got2.
8461 ent = find_plt_ent (plt_list, got2,