Searched defs:ELF32_R_INFO (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h151 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h619 * R.r_info = ELF32_R_INFO(sym, type)
624 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro

Completed in 50 milliseconds