Searched defs:ELF32_ST_INFO (Results 1 – 2 of 2) sorted by relevance
211 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
2806 #define ELF32_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro