Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h86 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress,
89 TargetAddress(TargetAddress), TargetFlags(TargetFlags) {}
92 MemoryRegionInfo(uint64_t Size, JITTargetAddress TargetAddress) in isZeroFill()
93 : Size(Size), TargetAddress(TargetAddress) {} in isZeroFill()
127 void setTargetAddress(JITTargetAddress TargetAddress) {
128 assert(!this->TargetAddress && "TargetAddress already set"); in getTargetAddress()
129 this->TargetAddress in getTargetAddress()
82 MemoryRegionInfo(ArrayRef<char> Content,JITTargetAddress TargetAddress) MemoryRegionInfo() argument
87 MemoryRegionInfo(uint64_t Size,JITTargetAddress TargetAddress) MemoryRegionInfo() argument
122 setTargetAddress(JITTargetAddress TargetAddress) setTargetAddress() argument
133 JITTargetAddress TargetAddress = 0; global() variable
[all...]
H A DRuntimeDyld.h227 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h245 uint64_t TargetAddress) { in mapSectionAddress() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h179 uint64_t TargetAddress = E.getTarget().getAddress().getValue(); in applyFixup() local
184 *(ulittle64_t *)FixupPtr = TargetAddress + Addend; in applyFixup()
187 uint64_t Value = TargetAddress + Addend; in applyFixup()
194 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixup()
210 int64_t Value = TargetAddress - FixupAddress + Addend; in applyFixup()
218 int64_t Value = FixupAddress - TargetAddress + Addend; in applyFixup()
225 *(little64_t *)FixupPtr = TargetAddress - FixupAddress + Addend; in applyFixup()
228 uint64_t Target = TargetAddress + Addend; in applyFixup()
243 uint64_t TargetOffset = (TargetAddress + Addend) & 0xfff; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp368 orc::ExecutorAddr TargetAddress(*(const ulittle64_t *)FixupContent); in addRelocations() local
373 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
377 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
392 orc::ExecutorAddr TargetAddress(FixupAddress + 4 + in addRelocations() local
398 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
402 Addend = TargetAddress - TargetSymbol->getAddress() - 4; in addRelocations()
412 orc::ExecutorAddr TargetAddress = in addRelocations() local
418 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
422 Addend = TargetAddress - TargetSymbol->getAddress() - Delta; in addRelocations()
H A Daarch32.cpp475 uint64_t TargetAddress = TargetSymbol.getAddress().getValue(); in getEdgeKindName()
481 int64_t Value = TargetAddress - FixupAddress + Addend; in getEdgeKindName()
491 int64_t Value = TargetAddress + Addend; in getCPUArchName()
501 int64_t Value = TargetAddress - FixupAddress + Addend; in getCPUArchName()
532 uint64_t TargetAddress = TargetSymbol.getAddress().getValue();
541 int64_t Value = TargetAddress - FixupAddress + Addend;
556 int64_t Value = TargetAddress - FixupAddress + Addend;
580 uint16_t Value = (TargetAddress + Addend) & 0xffff;
585 uint16_t Value = ((TargetAddress + Addend) >> 16) & 0xffff;
608 uint64_t TargetAddress
293 uint64_t TargetAddress = TargetSymbol.getAddress().getValue(); applyFixupData() local
347 uint64_t TargetAddress = TargetSymbol.getAddress().getValue(); applyFixupThumb() local
[all...]
H A DMachO_arm64.cpp377 orc::ExecutorAddr TargetAddress(*(const ulittle64_t *)FixupContent); in addRelocations() local
382 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
386 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h273 uint64_t TargetAddress) override { in mapSectionAddress() argument
274 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()
1403 uint64_t TargetAddress) { in mapSectionAddress() argument
1404 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
H A DRuntimeDyldImpl.h565 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.cpp362 int64_t TargetAddress; in printOperand() local
363 if (!Constant->evaluateAsAbsolute(TargetAddress)) { in printOperand()
368 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1790 int64_t TargetAddress; in printAdrAdrpLabel()
1791 if (BranchTarget && BranchTarget->evaluateAsAbsolute(TargetAddress)) { in printAdrAdrpLabel()
1792 markup(O, Markup::Target) << formatHex((uint64_t)TargetAddress); in printAdrAdrpLabel()
1774 int64_t TargetAddress; printAlignedLabel() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2404 uint64_t TargetAddress = TargetSym->Addr; in disassembleObject() local
2405 uint64_t Disp = Target - TargetAddress; in disassembleObject()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h743 U16 TargetAddress; /* 0x00 */ member