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

/linux-master/include/linux/
H A Dlinkage.h90 #define SYM_T_NONE STT_NOTYPE
/linux-master/include/uapi/linux/
H A Delf.h128 #define STT_NOTYPE 0 macro
/linux-master/tools/perf/util/
H A Dgenelf.c85 .st_info = ELF_ST_TYPE(STT_NOTYPE),
H A Dsymbol-elf.c138 return elf_sym__type(sym) == STT_NOTYPE &&
/linux-master/arch/x86/tools/
H A Drelocs.c156 SYM_TYPE(STT_NOTYPE),
/linux-master/tools/objtool/
H A Dcheck.c447 if (func->type != STT_NOTYPE && func->type != STT_FUNC)
452 if (func->type == STT_NOTYPE)
1536 /* Disallow sibling calls into STT_NOTYPE */
1537 if (ts->type == STT_NOTYPE)
2538 if (func->type == STT_NOTYPE && strstarts(func->name, ".L"))
/linux-master/tools/lib/bpf/
H A Dlinker.c832 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL
H A Dlibbpf.c3900 ELF64_ST_TYPE(sym->st_info) == STT_NOTYPE;

Completed in 240 milliseconds