Searched refs:ELF_STT_Shift (Results 1 – 1 of 1) sorted by relevance
17 ELF_STT_Shift = 0, enumerator121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType()122 setFlags(OtherFlags | (Val << ELF_STT_Shift)); in setType()126 uint32_t Val = (Flags >> ELF_STT_Shift) & 7; in getType()