Searched defs:ELF64_ST_INFO (Results 1 – 3 of 3) sorted by relevance
204 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
305 #define ELF64_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) macro
477 #define ELF64_ST_INFO ELF_ST_INFO macro