Home
last modified time | relevance | path

Searched defs:bufLoc (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp489 const uint8_t *bufLoc = sec->content().begin() + rel.offset; in copyRelocations() local
975 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
H A DTarget.h310 inline uint64_t overwriteULEB128(uint8_t *bufLoc, uint64_t val) { in overwriteULEB128()
/src/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp381 uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection()