Home
last modified time | relevance | path

Searched refs:is_func_sym (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/
H A Dklp-diff.c209 if (is_func_sym(sym)) in read_sym_checksums()
634 if (is_func_sym(patched_sym) && data_too) { in clone_symbol()
678 if (!is_func_sym(sym_orig) || is_prefix_func(sym_orig)) in mark_changed_functions()
694 if (!is_func_sym(patched_sym) || is_prefix_func(patched_sym)) in mark_changed_functions()
1325 if (is_func_sym(reloc->sym) && reloc->sym->included) in should_keep_special_sym()
1554 if (!is_func_sym(sym) || sym->cold || !sym->clone || !sym->clone->changed) in create_klp_sections()
H A Dcheck.c483 if (!is_notype_sym(func) && !is_func_sym(func)) in decode_instructions()
504 if (is_func_sym(func) && in decode_instructions()
870 if (opts.module && sym && is_func_sym(sym) && in create_ibt_endbr_seal_sections()
904 if (!is_func_sym(sym)) in create_cfi_sections()
920 if (!is_func_sym(sym)) in create_cfi_sections()
1724 if (func && !is_func_sym(insn_call_dest(insn))) { in add_call_destinations()
2235 if (!is_func_sym(func) || func->alias != func) in add_jump_table_alts()
3688 if (!func || !is_func_sym(func)) in checksum_debug_init()
4428 if (!is_func_sym(func) || is_prefix_func(func) || in create_prefix_symbol()
4569 if (!is_func_sym(func)) in validate_section()
H A Delf.c189 if (func->offset == offset && is_func_sym(func)) in find_func_by_offset()
270 if (is_func_sym(func)) in find_func_containing()
450 if (!is_func_sym(sym) && !is_object_sym(sym)) in demangle_name()
510 if (is_func_sym(sym) && in elf_add_symbol()
/linux/tools/objtool/include/objtool/
H A Delf.h246 static inline bool is_func_sym(struct symbol *sym) in is_func_sym() function
491 if (!is_func_sym(func)) in get_func_prefix()