Home
last modified time | relevance | path

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

123

/external/llvm/lib/Object/
DSymbolSize.cpp61 std::vector<SymEntry> Addresses; in computeSymbolSizes() local
66 Addresses.push_back({I, Value, SymNum, getSymbolSectionID(O, Sym)}); in computeSymbolSizes()
72 Addresses.push_back( in computeSymbolSizes()
75 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
78 for (unsigned I = 0, N = Addresses.size() - 1; I < N; ++I) { in computeSymbolSizes()
79 auto &P = Addresses[I]; in computeSymbolSizes()
85 while (NextI < N && Addresses[NextI].Address == P.Address) in computeSymbolSizes()
88 uint64_t Size = Addresses[NextI].Address - P.Address; in computeSymbolSizes()
94 for (SymEntry &P : Addresses) { in computeSymbolSizes()
/external/e2fsprogs/
DRELEASE-NOTES48 force a full e2fsck scan. (Addresses Debian Bug: #828022)
64 Fix big endian bugs in the e2undo program. (Addresses Red Hat Bug
134 (Addresses Debian Bug: #791630)
137 directory of a file system. (Addresses Debian Bug: #766125)
144 (Addresses Debian Bug: #768162)
148 Updated/fixed various man pages. (Addresses Debian Bugs: #766379,
151 Fixed various Debian Packaging Issues. (Addresses Debian Bug: #825868)
200 used. (Addresses Debian Bug: #803629)
356 Updated/fixed various man pages. (Addresses Debian Bug: #798425)
422 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948)
[all …]
/external/tcpdump/tests/
Desis_snpa_asan-4.out3 Number of Source Addresses: 2
13 Number of Source Addresses: 2
Dcdp-v.out17 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 192.168.0.1
36 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 192.168.0.1
55 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 192.168.0.1
Desis_snpa_asan-5.out3 Number of Source Addresses: 3
Desis_snpa_asan.out3 Number of Source Addresses: 2
Dlldp_cdp-ev.out17 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
36 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
143 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
162 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp324 SmallVector<uint64_t, 8> Addresses; in DumpLinkeditDataCommand() local
325 Obj.ReadULEB128s(LLC->DataOffset, Addresses); in DumpLinkeditDataCommand()
326 for (unsigned i = 0, e = Addresses.size(); i != e; ++i) in DumpLinkeditDataCommand()
328 << " ('address', " << format("0x%x", Addresses[i]) << "),\n"; in DumpLinkeditDataCommand()
/external/strace/
DNEWS331 when O_TMPFILE flag is set. (Addresses Fedora bug #1377846).
620 (Addresses Debian bug #725987).
721 (Addresses Fedora bug #162774).
723 (Addresses Debian bug #554946).
725 (Addresses Debian bug #656398).
727 (Addresses Debian bug #653309).
769 (Addresses Debian bug #450953).
796 (Addresses Red Hat bug #663547).
798 (Addresses Debian bug #599028).
800 (Addresses Debian bug #589323).
[all …]
/external/libchrome/base/debug/
Dstack_trace.cc208 const void *const *StackTrace::Addresses(size_t* count) const { in Addresses() function in base::debug::StackTrace
233 const void* const* frames = stack.Addresses(&count); in TraceStackFramePointers()
Dstack_trace.h92 const void* const* Addresses(size_t* count) const;
/external/v8/src/base/debug/
Dstack_trace.cc26 const void* const* StackTrace::Addresses(size_t* count) const { in Addresses() function in v8::base::debug::StackTrace
Dstack_trace.h65 const void* const* Addresses(size_t* count) const;
/external/python/cpython3/Doc/howto/
Dipaddress.rst47 IP Host Addresses
50 Addresses, often referred to as "host addresses" are the most basic unit
61 Addresses can also be created directly from integers. Values that will
237 Networks as lists of Addresses
281 Using IP Addresses with other modules
/external/libnl/python/doc/
Droute_addr.rst2 Network Addresses
/external/spirv-llvm/test/SPIRV/
Dempty.ll7 ; CHECK: Capability Addresses
Dcapbility-kernel.ll4 ; CHECK-DAG: {{[0-9]*}} Capability Addresses
/external/libogg/doc/
Drfc5334.txt414 "Authors' Addresses" section.
425 Author: See "Authors' Addresses" section.
470 "Authors' Addresses" section.
484 Author: See "Authors' Addresses" section.
529 "Authors' Addresses" section.
543 Author: See "Authors' Addresses" section.
679 Authors' Addresses
/external/mesa3d/src/compiler/spirv/
Dspirv_info.c33 CAPABILITY(Addresses),
/external/curl/docs/
DRESOURCES69 RFC 2732 - Format for Literal IPv6 Addresses in URL's
/external/scapy/test/
Dbpf.uts8 + Addresses manipulation functions
/external/selinux/secilc/docs/
Dcil_network_labeling_statements.md13 - IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g…
108 IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g. `(…
/external/python/cpython2/Tools/world/
DREADME8 code found in the address. Addresses can be in any of the following forms:
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua524 Addresses = 4,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua515 Addresses = 4,

123