Home
last modified time | relevance | path

Searched refs:StartAddress (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h29 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 Dtbxfroot.c297 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 Dutaddress.c104 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 DDWARFDebugRangeList.cpp42 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 DDWARFContext.cpp1042 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 DDIPrinter.cpp166 if (Info.StartAddress) { in printStartAddress()
168 OS.write_hex(*Info.StartAddress); in printStartAddress()
308 LineInfo.StartAddress ? toHex(*LineInfo.StartAddress) : ""}, in print()
H A DSymbolizableObjectFile.cpp285 LineInfo.StartAddress = Start; in symbolizeCode()
315 LI->StartAddress = Start; in symbolizeInlinedCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp253 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 DMachObjectWriter.cpp644 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 DWin64EH.h94 support::ulittle32_t StartAddress; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp148 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 DCOFFDump.cpp532 if (!RF.StartAddress) in printRuntimeFunction()
536 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
562 RF.StartAddress); in printRuntimeFunctionRels()
H A Dllvm-objdump.cpp208 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 Dactables.h65 UINT8 *StartAddress,
H A Daclocal.h860 ACPI_PHYSICAL_ADDRESS StartAddress; member
H A Dactbl2.h1011 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 Dms2isc.pl475 my ($StartAddress, $EndAddress, @ExclusionRanges) = @_;
487 $SA = unpack("L", $StartAddress);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp325 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 DDWARFLinker.cpp1566 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 DDIContext.h43 Optional<uint64_t> StartAddress; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d105 void* StartAddress; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp208 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp159 YamlRanges.Entries.push_back({RLE.StartAddress, RLE.EndAddress}); in dumpDebugRanges()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo2.c433 {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 Dacpi.c3375 (uintmax_t)datareg->StartAddress); in acpi_print_nfit()

12