Searched refs:writePPC32PltCallStub (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Thunks.h | 72 void writePPC32PltCallStub(uint8_t *buf, uint64_t gotPltVA,
|
H A D | Thunks.cpp | 975 void elf::writePPC32PltCallStub(uint8_t *buf, uint64_t gotPltVA, in writePPC32PltCallStub() function in elf 1012 writePPC32PltCallStub(buf, destination.getGotPltVA(), file, addend); in writeTo()
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | PPC.cpp | 81 writePPC32PltCallStub(buf, sym->getGotPltVA(), nullptr, 0); in writePPC32GlinkSection() 183 writePPC32PltCallStub(buf, sym.getGotPltVA(), sym.file, 0x8000); in writeIplt()
|