Lines Matching defs:Address
43 /// @param[out] Address Remote address of the allocated memory.
49 uint64_t &Address);
51 bool isAllocatedMemory(uint64_t Address, uint32_t Size) {
52 uint64_t AddressEnd = Address + Size;
56 if (Address >= (uint64_t)I->base() &&
65 /// @param Address Destination address in the target process.
71 virtual bool loadData(uint64_t Address,
77 /// @param Address Destination address in the target process.
83 virtual bool loadCode(uint64_t Address,
90 /// @param Address Address of the loaded function in the target
96 virtual bool executeCode(uint64_t Address,