Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp266 writeChainedRebase(loc, referentVA); in writeTo()
H A DSyntheticSections.h838 void writeChainedRebase(uint8_t *buf, uint64_t targetVA);
H A DSyntheticSections.cpp347 void macho::writeChainedRebase(uint8_t *buf, uint64_t targetVA) { in writeChainedRebase() function in macho
381 writeChainedRebase(buf, sym->getVA() + addend); in writeChainedFixup()