HomeSort by: relevance | last modified time | path
    Searched refs:Addresses (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
SymbolSize.cpp 58 // Collect sorted symbol addresses. Include dummy addresses for the end
60 std::vector<SymEntry> Addresses;
68 Addresses.push_back({I, *ValueOrErr, SymNum, getSymbolSectionID(O, Sym)});
74 Addresses.push_back(
78 if (Addresses.empty())
81 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress);
84 for (unsigned I = 0, N = Addresses.size() - 1; I < N; ++I) {
85 auto &P = Addresses[I]
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.cpp 59 std::vector<uint64_t> Addresses;
62 Addresses.push_back(Address);
65 Addresses.push_back(It->second);
68 return Addresses;
  /src/external/bsd/ntp/dist/libntp/
ntp_rfc2553.c 260 struct hostent **Addresses
271 struct hostent **Addresses
274 *Addresses = gethostbyname(name);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
nspapi.d 88 SERVICE_ADDRESS* Addresses() return { return &_Addresses; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 51 /// AddressesMap represents information about valid addresses used
52 /// by debug information. Valid addresses are those which points to
53 /// live code sections. i.e. relocations for these addresses point
59 /// Returns true if represented addresses are from linked file.
60 /// Returns false if represented addresses are from not-linked
216 DWARFFile(StringRef Name, DWARFContext *Dwarf, AddressesMap *Addresses,
218 : FileName(Name), Dwarf(Dwarf), Addresses(Addresses), Warnings(Warnings) {
226 AddressesMap *Addresses = nullptr;
245 /// code section(and thus have entries in the Addresses map). All the debu
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PerfReader.cpp 436 SmallVector<StringRef, 8> Addresses;
437 Token.split(Addresses, "/");
440 Addresses[0].substr(2).getAsInteger(16, Src);
441 Addresses[1].substr(2).getAsInteger(16, Dst);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors_mac.cc 316 static Map Addresses;
317 Map::Handle h(&Addresses, addr);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp 364 static Map Addresses;
365 Map::Handle h(&Addresses, addr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp 363 static Map Addresses;
364 Map::Handle h(&Addresses, addr);
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 1079 ObjFile.Addresses->relocateIndexedAddr(StartOffset, EndOffset))
1385 // Modify the copy with relocated addresses.
1386 if (ObjFile.Addresses->areRelocationsResolved() &&
1387 ObjFile.Addresses->applyValidRelocs(DIECopy, Offset,
1547 // Ranges addresses are based on the unit's low_pc. Compute the
1653 RangesTy &Ranges = File.Addresses->getValidAddressRanges();
1714 // FIXME: Understand exactly what cases this addresses and
1847 /// is to patch the addresses in the headers.
2365 !OptContext.File.Addresses->hasValidRelocs()) {
2481 lookForDIEsToKeep(*OptContext.File.Addresses,
    [all...]
  /src/sys/arch/atari/atari/
locore.s 413 movl #8,%a5 | Addresses 0-8 are mapped to ROM on the
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 586 cmp %o3, %o4 ! Addresses same?
607 cmp %o3, %o4 ! Addresses same?
629 cmp %o3, %o4 ! Addresses same?
  /src/external/bsd/ipf/dist/perl/
plog 58 # packed addresses as keys. Conversion to IPv6 should be simple now.
113 # vulnerable to forgery) and keep your logged addresses all in numeric
571 # Make sure addresses are numeric at this point. We want to sort by
801 # addresses to this routine.
837 # Was this one of the addresses? If not, tack on a ?.
851 # addresses.
864 # Look up the addresses.
1016 organized by destination address. For the first report, source addresses are
1028 -n Disable hostname lookups, and report only IP addresses.
1039 If any addresses are supplied on the command line, the report is limited t
    [all...]

Completed in 31 milliseconds