Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:bit_field

745     *       ((1 << bit_field) >> 2) << 2
751 unsigned int bit_field, dist_to_local_entry;
753 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
755 if ((bit_field > 0) && (bit_field < 7)) {
757 dist_to_local_entry = ((1 << bit_field) >> 2) << 2;