Searched defs:ELF32_ST_INFO (Results 1 – 3 of 3) sorted by relevance
134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf)) macro
209 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
707 #define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro