Home | History | Annotate | Download | only in libelf

Lines Matching refs:ELF32_R_INFO

535 #define ELF32_R_INFO(sym, type)		(((sym) << 8) + ((type) & 0xff))