Searched refs:got (Results 126 - 143 of 143) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h270 // got is enough. Otherwise, multi-got is created. Series of primary and
309 // of local and normal global entries of the primary got should be less
310 // than 64K, the size of the primary got (including relocation-only entries
311 // can be greater than 64K, because parts of the primary got that overflow
1200 GotSection *got; member in struct:lld::elf::InStruct
H A DThunks.cpp735 // currently the address of .got).
736 offset = gotPltVA - in.got->getVA();
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp65 // The TOC consists of sections .got, .toc, .tocbss, .plt in that order. The
67 // .got when we see a relocation that uses it, so for us the start is always
68 // the .got.
69 uint64_t tocVA = in.got->getVA();
379 error("expected a 'ld' for got-indirect to toc-relative relaxing");
393 // addis r3, r2, x@got@tlsgd@ha R_PPC64_GOT_TLSGD16_HA x
394 // addi r3, r3, x@got@tlsgd@l R_PPC64_GOT_TLSGD16_LO x
400 // addis r3, r2, x@got@tlsgd@ha into nop
401 // addi r3, r3, x@got@tlsgd@l into addis r3, r13, x@tprel@ha
432 // addis r3, r2, x@got
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c1530 ret->got = htab->init_got_refcount;
1570 if (ind->got.refcount > htab->init_got_refcount.refcount)
1572 if (dir->got.refcount < 0)
1573 dir->got.refcount = 0;
1574 dir->got.refcount += ind->got.refcount;
1575 ind->got.refcount = htab->init_got_refcount.refcount;
2362 { STRING_COMMA_LEN (".got"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
H A Delf-bfd.h112 size_dynamic_sections, at which point the contents of the .got is
123 } got;
332 /* The value to use when initialising got.refcount/offset and
339 /* The value to use for got.refcount/offset and plt.refcount/offset
692 desired. This function will normally create the .got and .plt
744 entry to the .plt or .got or some such section, and setting the
908 newly created and plt/got refcounts and dynamic indices should not
1376 identically to "got" in struct elf_link_hash_entry. */
2063 about initializing any .plt and .got entries in relocate_section. */
122 } got; member in struct:elf_link_hash_entry
H A Delflink.c79 s = bfd_get_section_by_name (abfd, ".got");
100 s = bfd_make_section_with_flags (abfd, ".got", flags);
107 s = bfd_make_section_with_flags (abfd, ".got.plt", flags);
115 /* Define the symbol _GLOBAL_OFFSET_TABLE_ at the start of the .got
116 (or .got.plt) section. We don't do this in the linker script
261 the .got and .plt sections. */
280 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
748 if (strcmp (p->name, ".got") == 0
749 || strcmp (p->name, ".got
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c299 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
635 rc_uint_type got; // $$$d
637 got = (rc_uint_type) fread (p, 1, c, e);
638 if (got == c)
641 fatal (_("%s: read of %lu returned %lu"), msg, (long) c, (long) got);
634 rc_uint_type got; // $$$d local
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure4237 int got;
4244 got++;
4254 if (got < 2)
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c1711 /* OK, pay attention here. I got confused myself looking back at
2143 bigger than 20 digits long, we've got worse problems than
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c263 static const char *aeabi_pcs_got(uint64_t got);
1577 aeabi_pcs_got(uint64_t got) argument
1581 switch (got) {
1587 (uintmax_t) got);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp2404 error("name expected (got %1)", tok.description());
2406 error("name expected (got %1): treated as missing", tok.description());
4975 error("missing delimiter (got %1)", tok.description());
5314 error("l, r, c, or i position expected (got %1 in \\O)", position);
6514 error("normal or special character expected (got %1)", description());
6534 error("normal or special character expected (got %1): "
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c800 warnx("%s: no len argument for -r lba,len, got"
826 hook.got = 0;
837 optind += hook.got;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13481 /* We got the time */
22575 ULONG got; local
22583 if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){
22586 if( got == (ULONG)amt )
22590 memset(&((char*)pBuf)[got], 0, amt-got);
22886 OSTRACE(( "LOCK FAILED %d trying for %d but got %d\n", pFile->h,
23754 OSTRACE(("SHM-LOCK shmid-%d, pid-%d got %03x,%03x %s\n",
26564 /* got it, set the type and return ok */
26689 /* got th
27539 int got; local
27583 int got; local
27617 int got; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dconfigure12773 # If we haven't got the data from the intl directory,
13888 # date string after the version number. If we've got an in-tree
14118 # and we got the correct data, then succeed.
14124 | tail -3 > conftest.got \
14125 && { diff -b conftest.lit conftest.got > /dev/null 2>&1 \
14126 || diff -b conftest.big conftest.got > /dev/null 2>&1; }
14481 addi 3,31,ld0@got@tlsgd
14483 addi 3,31,x1@got@tlsld
14488 lwz 9,x3@got@tprel(31)
14507 addi 3,2,ld0@got
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c22308 /* We got the time */
37149 int got; local
37204 int got; local
40479 int fd, got; local
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3950 % \endgroup where \vsize got restored).
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3848 % \endgroup where \vsize got restored).
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5213 % \endgroup where \vsize got restored).

Completed in 1180 milliseconds

123456