Home
last modified time | relevance | path

Searched defs:ELF32_R_INFO (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) macro
/titanic_41/usr/src/uts/common/sys/
H A Delf.h624 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro