Home
last modified time | relevance | path

Searched defs: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
1189 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() local
H A DMips.cpp322 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() local
H A DHexagon.cpp443 uint64_t gotPltEntryAddr = sym.getGotPltVA(ctx); in writePlt() local
H A DARM.cpp312 static void writePltLong(Ctx &ctx, uint8_t *buf, uint64_t gotPltEntryAddr, in writePltLong()