Searched refs:encodeAddend (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() function 322 encodeAddend(LocalAddress, 1 << RE.Size, RelType, Value + RE.Addend); in resolveRelocation() 330 encodeAddend(LocalAddress, /*Size=*/4, RelType, PCRelVal); in resolveRelocation() 340 encodeAddend(LocalAddress, /*Size=*/4, RelType, PCRelVal); in resolveRelocation() 350 encodeAddend(LocalAddress, /*Size=*/4, RelType, Value); in resolveRelocation()
|