Searched refs:ELF_ST_INFO (Results 1 – 1 of 1) sorted by relevance
305 #define ELF_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) macro306 #define ELF32_ST_INFO(b,t) ELF_ST_INFO(b,t)307 #define ELF64_ST_INFO(b,t) ELF_ST_INFO(b,t)