Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/include/linux/
H A Dlinkage.h90 #define SYM_T_NONE STT_NOTYPE
/linux-6.15/tools/include/uapi/linux/
H A Delf.h133 #define STT_NOTYPE 0 macro
/linux-6.15/include/uapi/linux/
H A Delf.h133 #define STT_NOTYPE 0 macro
/linux-6.15/tools/perf/util/
H A Dgenelf.c80 .st_info = ELF_ST_TYPE(STT_NOTYPE),
H A Dsymbol.c160 if (syma->type == STT_NOTYPE) in choose_best_symbol()
162 if (symb->type == STT_NOTYPE) in choose_best_symbol()
H A Dsymbol-elf.c139 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()
/linux-6.15/tools/objtool/
H A Dcheck.c501 if (func->type != STT_NOTYPE && func->type != STT_FUNC) in decode_instructions()
506 if (func->type == STT_NOTYPE) in decode_instructions()
1469 if (ts->type == STT_NOTYPE) in jump_is_sibling_call()
2471 if (func->type == STT_NOTYPE && strstarts(func->name, ".L")) in classify_symbols()
/linux-6.15/arch/x86/tools/
H A Drelocs.c158 SYM_TYPE(STT_NOTYPE), in sym_type()
/linux-6.15/tools/lib/bpf/
H A Dlinker.c962 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
H A Dlibbpf.c4016 ELF64_ST_TYPE(sym->st_info) == STT_NOTYPE; in sym_is_extern()