Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.h72 void writePPC32PltCallStub(uint8_t *buf, uint64_t gotPltVA,
H A DThunks.cpp1035 void elf::writePPC32PltCallStub(uint8_t *buf, uint64_t gotPltVA, in writePPC32PltCallStub() function in elf
1072 writePPC32PltCallStub(buf, destination.getGotPltVA(), file, addend); in writeTo()
/freebsd/contrib/llvm-project/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()