Lines Matching defs:buflen
1580 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen)
1584 BUG_ON(buflen == 0);
1587 str_error_r(errnum, buf, buflen);
1600 scnprintf(buf, buflen,
1610 scnprintf(buf, buflen, "Please link with binutils's libopcode to enable BPF annotation");
1613 scnprintf(buf, buflen, "Problems with arch specific instruction name regular expressions.");
1616 scnprintf(buf, buflen, "Problems while parsing the CPUID in the arch specific initialization.");
1619 scnprintf(buf, buflen, "Invalid BPF file: %s.", dso->long_name);
1622 scnprintf(buf, buflen, "The %s BPF file has no BTF section, compile with -g or use pahole -J.",
1626 scnprintf(buf, buflen, "Internal error: Invalid %d error code\n", errnum);