Home
last modified time | relevance | path

Searched refs:Addresses (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Object/
H A DSymbolSize.cpp55 std::vector<SymEntry> Addresses; in computeSymbolSizes() local
60 Addresses.push_back({I, Value, SymNum, getSymbolSectionID(O, Sym)}); in computeSymbolSizes()
66 Addresses.push_back( in computeSymbolSizes()
70 if (Addresses.empty()) in computeSymbolSizes()
73 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
76 for (unsigned I = 0, N = Addresses.size() - 1; I < N; ++I) { in computeSymbolSizes()
77 auto &P = Addresses[I]; in computeSymbolSizes()
83 while (NextI < N && Addresses[NextI].Address == P.Address) in computeSymbolSizes()
86 uint64_t Size = Addresses[NextI].Address - P.Address; in computeSymbolSizes()
92 for (SymEntry &P : Addresses) { in computeSymbolSizes()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDLL.cpp505 Addresses.push_back(make<OrdinalOnlyChunk>(Ord)); in create()
510 Addresses.push_back(make<LookupChunk>(C)); in create()
515 Addresses.push_back(make<NullChunk>(Config->Wordsize)); in create()
518 Syms[I]->setLocation(Addresses[Base + I]); in create()
524 Dir->AddressTab = Addresses[Base]; in create()
543 V.insert(V.end(), Addresses.begin(), Addresses.end()); in getDataChunks()
561 size_t Base = Addresses.size(); in create()
565 Addresses.push_back(A); in create()
577 Addresses.push_back(make<NullChunk>(8)); in create()
581 Syms[I]->setLocation(Addresses[Base + I]); in create()
[all …]
H A DDLL.h33 std::vector<Chunk *> Addresses; variable
59 std::vector<Chunk *> Addresses; variable
H A DWriter.cpp668 Add(".idata$5", Idata.Addresses); in addSyntheticIdata()
/freebsd-12.1/contrib/tcp_wrappers/
H A DREADME.NIS42 Addresses: 131.155.210.23 131.155.12.78
47 Addresses: 131.155.210.23
52 Addresses: 131.155.12.78
60 Addresses: 131.155.210.23 131.155.12.78
65 Addresses: 131.155.12.78 131.155.210.23
70 Addresses: 131.155.210.23 131.155.12.78
78 Addresses: 131.155.12.78
136 X printf("Addresses:\t");
190 X printf("Addresses:\t");
/freebsd-12.1/contrib/ntp/libntp/
H A Dntp_rfc2553.c258 struct hostent **Addresses
269 struct hostent **Addresses in DNSlookup_name() argument
272 *Addresses = gethostbyname(name); in DNSlookup_name()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cc316 static Map Addresses; in GetOrCreateSyncAddress() local
317 Map::Handle h(&Addresses, addr); in GetOrCreateSyncAddress()
/freebsd-12.1/contrib/ntp/html/hints/
H A Dparse81 Addresses:
/freebsd-12.1/libexec/bootpd/
H A DREADME50 Addresses and phone numbers are listed below.
/freebsd-12.1/sys/contrib/zlib/doc/
H A Drfc1950.txt80 7. Authors' Addresses ............................................. 8
418 7. Authors' Addresses
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3491.txt287 12. Authors' Addresses
H A Drfc3490.txt81 12. Authors' Addresses........................................... 21
1127 12. Authors' Addresses
H A Drfc3454.txt105 Authors' Addresses................................................90
5000 Authors' Addresses
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td212 // CSR Addresses: 0x003 == fcsr, 0x002 == frm, 0x001 == fflags
H A DRISCVInstrInfo.td561 // CSR Addresses: 0xC00 == cycle, 0xC01 == time, 0xC02 == instret
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL.certkeys255 for authentication. Addresses are
/freebsd-12.1/contrib/binutils/etc/
H A DChangeLog468 to do all tape movement operations. Currently untested. Addresses
/freebsd-12.1/sys/dev/bktr/
H A DCHANGELOG.TXT242 Addresses were incorrectly hardcoded.
/freebsd-12.1/share/examples/ipfilter/
H A Dipf-howto.txt1634 4.1. Mapping Many Addresses Into One Address
1642 and destination IP Addresses and their source and
1723 4.2. Mapping Many Addresses Into a Pool of Addresses
/freebsd-12.1/contrib/tnftp/
H A DChangeLog180 Addresses NetBSD Problem Report 28697.
225 Addresses NetBSD Problem Report 15943.
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-P2P753 List P2P Device Addresses of all the P2P peers we know. The optional
/freebsd-12.1/crypto/openssl/
H A DINSTALL461 Addresses and AS Identifiers")
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1404 // Hi and Lo for Darwin Global Addresses.
/freebsd-12.1/share/doc/IPv6/
H A DIMPLEMENTATION161 RFC2732: Format for Literal IPv6 Addresses in URL's
1508 o All-Routers Multicast Addresses (ff02::2)
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo2445 @section Pointers Are Not Always Addresses
2925 @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}.
3467 Addresses}.
3478 @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}.

12