Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dlinkage.h90 #define SYM_T_NONE STT_NOTYPE
/Linux-v6.6/include/uapi/linux/
Delf.h128 #define STT_NOTYPE 0 macro
/Linux-v6.6/tools/perf/util/
Dgenelf.c85 .st_info = ELF_ST_TYPE(STT_NOTYPE),
Dsymbol-elf.c137 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()
/Linux-v6.6/arch/x86/tools/
Drelocs.c156 SYM_TYPE(STT_NOTYPE), in sym_type()
/Linux-v6.6/tools/objtool/
Dcheck.c446 if (func->type != STT_NOTYPE && func->type != STT_FUNC) in decode_instructions()
451 if (func->type == STT_NOTYPE) in decode_instructions()
1534 if (ts->type == STT_NOTYPE) in jump_is_sibling_call()
/Linux-v6.6/tools/lib/bpf/
Dlinker.c813 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
Dlibbpf.c3571 ELF64_ST_TYPE(sym->st_info) == STT_NOTYPE; in sym_is_extern()