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

12345

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c70 unsigned got; local
85 state.state->size - strm->avail_in, &got) == -1)
87 strm->avail_in += got;
311 z_size_t got; local
326 got = 0;
378 got += n;
383 return got;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp472 // this value has 0x7ff0 offset from a .got section. But
683 return in.got->getVA() + a - p;
688 return sym.getVA(a) - in.got->getVA();
823 return in.got->getGlobalDynAddr(sym) + a;
825 return in.got->getGlobalDynAddr(sym) + a - p;
827 return getAArch64Page(in.got->getGlobalDynAddr(sym) + a) -
830 return in.got->getGlobalDynOffset(sym) + a;
832 return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA();
834 return in.got
[all...]
H A DSyntheticSections.cpp121 error(filename + ": invalid size of .MIPS.abiflags section: got " +
604 ".got") {
605 // If ElfSym::globalOffsetTable is relative to .got and is referenced,
672 ".got") {}
826 for (FileGot &got : gots) {
827 for (auto &p: got.global)
829 got.local16.insert({{p.first, 0}, 0});
830 got.global.remove_if([&](const std::pair<Symbol *, size_t> &p) {
838 for (FileGot &got : gots) {
839 got
[all...]
/freebsd-13-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.c1381 ssize_t got; local
1430 if ((got = recvmsg(s, &msg, MSG_WAITALL)) != (ssize_t)iov[0].iov_len) {
1431 if (got == -1)
1435 got, (unsigned)iov[0].iov_len);
1483 if ((got = write(fd[1], &pid, sizeof pid)) != sizeof pid) {
1484 if (got == -1)
1487 log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got,
1496 if ((got = readv(fd[1], iov + 1, niov - 1)) != expect) {
1497 if (got == -1)
1500 log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got, expec
1548 ssize_t got; local
[all...]
H A Dchap.c427 int got; local
429 got = read(chap->child.fd, chap->child.buf.ptr + chap->child.buf.len,
431 if (got == -1) {
434 } else if (got == 0) {
440 chap->child.buf.len += got;
585 * told that I got the answer right.
735 log_Printf(LogPHASE, "Chap Input: %s dropped (got id %d, not %d)\n",
/freebsd-13-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-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c416 Elf_Addr *got; local
422 got = (Elf_Addr *)(loadbase + dp->d_un.d_ptr);
424 got[1] = (Elf_Addr)ppc32_runtime_resolve;
425 got[2] = (Elf_Addr)0;
H A Dswtch32.S139 lwz %r6,blocked_lock@got(%r6)
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h33 constexpr const char got[] = "__got"; member in namespace:lld::macho::section_names
136 // LazyPointerSection (the counterpart to ELF's .plt.got).
277 GotSection *got = nullptr; member in struct:lld::macho::InStruct
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsuff-transform-endless.exp37 trying issue6.f...got it
H A Dsuff-transform-select.exp36 trying issue10.d...got it
H A Dsuff-lookup.exp53 trying suff-lookup.sho...got it
/freebsd-13-stable/share/mk/
H A Dlocal.sys.env.mk17 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
/freebsd-13-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-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c271 unsigned got; local
283 got = fread(in, 1, 1, gz->file);
284 if (got == 0)
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.h59 int got; member in struct:get_hook
/freebsd-13-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-13-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c1218 unsigned int i, got; local
1221 got = 0;
1226 got++;
1236 if (got != ngroups)
1240 got = 0;
1245 got++;
1255 if (got != ngroups)
/freebsd-13-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c1198 unsigned int i, got; local
1201 got = 0;
1206 got++;
1216 if (got != nusers)
1220 got = 0;
1225 got++;
1235 if (got != nusers)
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c965 UBT_INFO(sc, "got %d bytes from interrupt pipe\n",
986 UBT_INFO(sc, "got complete HCI event frame, pktlen=%d, " \
1064 UBT_INFO(sc, "got %d bytes from bulk-in pipe\n",
1085 UBT_INFO(sc, "got complete ACL data packet, pktlen=%d, " \
1239 int len, want, got, total; local
1264 m->m_pkthdr.len = m->m_len = got = 1;
1271 got = m->m_pkthdr.len;
1274 if (got >= want)
1280 if (got + len > want)
1281 len = want - got;
[all...]
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c621 struct rel_entry *got);
1866 * Search the relocation sections for entries referring to the .got section.
1869 find_gotrel(struct elfdump *ed, struct section *gs, struct rel_entry *got) argument
1916 memcpy(&got[k], &r, sizeof(struct rel_entry));
1925 struct rel_entry *got; local
1975 if ((got = calloc(len, sizeof(struct rel_entry))) == NULL)
1977 find_gotrel(ed, s, got);
1998 GELF_R_TYPE(got[i].u_r.rel.r_info)));
2001 (intmax_t)got[i].u_r.rela.r_addend);
2004 (intmax_t)got[
[all...]
/freebsd-13-stable/sys/contrib/zlib/
H A Dinflate.c1382 unsigned got;
1385 got = *have;
1387 while (next < len && got < 4) {
1388 if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
1389 got++;
1391 got = 0;
1393 got = 4 - got;
1396 *have = got;
/freebsd-13-stable/sys/net/
H A Dnetmap_user.h1069 int c, got = 0, ri = d->cur_rx_ring; local
1080 for (c=0; c < n && cnt != got; c++, ri++) {
1087 for ( ; !nm_ring_empty(ring) && cnt != got; got++) {
1127 return got;
/freebsd-13-stable/stand/common/
H A Dmodule.c725 int fd, got; local
783 got = archsw.arch_readin(VECTX_HANDLE(fd), laddr, 4096);
784 if (got == 0) /* end of file */
786 if (got < 0) { /* error */
796 laddr += got;

Completed in 175 milliseconds

12345