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.cpp411 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() local
413 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
414 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
415 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
1189 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() local
1192 getAArch64Page(gotPltEntryAddr) - getAArch64Page(pltEntryAddr)); in writePlt()
1193 relocateNoSym(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
1194 relocateNoSym(buf + 8, R_AARCH64_ADD_ABS_LO12_NC, gotPltEntryAddr); in writePlt()
H A DMips.cpp322 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); 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()
353 writeValue(ctx, buf, gotPltEntryAddr + 0x8000, 16, 16); in writePlt()
354 writeValue(ctx, buf + 4, gotPltEntryAddr, 16, 0); in writePlt()
355 writeValue(ctx, buf + 12, gotPltEntryAddr, 16, 0); in writePlt()
H A DHexagon.cpp443 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() local
444 relocateNoSym(buf, R_HEX_B32_PCREL_X, gotPltEntryAddr - pltEntryAddr); in writePlt()
445 relocateNoSym(buf + 4, R_HEX_6_PCREL_X, gotPltEntryAddr - pltEntryAddr); in writePlt()
H A DARM.cpp312 static void writePltLong(Ctx &ctx, uint8_t *buf, uint64_t gotPltEntryAddr, in writePltLong() argument
319 write32(ctx, buf + 12, gotPltEntryAddr - l1 - 8); in writePltLong()