Searched refs:ELF64_ST_INFO (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/libelf/
H A Delf64.h204 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
H A Dgelf.h71 #define GELF_ST_INFO ELF64_ST_INFO
H A Dgelf_sym.c81 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(sym32->st_info),

Completed in 6 milliseconds