Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp472 const uint8_t *bufLoc = sec->data().begin() + rel.r_offset; in copyRelocations() local
886 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
980 uint8_t *bufLoc = buf + rel.offset; in relocateNonAllocForRelocatable() local
1014 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
1110 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection()