Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-dump.c122 if (id == 0 || ctf_errno (fp) == ECTF_NONREPRESENTABLE) in ctf_dump_format_type()
161 if (ctf_errno (fp) != ECTF_NOTREF) in ctf_dump_format_type()
348 switch (ctf_errno (state->cds_fp)) in ctf_dump_objts()
409 switch (ctf_errno (state->cds_fp)) in ctf_dump_funcs()
486 ctf_errmsg (ctf_errno (state->cds_fp))); in ctf_dump_funcs()
535 if (id == 0 || ctf_errno (state->cdm_fp) == ECTF_NONREPRESENTABLE) in ctf_dump_member()
601 if (id == 0 || ctf_errno (state->cds_fp) == ECTF_NONREPRESENTABLE) in ctf_dump_type()
620 ctf_errmsg (ctf_errno (state->cds_fp))); in ctf_dump_type()
692 if (ctf_errno (fp) != ECTF_NOLABELDATA) in ctf_dump()
H A Dctf-error.c93 ctf_errno (ctf_file_t * fp) in ctf_errno() function
95 return fp->ctf_errno; in ctf_errno()
H A Dctf-link.c348 err = ctf_errno (arg->out_fp); in ctf_link_one_type()
371 err = ctf_errno (per_cu_out_fp); in ctf_link_one_type()
436 return (ctf_set_errno (arg->out_fp, ctf_errno (check_fp))); in ctf_link_one_variable()
471 return (ctf_set_errno (arg->out_fp, ctf_errno (per_cu_out_fp))); in ctf_link_one_variable()
581 ctf_errmsg (ctf_errno (arg->out_fp))); in ctf_link_one_input_archive()
621 if (ctf_errno (fp) != 0) in ctf_link()
786 if (ctf_errno (fp) < 0) in ctf_link_write()
909 ctf_errmsg (ctf_errno (fp))); in ctf_link_write()
H A Dctf-create.c133 ctf_set_open_errno (errp, ctf_errno (fp)); in ctf_create()
1500 && (ctf_errno (fp) == ECTF_NONREPRESENTABLE)) in ctf_add_variable()
1534 ctf_errmsg (ctf_errno (ctb->ctb_file))); in enumcmp()
1565 ctf_errmsg (ctf_errno (ctb->ctb_file))); in membcmp()
1636 return (ctf_set_errno (dst_fp, ctf_errno (src_fp))); in ctf_add_type_internal()
1639 && (ctf_errno (src_fp) == ECTF_NONREPRESENTABLE)) in ctf_add_type_internal()
1724 return (ctf_set_errno (dst_fp, ctf_errno (src_fp))); in ctf_add_type_internal()
1837 return (ctf_set_errno (dst_fp, ctf_errno (src_fp))); in ctf_add_type_internal()
1976 if (ctf_errno (dst_fp) != ECTF_NONREPRESENTABLE) in ctf_add_type_internal()
H A Dctf-util.c173 fp->ctf_errno = err; in ctf_set_errno()
H A Dctf-decl.c86 cd->cd_err = fp->ctf_errno; in ctf_decl_push()
H A Dctf-archive.c271 return f->ctf_errno * -1; in arc_write_one_ctf()
294 return f->ctf_errno * -1; in arc_write_one_ctf()
H A Dctf-impl.h280 int ctf_errno; /* Error code for most recent error. */ member
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldelfgen.c179 ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
184 "cost: %s\n"), ctf_errmsg (ctf_errno (ctf_output))); in ldelf_examine_strtab_for_ctf()
H A Dldlang.c3705 ctf_errmsg (ctf_errno (ctf_output))); in lang_merge_ctf()
3715 ctf_errmsg (ctf_errno (ctf_output))); in lang_merge_ctf()
3771 "CTF section: %s\n"), ctf_errmsg (ctf_errno (ctf_output))); in lang_write_ctf()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h303 extern int ctf_errno (ctf_file_t *);
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dobjdump.c4036 if (ctf_errno (ctf)) in dump_ctf_archive_member()
4039 ctf_errmsg (ctf_errno (ctf))); in dump_ctf_archive_member()
H A Dreadelf.c14066 if (ctf_errno (ctf)) in dump_section_as_ctf()
14069 ctf_errmsg (ctf_errno (ctf))); in dump_section_as_ctf()