Searched refs:ELF32_ST_INFO (Results 1 – 2 of 2) sorted by relevance
210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro