Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp1194 uint32_t targetAtomAddress; in appendSectionRelocations() local
1225 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1227 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1228 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1233 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1249 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1251 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1252 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1257 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1267 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
[all …]