Searched refs:ELF_STT_Shift (Results 1 – 2 of 2) sorted by relevance
20 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 = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType()
19 ELF_STT_Shift = 0, enumerator124 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType()125 setFlags(OtherFlags | (Val << ELF_STT_Shift)); in setType()129 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType()