Searched refs:STT_FUNC (Results 1 – 14 of 14) sorted by relevance
13 .type ___modsi3, STT_FUNC;15 .type ___divsi3, STT_FUNC;
16 .type ___udivsi3, STT_FUNC;18 .type ___umodsi3, STT_FUNC;
9 .type ___umulsi3_highpart, STT_FUNC;
9 .type ___smulsi3_highpart, STT_FUNC;
9 .type ___muldi3, STT_FUNC;
27 .type ___divsi3, STT_FUNC;
8 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
235 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
124 #define STT_FUNC 2 macro
191 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
437 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
143 SYM_TYPE(STT_FUNC), in sym_type()
83 return (elf_sym__type(sym) == STT_FUNC || in elf_sym__is_function()
1340 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function()