Searched refs:ELF_ST_TYPE (Results 1 – 6 of 6) sorted by relevance
23 #define ELF_ST_TYPE ELF32_ST_TYPE macro38 #define ELF_ST_TYPE ELF64_ST_TYPE macro
600 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_modversions()1127 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()1246 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function()
143 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro145 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)147 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
99 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER) { in module_frob_arch_sections()
97 switch(ELF_ST_TYPE(sym->st_info)) { in reloc_symtab()
2057 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT) in elf_type()