Searched refs:writePPC64LoadAndBranch (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.h | 88 void writePPC64LoadAndBranch(Ctx &, uint8_t *buf, int64_t offset);
|
| H A D | Thunks.cpp | 1405 void elf::writePPC64LoadAndBranch(Ctx &ctx, uint8_t *buf, int64_t offset) { in writePPC64LoadAndBranch() function in elf 1419 writePPC64LoadAndBranch(ctx, buf + 4, offset); in writeTo() 1462 writePPC64LoadAndBranch(ctx, buf + 4, offsetFromTOC); in writeTo() 1525 writePPC64LoadAndBranch(ctx, buf, offset); in writeTo()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 1171 writePPC64LoadAndBranch(ctx, buf, in writeIplt()
|