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

123456

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp170 if (in.got->addDynTlsEntry(sym)) {
171 uint64_t off = in.got->getGlobalDynOffset(sym);
173 {target->tlsDescRel, in.got, off, !sym.isPreemptible, &sym, 0});
208 if (in.got->addTlsIndex()) {
210 in.got->relocations.push_back(
211 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym});
213 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got,
214 in.got->getTlsIndexOff(), nullptr);
229 // thread pointer is stored in the got. This cannot be relaxed to Local-Exec.
232 in.got
[all...]
H A DInputSection.cpp471 // this value has 0x7ff0 offset from a .got section. But
674 return in.got->getVA() + a - p;
679 return sym.getVA(a) - in.got->getVA();
810 return in.got->getGlobalDynAddr(sym) + a;
812 return in.got->getGlobalDynAddr(sym) + a - p;
814 return getAArch64Page(in.got->getGlobalDynAddr(sym) + a) -
817 return in.got->getGlobalDynOffset(sym) + a;
819 return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA();
821 return in.got
[all...]
H A DSyntheticSections.cpp118 error(filename + ": invalid size of .MIPS.abiflags section: got " +
601 ".got") {
602 // If ElfSym::globalOffsetTable is relative to .got and is referenced,
669 ".got") {}
823 for (FileGot &got : gots) {
824 for (auto &p: got.global)
826 got.local16.insert({{p.first, 0}, 0});
827 got.global.remove_if([&](const std::pair<Symbol *, size_t> &p) {
835 for (FileGot &got : gots) {
836 got
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh123 atf_fail "${id}: expected [${regexp}], got [${string}]"
139 atf_fail "check_no_heading_line [$args] got [$firstline]"
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp199 0x10, 0x00, 0x00, 0x90, // adrp x16, Page(&(.plt.got[2]))
200 0x11, 0x02, 0x40, 0xf9, // ldr x17, [x16, Offset(&(.plt.got[2]))]
201 0x10, 0x02, 0x00, 0x91, // add x16, x16, Offset(&(.plt.got[2]))
209 uint64_t got = in.gotPlt->getVA(); local
212 getAArch64Page(got + 16) - getAArch64Page(plt + 4));
213 relocateOne(buf + 8, R_AARCH64_LDST64_ABS_LO12_NC, got + 16);
214 relocateOne(buf + 12, R_AARCH64_ADD_ABS_LO12_NC, got + 16);
220 0x10, 0x00, 0x00, 0x90, // adrp x16, Page(&(.plt.got[n]))
221 0x11, 0x02, 0x40, 0xf9, // ldr x17, [x16, Offset(&(.plt.got[n]))]
222 0x10, 0x02, 0x00, 0x91, // add x16, x16, Offset(&(.plt.got[
618 uint64_t got = in.gotPlt->getVA(); local
[all...]
/freebsd-11-stable/tools/regression/poll/
H A Dpipepoll.c57 report(int num, const char *state, int expected, int got, int res, argument
67 if (expected == got)
73 printf("expected %s; got %s\n", decode_events(expected),
74 decode_events(got));
H A Dpipeselect.c36 report(int num, const char *state, int expected, int got) argument
38 if (!expected == !got)
42 printf(" %s state %s: expected %s; got %s\n",
45 state, decode_events(expected), decode_events(got));
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2022 /* This is what we want for new plt/got. */
2459 asection *got;
2474 /* The .got.plt section (VxWorks only)*/
2483 /* TLS local dynamic got entry handling. */
2590 /* Create .got and the related sections. */
2603 htab->got = s = bfd_get_section_by_name (abfd, ".got");
2609 htab->sgotplt = bfd_get_section_by_name (abfd, ".got.plt");
2615 /* The powerpc .got has a blrl instruction in it. Mark it
2625 htab->relgot = bfd_make_section_with_flags (abfd, ".rela.got", flag
2454 asection *got; member in struct:ppc_elf_link_hash_table
7285 bfd_vma got = 0; local
7411 bfd_vma got; local
[all...]
H A Delf64-ppc.c2436 asection *got;
2443 /* TLS local dynamic got entry handling. Suppose for multiple GOT
3194 than one got entry per symbol. */
3220 } got;
3484 asection *got;
3935 /* Create .got and .rela.got sections in ABFD, and .got in dynobj if
3941 asection *got, *relgot;
3945 if (!htab->got)
2434 asection *got; member in struct:ppc64_elf_obj_tdata
3216 } got; member in struct:got_entry
3480 asection *got; member in struct:ppc_link_hash_table
3937 asection *got, *relgot; local
10879 asection *got; local
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzread.c62 unsigned got; local
77 state->size - strm->avail_in, &got) == -1)
79 strm->avail_in += got;
302 z_size_t got; local
317 got = 0;
369 got += n;
374 return got;
/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c247 * rad_continue_send_request() has given us `got' (non-zero). Deal with it.
250 radius_Process(struct radius *r, int got) argument
270 switch (got) {
324 got, rad_strerror(r->cx.rad));
331 /* Let's see what we've got in our reply */
644 } else if (got == RAD_ACCESS_REJECT)
660 int got; local
663 if ((got = rad_continue_send_request(r->cx.rad, sel, &r->cx.fd, &tv)) == 0) {
671 radius_Process(r, got);
903 int got; local
1102 int got; local
[all...]
H A Dbundle.c1384 ssize_t got; local
1433 if ((got = recvmsg(s, &msg, MSG_WAITALL)) != (ssize_t)iov[0].iov_len) {
1434 if (got == -1)
1438 got, (unsigned)iov[0].iov_len);
1486 if ((got = write(fd[1], &pid, sizeof pid)) != sizeof pid) {
1487 if (got == -1)
1490 log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got,
1499 if ((got = readv(fd[1], iov + 1, niov - 1)) != expect) {
1500 if (got == -1)
1503 log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got, expec
1551 ssize_t got; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm36 /* This file just supplies labeled starting points for the .got* and other
45 .section ".got","aw"
H A Deabi-cn.asm36 /* This file just supplies labeled ending points for the .got* and other
43 .section ".got","aw"
H A Dsol-ci.asm36 # This file just supplies labeled starting points for the .got* and other
78 # lwz %r3,_ex_shared0@got(%r31)
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readword.c66 char *got; local
70 got = openpam_readword(tf->file, &lineno, &len);
74 if (expected != NULL && got == NULL) {
75 t_printv("expected <<%s>>, got nothing\n", expected);
77 } else if (expected == NULL && got != NULL) {
78 t_printv("expected nothing, got <<%s>>\n", got);
80 } else if (expected != NULL && got != NULL && strcmp(expected, got) != 0) {
81 t_printv("expected <<%s>>, got <<
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c76 sync_error (FILE *fp, char *desc, int expect, int got) argument
79 fprintf (stderr, "At logfile offset %ld, expected '0x%x' got '0x%x'\n",
80 ftell (fp), expect, got);
/freebsd-11-stable/share/mk/
H A Dlocal.sys.env.mk17 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c36 * fatal string. As soon as we got called back (probably get "CONNECT"),
385 * We got an error parsing the command line.
1198 chat_logf("got it");
1267 chat_logf(" -- got it\n");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c1271 unsigned got;
1274 got = *have;
1276 while (next < len && got < 4) {
1277 if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
1278 got++;
1280 got = 0;
1282 got = 4 - got;
1285 *have = got;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dswtch32.S126 lwz %r6,blocked_lock@got(%r6)
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.h59 int got; member in struct:get_hook
/freebsd-11-stable/tools/regression/zfs/
H A Dmisc.sh66 got=`echo "${gorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;s/$/%EoL%/' | xargs`
67 echo "${got}" | egrep "${eexp}" >/dev/null
74 echo "# ----- got:"
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk41 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_alloc.c941 int bit, error, got, i, loc, run; local
991 for (run = 0, got = bpref; got < fs->e2fs->e2fs_fpg; got++) {
999 if ((got & (NBBY - 1)) != (NBBY - 1))
1007 if (got >= fs->e2fs->e2fs_fpg)
1012 if (!isclr(bbp, got - run + i))
1015 bno = got - run + 1;

Completed in 261 milliseconds

123456