Searched refs:sgot (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m68k.c649 asection *sgot;
661 sgot = NULL;
705 if (sgot == NULL)
707 sgot = bfd_get_section_by_name (dynobj, ".got");
708 BFD_ASSERT (sgot != NULL);
744 sgot->size += 4;
767 sgot->size += 4;
1030 asection *sgot;
1041 sgot = bfd_get_section_by_name (dynobj, ".got");
1075 sgot
648 asection *sgot; local
1029 asection *sgot; local
1562 asection *sgot; local
2021 asection *sgot; local
2094 asection *sgot; local
2180 asection *sgot; local
[all...]
H A Delf32-vax.c551 asection *sgot;
562 sgot = NULL;
601 if (sgot == NULL)
603 sgot = bfd_get_section_by_name (dynobj, ".got");
604 BFD_ASSERT (sgot != NULL);
1317 asection *sgot;
1328 sgot = bfd_get_section_by_name (dynobj, ".got");
1349 sgot->size += 4;
1374 asection *sgot;
1389 sgot
550 asection *sgot; local
1316 asection *sgot; local
1373 asection *sgot; local
1812 asection *sgot; local
1881 asection *sgot; local
1957 asection *sgot; local
[all...]
H A Delf64-sh64.c1433 asection *sgot; local
1444 sgot = NULL;
1823 if (sgot == NULL)
1825 sgot = bfd_get_section_by_name (dynobj, ".got");
1826 BFD_ASSERT (sgot != NULL);
1867 sgot->contents + off);
1880 relocation = sgot->output_offset + off;
1911 bfd_put_64 (output_bfd, relocation, sgot->contents + off);
1922 outrel.r_offset = (sgot->output_section->vma
1923 + sgot
2399 asection *sgot; local
3682 asection *sgot; local
3790 asection *sgot; local
3873 asection *sgot; local
[all...]
H A Delf32-cris.c930 asection *sgot;
945 sgot = NULL;
952 sgot = bfd_get_section_by_name (dynobj, ".got");
1182 sgot->contents + off);
1201 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1212 outrel.r_offset = (sgot->output_section->vma
1213 + sgot->output_offset
1226 relocation = sgot->output_offset + off;
1282 if (sgot == NULL)
1295 sgot
924 asection *sgot; local
1584 asection *sgot; local
1708 asection *sgot; local
1791 asection *sgot; local
1960 asection *sgot; local
2091 asection *sgot; local
2449 asection *sgot; local
[all...]
H A Delf32-sh.c2154 asection *sgot;
2251 ret->sgot = NULL;
2279 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
2281 if (! htab->sgot || ! htab->sgotplt)
2376 if (htab->sgot == NULL
2743 s = htab->sgot;
2781 s = htab->sgot;
3000 s = htab->sgot;
3023 htab->tls_ldm_got.offset = htab->sgot->size;
3024 htab->sgot
2150 asection *sgot; member in struct:elf_sh_link_hash_table
3154 asection *sgot; local
4833 asection *sgot; local
5429 asection *sgot; local
5592 asection *sgot; local
5640 asection *sgot; local
5725 asection *sgot; local
[all...]
H A Delf32-m32r.c1508 asection *sgot;
1587 ret->sgot = NULL;
1611 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
1613 if (! htab->sgot || ! htab->sgotplt)
1691 if (htab->sgot == NULL
2073 s = htab->sgot;
2281 s = htab->sgot;
2310 || s == htab->sgot
2461 asection *sgot, *splt, *sreloc;
2467 sgot
1504 asection *sgot; member in struct:elf_m32r_link_hash_table
2456 asection *sgot, *splt, *sreloc; local
3188 asection *sgot; local
3289 asection *sgot; local
3378 asection *sgot; local
3788 asection *sgot, *srelgot, *sreloc; local
[all...]
H A Delf32-score.c956 asection *sgot = bfd_get_section_by_name (abfd, ".got"); local
958 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0))
960 return sgot;
969 asection *sgot; local
972 sgot = score_elf_got_section (abfd, TRUE);
973 BFD_ASSERT (sgot != NULL);
974 BFD_ASSERT (elf_section_data (sgot) != NULL);
975 g = score_elf_section_data (sgot)->u.got_info;
979 *sgotp = sgot;
1383 score_elf_create_local_got_entry(bfd *abfd, bfd *ibfd ATTRIBUTE_UNUSED, struct score_got_info *gg, asection *sgot, bfd_vma value, unsigned long r_symndx ATTRIBUTE_UNUSED, struct score_elf_link_hash_entry *h ATTRIBUTE_UNUSED, int r_type ATTRIBUTE_UNUSED) argument
1434 asection *sgot; local
1626 asection *sgot; local
1647 asection *sgot; local
1672 asection *sgot; local
1947 asection *sgot = score_elf_got_section (tmpbfd, FALSE); local
2505 asection *sgot; local
3210 asection *sgot; local
3298 asection *sgot; local
[all...]
H A Delf-m10300.c672 asection * sgot; local
676 sgot = NULL;
751 if (sgot == NULL)
753 sgot = bfd_get_section_by_name (dynobj, ".got");
754 BFD_ASSERT (sgot != NULL);
783 h->got.offset = sgot->size;
818 local_got_offsets[r_symndx] = sgot->size;
827 sgot->size += 4;
962 asection * sgot; local
969 sgot
1257 asection * sgot; local
2870 asection * sgot; local
4420 asection * sgot; local
4505 asection * sgot; local
4587 asection * sgot; local
[all...]
H A Delf32-i386.c644 asection *sgot;
736 ret->sgot = NULL;
766 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
768 if (!htab->sgot || !htab->sgotplt)
793 if (!htab->sgot && !create_got_section (dynobj, info))
1093 if (htab->sgot == NULL)
1682 s = htab->sgot;
1927 s = htab->sgot;
1973 htab->tls_ldm_got.offset = htab->sgot->size;
1974 htab->sgot
642 asection *sgot; member in struct:elf_i386_link_hash_table
[all...]
H A Delf64-s390.c653 asection *sgot; member in struct:elf_s390_link_hash_table
728 ret->sgot = NULL;
755 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
757 if (!htab->sgot || !htab->sgotplt)
784 if (!htab->sgot && !create_got_section (dynobj, info))
1000 if (htab->sgot == NULL)
1786 h->got.offset = htab->sgot->size;
1787 htab->sgot->size += GOT_ENTRY_SIZE;
1807 s = htab->sgot;
2026 s = htab->sgot;
[all...]
H A Delf32-s390.c700 asection *sgot; member in struct:elf_s390_link_hash_table
775 ret->sgot = NULL;
802 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
804 if (!htab->sgot || !htab->sgotplt)
831 if (!htab->sgot && !create_got_section (dynobj, info))
1043 if (htab->sgot == NULL)
1813 h->got.offset = htab->sgot->size;
1814 htab->sgot->size += GOT_ENTRY_SIZE;
1834 s = htab->sgot;
2054 s = htab->sgot;
[all...]
H A Delf64-x86-64.c450 asection *sgot;
463 /* The offset into sgot of the GOT entry used by the PLT entry
537 ret->sgot = NULL;
565 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
567 if (!htab->sgot || !htab->sgotplt)
592 if (!htab->sgot && !create_got_section (dynobj, info))
894 if (htab->sgot == NULL)
1535 s = htab->sgot;
1769 s = htab->sgot;
1815 htab->tls_ld_got.offset = htab->sgot
448 asection *sgot; member in struct:elf64_x86_64_link_hash_table
[all...]
H A Delf32-hppa.c278 asection *sgot; member in struct:elf32_hppa_link_hash_table
439 htab->sgot = NULL;
1002 htab->sgot = bfd_get_section_by_name (abfd, ".got");
1326 if (htab->sgot == NULL)
2073 sec = htab->sgot;
2324 sec = htab->sgot;
2382 htab->tls_ldm_got.offset = htab->sgot->size;
2383 htab->sgot->size += (GOT_ENTRY_SIZE * 2);
2414 int gotalign = bfd_section_alignment (dynobj, htab->sgot);
2424 else if (sec == htab->sgot
3138 asection *sgot = bfd_get_section_by_name (abfd, ".got"); local
[all...]
H A Dsunos.c1321 asection *sgot;
1330 sgot = bfd_get_section_by_name (dynobj, ".got");
1331 BFD_ASSERT (sgot != NULL);
1332 if (sgot->size == 0)
1333 sgot->size = BYTES_IN_WORD;
1411 asection *sgot = NULL;
1477 sgot = bfd_get_section_by_name (dynobj, ".got");
1479 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL);
1482 if (sgot->size == 0)
1483 sgot
1320 asection *sgot; local
1410 asection *sgot = NULL; local
2411 asection *sgot; local
[all...]
H A Delf32-arm.c2207 asection *sgot; member in struct:elf32_arm_link_hash_table
2293 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
2295 if (!htab->sgot || !htab->sgotplt)
2321 if (!htab->sgot && !create_got_section (dynobj, info))
2443 ret->sgot = NULL;
4451 asection * sgot = NULL; local
4481 sgot = bfd_get_section_by_name (dynobj, ".got");
5332 BFD_ASSERT (sgot != NULL);
5333 if (sgot == NULL)
5342 /* Note that sgot
9110 asection * sgot; local
9262 asection * sgot; local
9347 asection * sgot; local
[all...]
H A Delf64-alpha.c3636 asection *sgot = alpha_elf_tdata (info.gotobj)->got;
3637 info.gp = (sgot->output_section->vma
3638 + sgot->output_offset
3981 asection *sgot, *srel, *srelgot;
4021 sgot = alpha_elf_tdata (gotobj)->got;
4025 gp = (sgot->output_section->vma
4026 + sgot->output_offset
4033 sgot = NULL;
4194 BFD_ASSERT(sgot != NULL);
4204 sgot
3627 asection *sgot = alpha_elf_tdata (info.gotobj)->got; local
3971 asection *sgot, *srel, *srelgot; local
4608 asection *splt, *sgot, *srel; local
4696 asection *sgot; local
5117 asection *sgot; local
[all...]
H A Delfxx-sparc.c883 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
884 BFD_ASSERT (htab->sgot != NULL);
919 if (!htab->sgot && !create_got_section (dynobj, info))
1252 if (htab->sgot == NULL)
1976 s = htab->sgot;
2206 s = htab->sgot;
2230 htab->tls_ldm_got.offset = htab->sgot->size;
2231 htab->sgot->size += (2 * SPARC_ELF_WORD_BYTES (htab));
2254 if (htab->sgot->size >= 0x1000
2268 || s == htab->sgot
3742 asection *sgot; local
[all...]
H A Delfxx-sparc.h49 asection *sgot; member in struct:_bfd_sparc_elf_link_hash_table
H A Delfxx-mips.c2086 asection *sgot = bfd_get_section_by_name (abfd, ".got");
2087 if (sgot == NULL local
2088 || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0))
2090 return sgot;
2100 asection *sgot;
2103 sgot = mips_elf_got_section (abfd, TRUE);
2104 BFD_ASSERT (sgot != NULL);
2105 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
2106 g = mips_elf_section_data (sgot)->u.got_info;
2110 *sgotp = (sgot
2073 asection *sgot = bfd_get_section_by_name (abfd, ".got"); local
2233 asection *sreloc, *sgot; local
2428 asection *sgot; local
2462 asection *sgot; local
2548 asection *sgot; local
2581 asection *sgot; local
2610 asection *sgot; local
2627 mips_elf_create_local_got_entry(bfd *abfd, struct bfd_link_info *info, bfd *ibfd, struct mips_got_info *gg, asection *sgot, asection *input_section, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
4219 asection *sgot = mips_elf_got_section (dynobj, FALSE); local
6138 asection *sgot; local
8144 asection *sgot; local
8378 asection *sgot; local
8639 asection *sgot; local
[all...]
H A Delf32-bfin.c1122 asection *sgot;
1147 (bfinfdpic_hash_table (info)->sgot)
1920 asection *sgot;
1931 sgot = NULL;
1977 if (sgot == NULL)
1979 sgot = bfd_get_section_by_name (dynobj, ".got");
1980 BFD_ASSERT (sgot != NULL);
2011 sgot->size += 4;
2034 sgot->size += 4;
2830 asection *sgot;
1121 asection *sgot; member in struct:bfinfdpic_elf_link_hash_table
1919 asection *sgot; local
2828 asection *sgot; local
3138 asection *sgot; local
4976 asection *sgot; local
[all...]
H A Delf32-i370.c923 asection *sgot = bfd_get_section_by_name (dynobj, ".got");
976 if (sgot && sgot->size != 0)
978 unsigned char *contents = sgot->contents;
987 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
915 asection *sgot = bfd_get_section_by_name (dynobj, ".got"); local
H A Delf32-xtensa.c467 asection *sgot;
509 ret->sgot = NULL;
1057 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
1274 && htab->sgot != NULL
1289 htab->sgot->size = 4;
2461 asection *sdyn, *srelplt, *sgot, *sxtlit, *sgotloc;
2475 sgot = htab->sgot;
2476 if (sgot)
2478 BFD_ASSERT (sgot
465 asection *sgot; member in struct:elf_xtensa_link_hash_table
2456 asection *sdyn, *srelplt, *sgot, *sxtlit, *sgotloc; local
[all...]
H A Delf32-frv.c858 asection *sgot;
888 (frvfdpic_hash_table (info)->sgot)
857 asection *sgot; member in struct:frvfdpic_elf_link_hash_table

Completed in 579 milliseconds