Home | History | Annotate | Download | only in Object

Lines Matching refs:r_type

824   unsigned r_type;
826 r_type = (RE->Word0 >> 24) & 0xF;
828 r_type = (RE->Word1 >> 28) & 0xF;
840 if (r_type > 6)
843 res = Table[r_type];
859 if (r_type > 9)
862 res = Table[r_type];
878 if (r_type > 9)
881 res = Table[r_type];
903 res = Table[r_type];