Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp1195 uint32_t targetAtomAddress; in appendSectionRelocations() local
1226 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1228 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1234 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1250 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1268 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1277 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1306 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1330 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1348 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
[all …]