Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp399 const uint8_t *bufLoc = sec->rawData.begin() + rel.r_offset; in copyRelocations() local
842 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
943 uint8_t *bufLoc = buf + rel.offset; in relocateNonAllocForRelocatable() local
982 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp323 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection()