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