Searched refs:other16 (Results 1 – 1 of 1) sorted by relevance
796 uint16_t other16; in getPairReferenceInfo() local823 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() local1219 other16 = ref.addend() >> 16; in appendSectionRelocations()1222 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()[all …]