Home
last modified time | relevance | path

Searched refs:TargetAddress (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h88 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress, in MemoryRegionInfo() argument
91 TargetAddress(TargetAddress), TargetFlags(TargetFlags) {} in MemoryRegionInfo()
94 MemoryRegionInfo(uint64_t Size, JITTargetAddress TargetAddress) in MemoryRegionInfo() argument
95 : Size(Size), TargetAddress(TargetAddress) {} in MemoryRegionInfo()
129 void setTargetAddress(JITTargetAddress TargetAddress) { in setTargetAddress() argument
130 assert(!this->TargetAddress && "TargetAddress already set"); in setTargetAddress()
131 this->TargetAddress = TargetAddress; in setTargetAddress()
135 JITTargetAddress getTargetAddress() const { return TargetAddress; } in getTargetAddress()
149 JITTargetAddress TargetAddress = 0; variable
H A DRuntimeDyld.h230 uint64_t TargetAddress);
H A DExecutionEngine.h246 uint64_t TargetAddress) { in mapSectionAddress() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h340 uint64_t TargetAddress = E.getTarget().getAddress().getValue(); in applyFixup() local
345 *(ulittle64_t *)FixupPtr = TargetAddress + Addend; in applyFixup()
348 uint64_t Value = TargetAddress + Addend; in applyFixup()
355 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixup()
370 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixup()
386 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixup()
402 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixup()
410 int64_t Value = FixupAddress - TargetAddress + Addend; in applyFixup()
417 *(little64_t *)FixupPtr = TargetAddress - FixupAddress + Addend; in applyFixup()
420 uint64_t Target = TargetAddress + Addend; in applyFixup()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp372 orc::ExecutorAddr TargetAddress(*(const ulittle64_t *)FixupContent); in addRelocations() local
377 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
381 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
396 orc::ExecutorAddr TargetAddress(FixupAddress + 4 + in addRelocations() local
402 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
406 Addend = TargetAddress - TargetSymbol->getAddress() - 4; in addRelocations()
416 orc::ExecutorAddr TargetAddress = in addRelocations() local
422 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
426 Addend = TargetAddress - TargetSymbol->getAddress() - Delta; in addRelocations()
H A Daarch32.cpp473 uint64_t TargetAddress = TargetSymbol.getAddress().getValue(); in applyFixupData() local
479 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixupData()
489 int64_t Value = TargetAddress + Addend; in applyFixupData()
499 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixupData()
530 uint64_t TargetAddress = TargetSymbol.getAddress().getValue(); in applyFixupArm() local
539 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixupArm()
554 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixupArm()
578 uint16_t Value = (TargetAddress + Addend) & 0xffff; in applyFixupArm()
583 uint16_t Value = ((TargetAddress + Addend) >> 16) & 0xffff; in applyFixupArm()
606 uint64_t TargetAddress = TargetSymbol.getAddress().getValue(); in applyFixupThumb() local
[all …]
H A DMachO_arm64.cpp400 orc::ExecutorAddr TargetAddress(*(const ulittle64_t *)FixupContent); in addRelocations() local
405 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
409 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinterCommon.cpp169 int64_t TargetAddress; in printPCRelOperand() local
170 if (BranchTarget && BranchTarget->evaluateAsAbsolute(TargetAddress)) { in printPCRelOperand()
171 markup(O, Markup::Target) << formatHex((uint64_t)TargetAddress); in printPCRelOperand()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h272 uint64_t TargetAddress) override { in mapSectionAddress() argument
273 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/freebsd/usr.bin/iscsictl/
H A Dtoken.l54 TargetAddress { return TARGET_ADDRESS; }
/freebsd/tools/regression/iscsi/
H A Discsi-test.sh221 TargetAddress = $TARGETIP
226 TargetAddress = $TARGETIP
257 TargetAddress = $TARGETIP
262 TargetAddress = $TARGETIP
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp161 uint64_t TargetAddress) { in mapSectionAddress() argument
165 reassignSectionAddress(i, TargetAddress); in mapSectionAddress()
1418 uint64_t TargetAddress) { in mapSectionAddress() argument
1419 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
H A DRuntimeDyldImpl.h570 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/freebsd/sbin/natd/
H A Dnatd.c1037 TargetAddress, enumerator
1205 { TargetAddress,
1453 case TargetAddress: in ParseOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp360 int64_t TargetAddress; in printOperand() local
361 if (!Constant->evaluateAsAbsolute(TargetAddress)) { in printOperand()
366 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1807 int64_t TargetAddress; in printAlignedLabel() local
1808 if (BranchTarget && BranchTarget->evaluateAsAbsolute(TargetAddress)) { in printAlignedLabel()
1809 markup(O, Markup::Target) << formatHex((uint64_t)TargetAddress); in printAlignedLabel()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2482 uint64_t TargetAddress = TargetSym->Addr; in disassembleObject() local
2483 uint64_t Disp = Target - TargetAddress; in disassembleObject()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h791 U16 TargetAddress; /* 0x00 */ member