Searched defs:bufLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 310 overwriteULEB128(uint8_t * bufLoc,uint64_t val) overwriteULEB128() argument |
H A D | InputSection.cpp | 454 const uint8_t *bufLoc = sec->content().begin() + rel.offset; copyRelocations() local |
/llvm-project/lld/ELF/Arch/ | ||
H A D | PPC64.cpp | 381 uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() argument |