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

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

Completed in 155 milliseconds