• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/

Lines Matching defs:got

76    of the place a symbol or expression got allocated to. This is done via hash
96 /* Used to count non-got, non-plt relocations for delayed sizing
177 bfd_vma self_dtpmod_offset; /* .got offset to self DTPMOD entry */
1047 got one honking big section and we can't help you unless
1245 /* Resize .rela.got. */
1732 /* Copy over the got and plt data. This would have been done
1997 ia64_info->got_sec = bfd_get_section_by_name (abfd, ".got");
2002 /* The .got section is always aligned at 8 bytes. */
2020 s = bfd_make_section_with_flags (abfd, ".rela.got",
2408 asection *got;
2411 got = ia64_info->got_sec;
2412 if (!got)
2422 got = bfd_get_section_by_name (dynobj, ".got");
2423 BFD_ASSERT (got);
2424 ia64_info->got_sec = got;
2426 /* The .got section is always aligned at 8 bytes. */
2427 if (!bfd_set_section_alignment (abfd, got, 3))
2430 flags = bfd_get_section_flags (abfd, got);
2431 bfd_set_section_flags (abfd, got, SEC_SMALL_DATA | flags);
2434 return got;
2613 asection *got, *fptr, *srel, *pltoff;
2638 got = fptr = srel = pltoff = NULL;
2980 if (!got)
2982 got = get_got (abfd, info, ia64_info);
2983 if (!got)
3511 /* If we've got a .plt, we need some extra memory for the dynamic
3512 linker. We stuff these in .got.plt. */
3513 sec = bfd_get_section_by_name (dynobj, ".got.plt");
3611 if (strcmp (name, ".got.plt") == 0)
4231 /* Make sure we've got ourselves a nice fat __gp value. */
4290 /* Start with just the address of the .got. */
4356 /* Make sure we've got ourselves a nice fat __gp value. */
5199 /* This is fun. In the .IA_64.pltoff section, we've got entries
5243 sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");