Searched refs:ELF_STO_Shift (Results 1 – 2 of 2) sorted by relevance
30 ELF_STO_Shift = 7, enumerator166 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()167 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()171 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; in getOther()
29 ELF_STO_Shift = 7, enumerator169 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()170 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()174 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; in getOther()