Searched refs:ctf_set_errno (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-lookup.c | 82 return (ctf_set_errno (fp, EINVAL)); in ctf_lookup_by_name() 115 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 159 (void) ctf_set_errno (fp, ENOMEM); in ctf_lookup_by_name() 167 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 177 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 183 return (ctf_set_errno (fp, ECTF_SYNTAX)); in ctf_lookup_by_name() 230 return (ctf_set_errno (fp, ECTF_NOTYPEDAT)); in ctf_lookup_variable() 246 ctf_set_errno (fp, ECTF_NOSYMTAB); in ctf_lookup_symbol_name() 252 ctf_set_errno (fp, EINVAL); in ctf_lookup_symbol_name() 280 return (ctf_set_errno (fp, ECTF_NOSYMTAB)); in ctf_lookup_by_symbol() [all …]
|
H A D | ctf-create.c | 54 return (ctf_set_errno (fp, ENOMEM)); in ctf_grow_ptrtab() 247 return (ctf_set_errno (fp, ECTF_RDONLY)); in ctf_update() 280 return (ctf_set_errno (fp, ECTF_RDONLY)); in ctf_serialize() 354 return (ctf_set_errno (fp, EAGAIN)); in ctf_serialize() 483 return (ctf_set_errno (fp, EAGAIN)); in ctf_serialize() 496 return (ctf_set_errno (fp, EAGAIN)); in ctf_serialize() 513 return (ctf_set_errno (fp, err)); in ctf_serialize() 747 return (ctf_set_errno (fp, ECTF_RDONLY)); in ctf_rollback() 750 return (ctf_set_errno (fp, ECTF_OVERROLLBACK)); in ctf_rollback() 803 return (ctf_set_errno (fp, EINVAL)); in ctf_add_generic() [all …]
|
H A D | ctf-dump.c | 58 return (ctf_set_errno (state->cds_fp, ENOMEM)); in ctf_dump_append() 125 ctf_set_errno (fp, ECTF_NOTREF); in ctf_dump_format_type() 170 ctf_set_errno (fp, errno); in ctf_dump_format_type() 193 return (ctf_set_errno (fp, errno)); in ctf_dump_header_strfield() 213 return (ctf_set_errno (fp, errno)); in ctf_dump_header_sectfield() 301 return (ctf_set_errno (fp, errno)); in ctf_dump_header() 315 return (ctf_set_errno (state->cds_fp, errno)); in ctf_dump_label() 365 return (ctf_set_errno (fp, errno)); in ctf_dump_objts() 370 return (ctf_set_errno (fp, errno)); in ctf_dump_objts() 422 return (ctf_set_errno (fp, ENOMEM)); in ctf_dump_funcs() [all …]
|
H A D | ctf-link.c | 155 return (ctf_set_errno (fp, ECTF_LINKADDEDLATE)); in ctf_link_add_ctf() 175 return (ctf_set_errno (fp, ENOMEM)); in ctf_link_add_ctf() 213 ctf_set_errno (fp, err); in ctf_create_per_cu() 231 ctf_set_errno (fp, ENOMEM); in ctf_create_per_cu() 257 return ctf_set_errno (fp, ENOMEM); in ctf_link_add_cu_mapping() 265 return ctf_set_errno (fp, ENOMEM); in ctf_link_add_cu_mapping() 278 ctf_set_errno (fp, err); in ctf_link_add_cu_mapping() 285 ctf_set_errno (fp, errno); in ctf_link_add_cu_mapping() 335 return ctf_set_errno (arg->out_fp, ECTF_NOTYET); in ctf_link_one_type() 361 ctf_set_errno (arg->out_fp, 0); in ctf_link_one_type() [all …]
|
H A D | ctf-labels.c | 51 (void) ctf_set_errno (fp, ECTF_NOLABELDATA); in ctf_label_topmost() 56 (void) ctf_set_errno (fp, ECTF_CORRUPT); in ctf_label_topmost() 77 return (ctf_set_errno (fp, ECTF_NOLABELDATA)); in ctf_label_iter() 85 return (ctf_set_errno (fp, ECTF_CORRUPT)); in ctf_label_iter() 135 return (ctf_set_errno (fp, ECTF_NOLABEL)); in ctf_label_info()
|
H A D | ctf-types.c | 60 return (ctf_set_errno (ofp, ECTF_NOTSOU)); in ctf_member_iter() 127 return (ctf_set_errno (ofp, ECTF_NOTENUM)); in ctf_enum_iter() 248 return (ctf_set_errno (ofp, ECTF_NONREPRESENTABLE)); in ctf_type_resolve() 262 return (ctf_set_errno (ofp, ECTF_CORRUPT)); in ctf_type_resolve() 271 return (ctf_set_errno (ofp, ECTF_NONREPRESENTABLE)); in ctf_type_resolve() 341 ctf_set_errno (fp, cd.cd_err); in ctf_type_aname() 426 (void) ctf_set_errno (fp, ENOMEM); in ctf_type_aname() 451 (void) ctf_set_errno (fp, ECTF_NAMELEN); in ctf_type_lname() 690 return (ctf_set_errno (ofp, ECTF_NOTREF)); in ctf_type_reference() 715 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() [all …]
|
H A D | ctf-util.c | 171 ctf_set_errno (ctf_file_t * fp, int err) in ctf_set_errno() function
|
H A D | ctf-open.c | 1741 return (ctf_set_errno (fp, ENOMEM)); in ctf_parent_name_set() 1762 return (ctf_set_errno (fp, ENOMEM)); in ctf_cuname_set() 1774 return (ctf_set_errno (fp, EINVAL)); in ctf_import() 1777 return (ctf_set_errno (fp, ECTF_DMODEL)); in ctf_import() 1817 return (ctf_set_errno (fp, EINVAL)); in ctf_setmodel()
|
H A D | ctf-impl.h | 442 extern unsigned long ctf_set_errno (ctf_file_t *, int);
|