Searched refs:dtd_type (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | btfout.cc | 401 size_t index = ctftype->dtd_type; in btf_dtd_postprocess_cb() 411 holes.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb() 416 voids.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb() 417 holes.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb() 450 if (!btf_emit_id_p (dtd->dtd_type)) in btf_dtd_emit_preprocess_cb() 465 func_dtd->dtd_data.ctti_type = dtd->dtd_type; in btf_dtd_emit_preprocess_cb() 964 if (btf_emit_id_p (type->dtd_type)) in output_asm_btf_type() 1069 ctf_id_t btfid = btf_adjust_type_id (dtd->dtd_type); in btf_init_postprocess() 1070 set_btf_id (dtd->dtd_type, btfid); in btf_init_postprocess()
|
| H A D | ctfc.cc | 392 dtd->dtd_type = type; in ctf_add_generic() 484 gcc_assert (dtd->dtd_type != dtd->dtd_data.ctti_type); in ctf_add_typedef() 624 gcc_assert (dtd->dtd_type == enid); in ctf_add_enumerator() 860 return dtd->dtd_type; in ctf_lookup_tree_type() 878 *type_id = ctf_type_seen->dtd_type; in ctf_type_exists()
|
| H A D | ctfout.cc | 242 size_t index = ctftype->dtd_type; in ctf_dtd_preprocess_cb() 561 dw2_asm_output_data (4, ctftype->dtd_type, "funcinfo_func_type"); in output_ctf_func_info()
|
| H A D | ctfc.h | 160 ctf_id_t dtd_type; /* Type identifier for this definition. */ member
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 479 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_insert() 489 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_delete() 566 if (dtd->dtd_type == type) in ctf_dtd_lookup() 594 if (CTF_TYPE_TO_INDEX(dtd->dtd_type) <= fp->ctf_dtoldid) in ctf_discard() 638 dtd->dtd_type = type; in ctf_add_generic() 1348 CTF_TYPE_TO_INDEX(dtd->dtd_type) > dst_fp->ctf_dtoldid; in ctf_add_type() 1362 return (dtd->dtd_type); in ctf_add_type()
|
| H A D | ctf_impl.h | 151 ctf_id_t dtd_type; /* type identifier for this definition */ member
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type, in ctf_dtd_insert() 235 dtd->dtd_type) < 0) in ctf_dtd_insert() 238 dtd->dtd_type); in ctf_dtd_insert() 254 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_dtd_delete() 402 if (LCTF_TYPE_TO_INDEX (fp, dtd->dtd_type) <= id.dtd_id) in ctf_rollback() 418 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_rollback() 484 dtd->dtd_type = type; in ctf_add_generic()
|
| H A D | ctf-impl.h | 186 ctf_id_t dtd_type; /* Type identifier for this definition. */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type, in ctf_dtd_insert() 238 dtd->dtd_type) < 0) in ctf_dtd_insert() 241 dtd->dtd_type); in ctf_dtd_insert() 258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_dtd_delete() 406 if (LCTF_TYPE_TO_INDEX (fp, dtd->dtd_type) <= id.dtd_id) in ctf_rollback() 422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_rollback() 488 dtd->dtd_type = type; in ctf_add_generic()
|
| H A D | ctf-impl.h | 186 ctf_id_t dtd_type; /* Type identifier for this definition. */ member
|