| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 35 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 155 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 164 write32le(Buf + 2, GotPltEntryAddr - PltEntryAddr - 6); in writePlt() 559 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 568 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 607 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 621 write32le(Buf + 3, GotPltEntryAddr - PltEntryAddr - 7); in writePlt() 652 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 661 write32le(Buf + 3, GotPltEntryAddr - PltEntryAddr - 7); in writePlt()
|
| H A D | Hexagon.cpp | 35 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 275 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 285 relocateOne(Buf, R_HEX_B32_PCREL_X, GotPltEntryAddr - PltEntryAddr); in writePlt() 286 relocateOne(Buf + 4, R_HEX_6_PCREL_X, GotPltEntryAddr - PltEntryAddr); in writePlt()
|
| H A D | X86.cpp | 35 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 218 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 420 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 429 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 470 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 528 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument
|
| H A D | ARM.cpp | 37 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 219 uint64_t PltEntryAddr, int32_t Index, in writePltLong() argument 228 uint64_t L1 = PltEntryAddr + 4; in writePltLong() 235 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 248 uint64_t Offset = GotPltEntryAddr - PltEntryAddr - 8; in writePlt() 251 writePltLong(Buf, GotPltEntryAddr, PltEntryAddr, Index, RelOff); in writePlt()
|
| H A D | SPARCV9.cpp | 29 void writePlt(uint8_t *Buf, uint64_t GotEntryAddr, uint64_t PltEntryAddr, 127 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument
|
| H A D | AArch64.cpp | 40 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 182 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 193 getAArch64Page(GotPltEntryAddr) - getAArch64Page(PltEntryAddr)); in writePlt()
|
| H A D | Mips.cpp | 38 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 306 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument 318 relocateOne(Buf, R_MICROMIPS_PC19_S2, GotPltEntryAddr - PltEntryAddr); in writePlt() 324 relocateOne(Buf, R_MICROMIPS_PC23_S2, GotPltEntryAddr - PltEntryAddr); in writePlt()
|
| H A D | PPC64.cpp | 110 void writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, uint64_t PltEntryAddr, 522 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.h | 43 uint64_t PltEntryAddr, int32_t Index, in writePlt() argument
|