Lines Matching refs:errlen
36 ctf_has_c_source(Elf *elf, char *errmsg, size_t errlen) in ctf_has_c_source() argument
47 (void) snprintf(errmsg, errlen, in ctf_has_c_source()
63 (void) snprintf(errmsg, errlen, "failed to get str section: " in ctf_has_c_source()
69 (void) snprintf(errmsg, errlen, "failed to read section: %s\n", in ctf_has_c_source()
75 (void) snprintf(errmsg, errlen, in ctf_has_c_source()
89 (void) snprintf(errmsg, errlen, in ctf_has_c_source()
117 size_t errlen) in ctf_elfconvert() argument
136 switch (ctf_has_c_source(elf, errbuf, errlen)) { in ctf_elfconvert()
155 err = ctf_converters[i](cch, fd, elf, &fp, errbuf, errlen); in ctf_elfconvert()
316 char *errbuf, size_t errlen) in ctf_fdconvert() argument
331 fp = ctf_elfconvert(cch, fd, elf, errp, errbuf, errlen); in ctf_fdconvert()