| H A D | warn.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 22 bool is_text = (sec->sh.sh_flags & SHF_EXECINSTR); in offstr() 33 str = malloc(strlen(sym->name) + strlen(sec->name) + 40); in offstr() 34 len = sprintf(str, "%s+0x%lx", sym->name, offset - sy in offstr() 45 ___WARN(severity,extra,format,...) global() argument 53 __WARN(severity,format,...) global() argument 56 __WARN_LINE(severity,format,...) global() argument 59 __WARN_ELF(severity,format,...) global() argument 62 __WARN_GLIBC(severity,format,...) global() argument 65 __WARN_FUNC(severity,sec,offset,format,...) global() argument 74 WARN(format,...) global() argument 75 WARN_FUNC(sec,offset,format,...) global() argument 77 WARN_INSN(insn,format,...) global() argument 89 BT_INSN(insn,format,...) global() argument 106 ERROR(format,...) global() argument 107 ERROR_ELF(format,...) global() argument 108 ERROR_GLIBC(format,...) global() argument 109 ERROR_FUNC(sec,offset,format,...) global() argument 110 ERROR_INSN(insn,format,...) global() argument 126 __dbg(format,...) global() argument 139 __dbg_indent(format,...) global() argument [all...] |