Home | History | Annotate | Download | only in sys

Lines Matching refs:ELF32_R_INFO

558 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))