Searched refs:ELF64_ST_INFO (Results 1 – 4 of 4) sorted by relevance
93 #define GELF_ST_INFO ELF64_ST_INFO
57 #define ELF_ST_INFO ELF64_ST_INFO
543 #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()