Home
last modified time | relevance | path

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

/tools/perf/util/
A Dgenelf.c60 .st_info = ELF_ST_TYPE(STT_NOTYPE),
A Dsymbol.c168 if (syma->type == STT_NOTYPE) in choose_best_symbol()
170 if (symb->type == STT_NOTYPE) in choose_best_symbol()
A Dsymbol-elf.c135 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()
/tools/include/uapi/linux/
A Delf.h133 #define STT_NOTYPE 0 macro
/tools/objtool/
A Dcheck.c503 if (func->type != STT_NOTYPE && func->type != STT_FUNC) in decode_instructions()
508 if (func->type == STT_NOTYPE) in decode_instructions()
1471 if (ts->type == STT_NOTYPE) in jump_is_sibling_call()
2474 if (func->type == STT_NOTYPE && strstarts(func->name, ".L")) in classify_symbols()
/tools/lib/bpf/
A Dlinker.c962 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
A Dlibbpf.c4010 ELF64_ST_TYPE(sym->st_info) == STT_NOTYPE; in sym_is_extern()

Completed in 53 milliseconds