Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Delf.h123 #define STT_NOTYPE 0 macro
/Linux-v4.19/tools/perf/util/
Dgenelf.c89 .st_info = ELF_ST_TYPE(STT_NOTYPE),
Dsymbol-elf.c111 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()
/Linux-v4.19/arch/x86/tools/
Drelocs.c143 SYM_TYPE(STT_NOTYPE), in sym_type()
/Linux-v4.19/tools/objtool/
Dcheck.c1249 insn->call_dest->type == STT_NOTYPE && in is_fentry_call()