Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDThunks.h74 void writePPC64LoadAndBranch(uint8_t *buf, int64_t offset);
HDThunks.cpp1121 void elf::writePPC64LoadAndBranch(uint8_t *buf, int64_t offset) { in writePPC64LoadAndBranch() function in elf
1135 writePPC64LoadAndBranch(buf + 4, offset); in writeTo()
1178 writePPC64LoadAndBranch(buf + 4, offsetFromTOC); in writeTo()
1238 writePPC64LoadAndBranch(buf, offset); in writeTo()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC64.cpp1171 writePPC64LoadAndBranch(buf, sym.getGotPltVA() - getPPC64TocBase()); in writeIplt()