Lines Matching defs:got2
2024 /* -fPIC uses multiple GOT sections, one per file, called ".got2".
2025 This field stores the offset into .got2 used to initialise the
2027 gcc always uses an offset of 32768, but ld -r will pack .got2
2031 /* The .got2 section. */
2882 asection *got2, *sreloc;
2911 got2 = bfd_get_section_by_name (abfd, ".got2");
2996 if (!update_plt_info (abfd, ifunc, got2, addend))
3234 if (!update_plt_info (abfd, pltent, got2, addend))
3334 && got2 != NULL
3341 reference to .got2. If we detect one of these, then
3348 if (s == got2)
4429 asection *got2 = bfd_get_section_by_name (ibfd, ".got2");
4570 got2, addend);
4687 got2, addend);
4965 xxxxxxxx.got2.plt_pic32.<callee>. */
6097 asection *got2;
6164 got2 = bfd_get_section_by_name (abfd, ".got2");
6335 ent = find_plt_ent (plist, got2, addend);
6674 if (strcmp (".got2", sec->name) == 0)
6998 asection *got2;
7020 got2 = bfd_get_section_by_name (input_bfd, ".got2");
7114 if (got2 != NULL
7119 addend specifies the GOT pointer offset within .got2. */
7120 rel->r_addend += got2->output_offset;
7612 ent = find_plt_ent (ifunc, got2, addend);
7617 && ent->sec != got2
7630 is pointing into a .got2 section (and how far
7631 into .got2). */
7983 _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section. */
8261 ent = find_plt_ent (&h->plt.plist, got2, got2_addend);
8392 ent = find_plt_ent (&h->plt.plist, got2,
8418 addend specifies the GOT pointer offset within .got2.
8445 ent = find_plt_ent (plt_list, got2,