Searched refs:ELF64_ST_INFO (Results 1 – 5 of 5) sorted by relevance
93 #define GELF_ST_INFO ELF64_ST_INFO
57 #define ELF_ST_INFO ELF64_ST_INFO
216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
695 #define ELF64_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro
497 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(s->st_info), in gelf_getsym()