Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:bit_field

709     *       ((1 << bit_field) >> 2) << 2
715 unsigned int bit_field, dist_to_local_entry;
717 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
719 if ((bit_field > 0) && (bit_field < 7)) {
721 dist_to_local_entry = ((1 << bit_field) >> 2) << 2;