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