/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.h | 29 uint64_t StartAddress; member 43 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry() 55 return StartAddress == -1U; in isBaseAddressSelectionEntry() 56 return StartAddress == -1ULL; in isBaseAddressSelectionEntry()
|
/netbsd-src/sys/external/bsd/acpica/dist/tables/ |
H A D | tbxfroot.c | 297 UINT8 *StartAddress, in ACPI_EXPORT_SYMBOL_INIT() 308 EndAddress = StartAddress + Length; in ACPI_EXPORT_SYMBOL_INIT() 312 for (MemRover = StartAddress; MemRover < EndAddress; in ACPI_EXPORT_SYMBOL_INIT() 335 StartAddress)); in ACPI_EXPORT_SYMBOL_INIT()
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utaddress.c | 104 RangeInfo->StartAddress = Address; in AcpiUtAddAddressRange() 175 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress), in AcpiUtRemoveAddressRange() 250 (EndAddress >= RangeInfo->StartAddress)) in AcpiUtCheckAddressRange() 264 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress), in AcpiUtCheckAddressRange()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.cpp | 42 Entry.StartAddress = data.getRelocatedAddress(offset_ptr); in extract() 65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump() 83 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
|
H A D | DWARFContext.cpp | 1042 Optional<uint64_t> &StartAddress) { in getFunctionNameAndStartLineForAddress() argument 1068 StartAddress = LowPcAddr->Address; in getFunctionNameAndStartLineForAddress() 1237 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress() 1258 Optional<uint64_t> StartAddress; in getLineInfoForAddressRange() local 1261 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange() 1270 Result.StartAddress = StartAddress; in getLineInfoForAddressRange() 1295 Result.StartAddress = StartAddress; in getLineInfoForAddressRange() 1339 Frame.StartAddress = LowPcAddr->Address; in getInliningInfoForAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 166 if (Info.StartAddress) { in printStartAddress() 168 OS.write_hex(*Info.StartAddress); in printStartAddress() 308 LineInfo.StartAddress ? toHex(*LineInfo.StartAddress) : ""}, in print()
|
H A D | SymbolizableObjectFile.cpp | 285 LineInfo.StartAddress = Start; in symbolizeCode() 315 LI->StartAddress = Start; in symbolizeInlinedCode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 253 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable() local 255 const uint64_t RangeSize = EndAddress - StartAddress; in convertFunctionLineTable() 257 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable() 267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx), in convertFunctionLineTable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 644 uint64_t StartAddress = 0; in computeSectionAddresses() local 646 StartAddress = alignTo(StartAddress, Sec->getAlignment()); in computeSectionAddresses() 647 SectionAddress[Sec] = StartAddress; in computeSectionAddresses() 648 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses() 653 StartAddress += getPaddingSize(Sec, Layout); in computeSectionAddresses()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Win64EH.h | 94 support::ulittle32_t StartAddress; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 148 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 153 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 532 if (!RF.StartAddress) in printRuntimeFunction() 536 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction() 562 RF.StartAddress); in printRuntimeFunctionRels()
|
H A D | llvm-objdump.cpp | 208 static uint64_t StartAddress; variable 1254 if (Start >= End || End <= StartAddress) in disassembleObject() 1317 if (SectionAddr < StartAddress) in disassembleObject() 1318 Index = std::max<uint64_t>(Index, StartAddress - SectionAddr); in disassembleObject() 1510 if (getHidden(*RelCur) || SectionAddr + Offset < StartAddress) { in disassembleObject() 1677 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations() 1871 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol() 2224 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject() 2452 parseIntArg(InputArgs, OBJDUMP_start_address_EQ, StartAddress); in parseObjdumpOptions() 2580 if (StartAddress >= StopAddress) in main()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | actables.h | 65 UINT8 *StartAddress,
|
H A D | aclocal.h | 860 ACPI_PHYSICAL_ADDRESS StartAddress; member
|
H A D | actbl2.h | 1011 UINT64 StartAddress; 2176 UINT64 StartAddress; 913 UINT64 StartAddress; global() member 2072 UINT64 StartAddress; global() member
|
/netbsd-src/external/mpl/dhcp/dist/contrib/ms2isc/ |
H A D | ms2isc.pl | 475 my ($StartAddress, $EndAddress, @ExclusionRanges) = @_; 487 $SA = unpack("L", $StartAddress);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 325 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries() 329 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries() 332 MS->emitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
|
H A D | DWARFLinker.cpp | 1566 First.StartAddress + OrigLowPc < CurrRange.start() || in patchRangesForUnit() 1567 First.StartAddress + OrigLowPc >= CurrRange.stop()) { in patchRangesForUnit() 1568 CurrRange = FunctionRanges.find(First.StartAddress + OrigLowPc); in patchRangesForUnit() 1570 CurrRange.start() > First.StartAddress + OrigLowPc) { in patchRangesForUnit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 43 Optional<uint64_t> StartAddress; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | threadaux.d | 105 void* StartAddress; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 208 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 159 YamlRanges.Entries.push_back({RLE.StartAddress, RLE.EndAddress}); in dumpDebugRanges()
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmtbinfo2.c | 433 {ACPI_DMT_UINT64, ACPI_IVRS1_OFFSET (StartAddress), "Start Address", 0}, 1477 {ACPI_DMT_UINT64, ACPI_NFIT5_OFFSET (StartAddress), "Start Address", 0},
|
/netbsd-src/usr.sbin/acpitools/acpidump/ |
H A D | acpi.c | 3375 (uintmax_t)datareg->StartAddress); in acpi_print_nfit()
|