Searched refs:n_value (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp243 Value = NL64.n_value;
251 Value = NL32.n_value;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp276 ListEntry.n_value = SE.n_value;
/freebsd-13-stable/usr.bin/vmstat/
H A Dvmstat.c704 namelist[X_STATHZ].n_value != 0)
1650 if (namelist[nlx].n_type == 0 || namelist[nlx].n_value == 0) {
1656 if ((size_t)kvm_read(kd, namelist[nlx].n_value + offset, addr,
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp386 // For the N_SECT symbol type, n_value is the address of the symbol
387 nList->n_value = defined->value + defined->isec->getVA();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h989 uint32_t n_value; member in struct:llvm::MachO::nlist
997 uint64_t n_value; member in struct:llvm::MachO::nlist_64
1271 sys::swapByteOrder(sym.n_value);
1277 sys::swapByteOrder(sym.n_value);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h88 uint64_t n_value; member in struct:llvm::MachOYAML::NListEntry
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp398 sout.value = sin->n_value;
430 sout.value = sin->n_value;
H A DMachONormalizedFileBinaryWriter.cpp1056 nb->n_value = sym.value;
1066 nb->n_value = sym.value;
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool.c800 if (kmemcpy((char *)&pools, names[0].n_value, sizeof(pools)))
829 if (kmemcpy((char *)&tables, names[0].n_value, sizeof(tables)))
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dlpi.c1820 if (nl[NL_IFNET].n_value == 0) {
1832 if (dlpi_kread(kd, nl[NL_IFNET].n_value,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp401 Symbol.Value = Entry.n_value;
409 Symbol.Value = Entry.n_value;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp452 ListEntry.n_value = NLE.n_value;
H A DMachOYAML.cpp200 IO.mapRequired("n_value", NListEntry.n_value);
/freebsd-13-stable/usr.sbin/ifmcstat/
H A Difmcstat.c345 if (nl[N_IFNET].n_value == 0) {
349 KREAD(nl[N_IFNET].n_value, &ifp, struct ifnet *);
/freebsd-13-stable/usr.bin/netstat/
H A Droute.c704 if ((rtsaddr = nl[N_RTSTAT].n_value) == 0) {
H A Dinet.c617 if (fetch_stats_ro("net.inet.tcp.states", nl[N_TCPS_STATES].n_value,
/freebsd-13-stable/usr.bin/systat/
H A Dnetstat.c186 if (namelist[X_TCB].n_value == 0)
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c1567 if (Nl[X_AVENRUN].n_value == 0)
1575 Nl[X_AVENRUN].n_value &= NAMELISTMASK;
1599 (unsigned long) Nl[X_AVENRUN].n_value);
1600 if (lseek(kmem, (off_t) Nl[X_AVENRUN].n_value, SEEK_SET) == -1 ||
/freebsd-13-stable/lib/libdevstat/
H A Ddevstat.c1621 return(readkmem(kd, nl[0].n_value, buf, nbytes));
/freebsd-13-stable/usr.sbin/dconschat/
H A Ddconschat.c1127 if (kvm_read(dc->kd, nl[0].n_value, &dcons_buf,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp417 NValue = STE_64.n_value;
435 NValue = STE.n_value;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1702 NValue = STE_64.n_value;
1709 NValue = STE.n_value;
1719 return malformedError("bad n_value: " + Twine((int)NValue) + " past "
1776 return Entry.n_value;
1779 return Entry.n_value;
1783 // index is in the n_value field.

Completed in 340 milliseconds

123