Home
last modified time | relevance | path

Searched refs:writePPC32PltCallStub (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DThunks.h72 void writePPC32PltCallStub(uint8_t *buf, uint64_t gotPltVA,
H A DThunks.cpp975 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 DPPC.cpp81 writePPC32PltCallStub(buf, sym->getGotPltVA(), nullptr, 0); in writePPC32GlinkSection()
183 writePPC32PltCallStub(buf, sym.getGotPltVA(), sym.file, 0x8000); in writeIplt()