Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp796 uint16_t other16; in getPairReferenceInfo() local
823 other16 = (reloc2.offset & 0xFFFF); in getPairReferenceInfo()
847 value = (instruction16 << 16) | other16; in getPairReferenceInfo()
849 value = (other16 << 16) | instruction16; in getPairReferenceInfo()
878 other16 = (reloc2.offset & 0xFFFF); in getPairReferenceInfo()
880 value = (instruction16 << 16) | other16; in getPairReferenceInfo()
882 value = (other16 << 16) | instruction16; in getPairReferenceInfo()
1196 uint16_t other16; in appendSectionRelocations() local
1219 other16 = ref.addend() >> 16; in appendSectionRelocations()
1222 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
[all …]