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.cpp364 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
366 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
367 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
368 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
1058 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
1061 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
1062 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
1063 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.cpp391 uint64_t gotPltEntryAddr = sym.getGotPltVA(); in writePlt() local
392 relocateNoSym(buf, R_HEX_B32_PCREL_X, gotPltEntryAddr - pltEntryAddr); in writePlt()
393 relocateNoSym(buf + 4, R_HEX_6_PCREL_X, gotPltEntryAddr - pltEntryAddr); in writePlt()
H A DARM.cpp309 static void writePltLong(uint8_t *buf, uint64_t gotPltEntryAddr, in writePltLong() argument
316 write32(buf + 12, gotPltEntryAddr - l1 - 8); in writePltLong()