Home
last modified time | relevance | path

Searched refs:gotPltEntryAddr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp275 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
277 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
278 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
279 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
958 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
961 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
962 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
963 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
H A DMips.cpp322 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
332 relocateNoSym(buf, R_MICROMIPS_PC19_S2, gotPltEntryAddr - pltEntryAddr); in writePlt()
338 relocateNoSym(buf, R_MICROMIPS_PC23_S2, gotPltEntryAddr - pltEntryAddr); in writePlt()
352 writeValue(buf, gotPltEntryAddr + 0x8000, 16, 16); in writePlt()
353 writeValue(buf + 4, gotPltEntryAddr, 16, 0); in writePlt()
354 writeValue(buf + 12, gotPltEntryAddr, 16, 0); in writePlt()
H A DHexagon.cpp379 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
380 relocateNoSym(buf, R_HEX_B32_PCREL_X, gotPltEntryAddr - pltEntryAddr); in writePlt()
381 relocateNoSym(buf + 4, R_HEX_6_PCREL_X, gotPltEntryAddr - pltEntryAddr); in writePlt()
H A DARM.cpp268 static void writePltLong(uint8_t *buf, uint64_t gotPltEntryAddr, in writePltLong() argument
275 write32(buf + 12, gotPltEntryAddr - l1 - 8); in writePltLong()