Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DAArch64.cpp248 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
250 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
251 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
252 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
859 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
862 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
863 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
864 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); 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 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 DARM.cpp249 static void writePltLong(uint8_t *buf, uint64_t gotPltEntryAddr, in writePltLong() argument
259 write32le(buf + 12, gotPltEntryAddr - l1 - 8); in writePltLong()