Searched refs:ELF_STO_Shift (Results 1 – 1 of 1) sorted by relevance
27 ELF_STO_Shift = 7, enumerator164 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()165 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()169 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther()