Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp842 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
897 target.relocateNoSym(bufLoc, type, in relocateNonAlloc()
927 bufLoc, type, in relocateNonAlloc()
943 uint8_t *bufLoc = buf + rel.offset; in relocateNonAllocForRelocatable() local
945 target->relocate(bufLoc, rel, targetVA); in relocateNonAllocForRelocatable()
982 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
997 target.relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1005 target.relocate(bufLoc, rel, targetVA); in relocateAlloc()
1013 target.relocate(bufLoc, rel, targetVA); in relocateAlloc()
1026 target.relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
[all …]
H A DTarget.h207 bool tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc);
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp323 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() argument
354 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()