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

/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_socket.c89 int s1, s2, sgot; local
165 sgot = rump_sys_accept(s1, (struct sockaddr *)&sun, &sl);
166 if (sgot == -1)
168 if (rump_sys_recvmsg(sgot, &msg, 0) == -1)
/freebsd-11-stable/contrib/binutils/bfd/
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
2499 asection *sgot; local
3204 asection *sgot; local
3292 asection *sgot; local
[all...]
H A Delf32-i386.c658 asection *sgot;
750 ret->sgot = NULL;
780 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
782 if (!htab->sgot || !htab->sgotplt)
807 if (!htab->sgot && !create_got_section (dynobj, info))
1107 if (htab->sgot == NULL)
1675 s = htab->sgot;
1920 s = htab->sgot;
1966 htab->tls_ldm_got.offset = htab->sgot->size;
1967 htab->sgot
656 asection *sgot; member in struct:elf_i386_link_hash_table
[all...]
H A Delf64-s390.c674 asection *sgot; member in struct:elf_s390_link_hash_table
749 ret->sgot = NULL;
776 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
778 if (!htab->sgot || !htab->sgotplt)
805 if (!htab->sgot && !create_got_section (dynobj, info))
1021 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.c719 asection *sgot; member in struct:elf_s390_link_hash_table
794 ret->sgot = NULL;
821 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
823 if (!htab->sgot || !htab->sgotplt)
850 if (!htab->sgot && !create_got_section (dynobj, info))
1062 if (htab->sgot == NULL)
1811 h->got.offset = htab->sgot->size;
1812 htab->sgot->size += GOT_ENTRY_SIZE;
1832 s = htab->sgot;
2052 s = htab->sgot;
[all...]
H A Delf64-x86-64.c467 asection *sgot;
480 /* The offset into sgot of the GOT entry used by the PLT entry
554 ret->sgot = NULL;
582 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
584 if (!htab->sgot || !htab->sgotplt)
609 if (!htab->sgot && !create_got_section (dynobj, info))
911 if (htab->sgot == NULL)
1528 s = htab->sgot;
1762 s = htab->sgot;
1808 htab->tls_ld_got.offset = htab->sgot
465 asection *sgot; member in struct:elf64_x86_64_link_hash_table
[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.c2229 asection *sgot; member in struct:elf32_arm_link_hash_table
2315 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
2317 if (!htab->sgot || !htab->sgotplt)
2343 if (!htab->sgot && !create_got_section (dynobj, info))
2465 ret->sgot = NULL;
4516 asection * sgot = NULL; local
4546 sgot = bfd_get_section_by_name (dynobj, ".got");
5390 BFD_ASSERT (sgot != NULL);
5391 if (sgot == NULL)
5400 /* Note that sgot
8847 asection * sgot; local
8999 asection * sgot; local
9084 asection * sgot; local
[all...]
H A Delf64-alpha.c3661 asection *sgot = alpha_elf_tdata (info.gotobj)->got;
3662 info.gp = (sgot->output_section->vma
3663 + sgot->output_offset
4028 asection *sgot, *srel, *srelgot;
4068 sgot = alpha_elf_tdata (gotobj)->got;
4072 gp = (sgot->output_section->vma
4073 + sgot->output_offset
4080 sgot = NULL;
4252 BFD_ASSERT(sgot != NULL);
4262 sgot
3652 asection *sgot = alpha_elf_tdata (info.gotobj)->got; local
4018 asection *sgot, *srel, *srelgot; local
4654 asection *splt, *sgot, *srel; local
4742 asection *sgot; local
5163 asection *sgot; local
[all...]
H A Delfxx-sparc.c889 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
890 BFD_ASSERT (htab->sgot != NULL);
925 if (!htab->sgot && !create_got_section (dynobj, info))
1258 if (htab->sgot == NULL)
1961 s = htab->sgot;
2191 s = htab->sgot;
2215 htab->tls_ldm_got.offset = htab->sgot->size;
2216 htab->sgot->size += (2 * SPARC_ELF_WORD_BYTES (htab));
2239 if (htab->sgot->size >= 0x1000
2253 || s == htab->sgot
3732 asection *sgot; local
[all...]
H A Delfxx-sparc.h49 asection *sgot; member in struct:_bfd_sparc_elf_link_hash_table
H A Delfxx-mips.c2090 asection *sgot = bfd_get_section_by_name (abfd, ".got");
2091 if (sgot == NULL local
2092 || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0))
2094 return sgot;
2104 asection *sgot;
2107 sgot = mips_elf_got_section (abfd, TRUE);
2108 BFD_ASSERT (sgot != NULL);
2109 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
2110 g = mips_elf_section_data (sgot)->u.got_info;
2114 *sgotp = (sgot
2077 asection *sgot = bfd_get_section_by_name (abfd, ".got"); local
2237 asection *sreloc, *sgot; local
2430 asection *sgot; local
2463 asection *sgot; local
2548 asection *sgot; local
2578 asection *sgot; local
2606 asection *sgot; local
2623 mips_elf_create_local_got_entry(bfd *abfd, struct bfd_link_info *info, bfd *ibfd, struct mips_got_info *gg, asection *sgot, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
4209 asection *sgot = mips_elf_got_section (dynobj, FALSE); local
6126 asection *sgot; local
8179 asection *sgot; local
8413 asection *sgot; local
8674 asection *sgot; local
[all...]

Completed in 309 milliseconds