Home
last modified time | relevance | path

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.h795 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro