ELF32_ST_INFO
#define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
#define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf))
#define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf))