Home
last modified time | relevance | path

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

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