Searched refs:fromAtomAddress (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_arm.cpp | 1196 uint32_t fromAtomAddress; in appendSectionRelocations() local 1267 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations() 1269 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations() 1272 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations() 1276 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations() 1281 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations() 1347 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations() 1349 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations() 1352 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations() 1356 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations() [all …]
|