Home | History | Annotate | Download | only in Targets

Lines Matching refs:LocalAddress

38     uint8_t *LocalAddress = Section.Address + RE.Offset;
44 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
95 uint8_t *LocalAddress = Section.Address + RE.Offset;
112 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
127 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
128 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4);
142 uint32_t Insn = readBytesUnaligned(LocalAddress, 4);
144 writeBytesUnaligned(Insn, LocalAddress, 4);
225 uint8_t *LocalAddress = Section.Address + Offset;
226 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out.