Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Dcheck.c3350 static inline const char *call_dest_name(struct instruction *insn) in call_dest_name() function
3440 WARN_INSN(insn, "call to %s() leaves .noinstr.text section", call_dest_name(insn)); in validate_call()
3445 WARN_INSN(insn, "call to %s() with UACCESS enabled", call_dest_name(insn)); in validate_call()
3450 WARN_INSN(insn, "call to %s() with DF set", call_dest_name(insn)); in validate_call()