Home | History | Annotate | Download | only in libelf

Lines Matching refs:xff

521 #define ELF32_R_TYPE(val)		((val) & 0xff)
522 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
1354 #define STO_MIPS_SC_ALIGN_UNUSED 0xff