Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/iscsictl/
H A Dtoken.l57 TargetAddress { return TARGET_ADDRESS; }
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h282 uint64_t TargetAddress) override { in mapSectionAddress() argument
283 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/freebsd-12.1/tools/regression/iscsi/
H A Discsi-test.sh223 TargetAddress = $TARGETIP
228 TargetAddress = $TARGETIP
259 TargetAddress = $TARGETIP
264 TargetAddress = $TARGETIP
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h206 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h249 uint64_t TargetAddress) { in mapSectionAddress() argument
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp160 uint64_t TargetAddress) { in mapSectionAddress() argument
164 reassignSectionAddress(i, TargetAddress); in mapSectionAddress()
1296 uint64_t TargetAddress) { in mapSectionAddress() argument
1297 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
H A DRuntimeDyldImpl.h550 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h343 uint64_t TargetAddress) override { in mapSectionAddress() argument
346 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress); in mapSectionAddress()
/freebsd-12.1/sbin/natd/
H A Dnatd.c1040 TargetAddress, enumerator
1200 { TargetAddress,
1448 case TargetAddress: in ParseOption()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp320 int64_t TargetAddress; in printOperand() local
321 if (!Constant->evaluateAsAbsolute(TargetAddress)) { in printOperand()
326 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1828 uint64_t TargetAddress = std::get<0>(*TargetSym); in disassembleObject() local
1831 uint64_t Disp = Target - TargetAddress; in disassembleObject()