Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp898 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
909 target->relocateNoSym(bufLoc, type, in relocateNonAlloc()
935 bufLoc, type, in relocateNonAlloc()
995 uint8_t *bufLoc = buf + rel.offset; in relocateNonAllocForRelocatable() local
997 target->relocate(bufLoc, rel, targetVA); in relocateNonAllocForRelocatable()
1029 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
1043 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1056 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1091 if (read32(bufLoc) == 0x60000000) // nop in relocateAlloc()
1100 if ((bufLoc + 8 > bufEnd || read32(bufLoc + 4) != 0x60000000) && in relocateAlloc()
[all …]
H A DTarget.h202 bool tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc);
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() argument
359 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()