Searched refs:ELF64_ST_INFO (Results 1 – 3 of 3) sorted by relevance
67 #define GELF_ST_INFO ELF64_ST_INFO
218 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
2810 #define ELF64_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro