Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbxfroot.c405 UINT8 *StartAddress, in ACPI_EXPORT_SYMBOL_INIT()
416 EndAddress = StartAddress + Length; in ACPI_EXPORT_SYMBOL_INIT()
420 for (MemRover = StartAddress; MemRover < EndAddress; in ACPI_EXPORT_SYMBOL_INIT()
443 StartAddress)); in ACPI_EXPORT_SYMBOL_INIT()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp22 return StartAddress == dwarf::computeTombstoneAddress(AddressSize); in isBaseAddressSelectionEntry()
49 Entry.StartAddress = data.getRelocatedAddress(offset_ptr); in extract()
83 OS << format(AddrFmt, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
100 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
H A DDWARFContext.cpp1604 std::optional<uint64_t> &StartAddress) { in getFunctionNameAndStartLineForAddress() argument
1630 StartAddress = LowPcAddr->Address; in getFunctionNameAndStartLineForAddress()
1741 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress()
1778 std::optional<uint64_t> StartAddress; in getLineInfoForAddressRange() local
1781 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange()
1790 Result.StartAddress = StartAddress; in getLineInfoForAddressRange()
1815 Result.StartAddress = StartAddress; in getLineInfoForAddressRange()
1860 Frame.StartAddress = LowPcAddr->Address; in getInliningInfoForAddress()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutaddress.c212 RangeInfo->StartAddress = Address; in AcpiUtAddAddressRange()
283 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress), in AcpiUtRemoveAddressRange()
358 (EndAddress >= RangeInfo->StartAddress)) in AcpiUtCheckAddressRange()
372 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress), in AcpiUtCheckAddressRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h32 uint64_t StartAddress; member
46 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp90 LineInfo.StartAddress = Result.FuncRange.start(); in getLineInfoForAddress()
153 LineInfo.StartAddress = Result.FuncRange.start(); in getInliningInfoForAddress()
H A DDwarfTransformer.cpp314 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable() local
316 const uint64_t RangeSize = EndAddress - StartAddress; in convertFunctionLineTable()
318 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
354 LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line); in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp171 if (Info.StartAddress) { in printStartAddress()
173 OS.write_hex(*Info.StartAddress); in printStartAddress()
313 LineInfo.StartAddress ? toHex(*LineInfo.StartAddress) : ""}, in toJSON()
H A DSymbolizableObjectFile.cpp292 LineInfo.StartAddress = Start; in symbolizeCode()
327 LI->StartAddress = Start; in symbolizeInlinedCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSFrame.h106 detail::packed<int32_t, E> StartAddress;
155 detail::packed<T, E> StartAddress;
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpression.h73 lldb::addr_t StartAddress() { return m_jit_start_addr; } in StartAddress() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp697 uint64_t StartAddress = 0; in computeSectionAddresses() local
699 StartAddress = alignTo(StartAddress, Sec->getAlign()); in computeSectionAddresses()
700 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
701 StartAddress += Asm.getSectionAddressSize(*Sec); in computeSectionAddresses()
706 StartAddress += getPaddingSize(Asm, Sec); in computeSectionAddresses()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp79 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h151 support::ulittle32_t StartAddress; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactables.h173 UINT8 *StartAddress,
H A Daclocal.h969 ACPI_PHYSICAL_ADDRESS StartAddress; member
H A Dactbl2.h1441 UINT64 StartAddress; member
2759 UINT64 StartAddress; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp149 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
154 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp696 if (!RF.StartAddress) in printRuntimeFunction()
700 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
726 RF.StartAddress); in printRuntimeFunctionRels()
H A Dllvm-objdump.cpp336 static uint64_t StartAddress; variable
1524 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels() local
1527 FullAddrMap.getEntryForAddress(StartAddress); in collectBBAddrMapLabels()
1531 FunctionMap->getAddrMap().getBBRangeIndexForBaseAddress(StartAddress); in collectBBAddrMapLabels()
2128 if (Start >= End || End <= StartAddress) in disassembleObject()
2229 if (SectionAddr < StartAddress) in disassembleObject()
2230 Index = std::max<uint64_t>(Index, StartAddress - SectionAddr); in disassembleObject()
2306 if (getHidden(*RelCur) || SectionAddr + RelOffset < StartAddress) { in disassembleObject()
2775 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
2978 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h49 std::optional<uint64_t> StartAddress; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp297 BuildObjectCheckerFunc(m_checker_function->StartAddress()); in InstrumentInstruction()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp72 LPVOID StartAddress;
83 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 28);
86 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 32);
71 LPVOID StartAddress; global() member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp249 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc577 uintptr_t StartAddress = Info->dlpi_addr + Phdr->p_vaddr;
580 OS << format("{{{mmap:%#016x:%#x:load:%d:%s:%#016x}}}\n", StartAddress,

12