Searched refs:ctf_type_t (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-types.c | 44 const ctf_type_t *tp; in ctf_member_iter() 113 const ctf_type_t *tp; in ctf_enum_iter() 168 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR (fp, id); in ctf_type_iter() 188 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR (fp, id); in ctf_type_iter_all() 245 const ctf_type_t *tp; in ctf_type_resolve() 283 const ctf_type_t *tp; in ctf_type_resolve_unsliced() 365 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname() 472 const ctf_type_t *tp; in ctf_type_aname_raw() 489 const ctf_type_t *tp; in ctf_type_size() 539 const ctf_type_t *tp; in ctf_type_align() [all …]
|
H A D | ctf-open.c | 81 const ctf_type_t *tp _libctf_unused_, in get_ctt_size_common() 108 get_ctt_size_v1 (const ctf_file_t *fp, const ctf_type_t *tp, in get_ctt_size_v1() 122 get_ctt_size_v2_unconverted (const ctf_file_t *fp, const ctf_type_t *tp, in get_ctt_size_v2_unconverted() 129 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2_unconverted() 134 get_ctt_size_v2 (const ctf_file_t *fp, const ctf_type_t *tp, in get_ctt_size_v2() 139 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2() 404 ctf_type_t *t2buf; in upgrade_types_v1() 408 ctf_type_t *t2p; in upgrade_types_v1() 430 size = get_ctt_size_v1 (fp, (const ctf_type_t *) tp, NULL, &increment); in upgrade_types_v1() 433 get_ctt_size_v2_unconverted (fp, (const ctf_type_t *) tp, NULL, in upgrade_types_v1() [all …]
|
H A D | ctf-impl.h | 110 ssize_t (*ctfo_get_ctt_size) (const ctf_file_t *, const ctf_type_t *, 162 ctf_type_t dtd_data; /* Type node, including name. */ 335 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)])) 344 const ctf_type_t *tp, in ctf_get_ctt_size() 356 extern const ctf_type_t *ctf_lookup_by_id (ctf_file_t **, ctf_id_t);
|
H A D | ctf-decl.c | 81 const ctf_type_t *tp; in ctf_decl_push()
|
H A D | ctf-lookup.c | 312 const ctf_type_t *
|
H A D | ctf-create.c | 307 type_size += sizeof (ctf_type_t); in ctf_serialize() 402 len = sizeof (ctf_type_t); in ctf_serialize() 939 const ctf_type_t *tp; in ctf_add_slice() 1623 const ctf_type_t *src_tp, *dst_tp; in ctf_add_type_internal()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf.h | 309 } ctf_type_t; typedef
|