Home
last modified time | relevance | path

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

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