Home | History | Annotate | Download | only in Targets

Lines Matching refs:LocalAddress

39     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
45 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
118 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
133 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
148 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
149 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4);
163 uint32_t Insn = readBytesUnaligned(LocalAddress, 4);
165 writeBytesUnaligned(Insn, LocalAddress, 4);
239 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
240 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out.