Lines Matching refs:Address
106 /// @param address - The address to be read.
107 static int regionReader(const void* arg, uint8_t* byte, uint64_t address) {
109 return region->readByte(address, byte);
134 uint64_t address,
151 address,
155 size = internalInstr.readerCursor - address;
192 /// @param Address - The starting address of the instruction
198 /// immediate in the instruction using the Address, Offset and Width. If that
206 uint64_t Address, uint64_t Offset,
209 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch,
215 /// These can often be addresses in a literal pool. The Address of the
216 /// instruction and its immediate Value are used to determine the address
218 /// return a pointer to a literal 'C' string if the referenced address is an
219 /// address into a section with 'C' string literals.
220 static void tryAddingPcLoadReferenceComment(uint64_t Address, uint64_t Value,
223 Dis->tryAddingPcLoadReferenceComment(Value, Address);