Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp1195 uint32_t fromAtomAddress; in appendSectionRelocations() local
1266 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1268 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1271 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1275 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1277 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1280 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1346 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1348 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1351 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
[all …]