HomeSort by relevance Sort by last modified time
    Searched defs:ELF32_ST_INFO (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
i386-elf.h 134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf))
  /onnv/onnv-gate/usr/src/uts/common/sys/
elf.h 526 * S.st_info = ELF32_ST_INFO(bind, type)
531 #define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf))

Completed in 240 milliseconds