Searched refs:st_info (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_sym.c81 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(sym32->st_info),
82 ELF32_ST_TYPE(sym32->st_info));
138 sym32->st_info = gs->st_info;
H A Delf32.h187 unsigned char st_info; /* Type and binding information. */ member in struct:__anon24
192 /* Macros for accessing the fields of st_info. */
196 /* Macro for constructing st_info from field values. */
H A Delf64.h192 unsigned char st_info; /* Type and binding information. */ member in struct:__anon40
199 /* Macros for accessing the fields of st_info. */
203 /* Macro for constructing st_info from field values. */
/gem5/src/base/loader/
H A Delf_object.cc437 if (GELF_ST_BIND(sym.st_info) == binding) {

Completed in 10 milliseconds