Searched refs:dtd_type (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbtfout.cc401 size_t index = ctftype->dtd_type;
411 holes.safe_push (ctftype->dtd_type);
416 voids.safe_push (ctftype->dtd_type);
417 holes.safe_push (ctftype->dtd_type);
450 if (!btf_emit_id_p (dtd->dtd_type))
465 func_dtd->dtd_data.ctti_type = dtd->dtd_type;
964 if (btf_emit_id_p (type->dtd_type))
1069 ctf_id_t btfid = btf_adjust_type_id (dtd->dtd_type);
1070 set_btf_id (dtd->dtd_type, btfid);
H A Dctfc.cc392 dtd->dtd_type = type;
484 gcc_assert (dtd->dtd_type != dtd->dtd_data.ctti_type);
624 gcc_assert (dtd->dtd_type == enid);
860 return dtd->dtd_type;
878 *type_id = ctf_type_seen->dtd_type;
H A Dctfc.h160 ctf_id_t dtd_type; /* Type identifier for this definition. */ variable
H A Dctfout.cc242 size_t index = ctftype->dtd_type;
561 dw2_asm_output_data (4, ctftype->dtd_type, "funcinfo_func_type");
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h151 ctf_id_t dtd_type; /* type identifier for this definition */ member in struct:ctf_dtdef
H A Dctf_create.c479 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
489 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
566 if (dtd->dtd_type == type)
594 if (CTF_TYPE_TO_INDEX(dtd->dtd_type) <= fp->ctf_dtoldid)
638 dtd->dtd_type = type;
1348 CTF_TYPE_TO_INDEX(dtd->dtd_type) > dst_fp->ctf_dtoldid;
1362 return (dtd->dtd_type);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
238 dtd->dtd_type) < 0)
241 dtd->dtd_type);
258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
406 if (LCTF_TYPE_TO_INDEX (fp, dtd->dtd_type) <= id.dtd_id)
422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
488 dtd->dtd_type = type;
H A Dctf-impl.h186 ctf_id_t dtd_type; /* Type identifier for this definition. */ member in struct:ctf_dtdef
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
238 dtd->dtd_type) < 0)
241 dtd->dtd_type);
258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
406 if (LCTF_TYPE_TO_INDEX (fp, dtd->dtd_type) <= id.dtd_id)
422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
488 dtd->dtd_type = type;
H A Dctf-impl.h186 ctf_id_t dtd_type; /* Type identifier for this definition. */ member in struct:ctf_dtdef
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
238 dtd->dtd_type) < 0)
241 dtd->dtd_type);
258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
406 if (LCTF_TYPE_TO_INDEX (fp, dtd->dtd_type) <= id.dtd_id)
422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
488 dtd->dtd_type = type;
H A Dctf-impl.h186 ctf_id_t dtd_type; /* Type identifier for this definition. */ member in struct:ctf_dtdef
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c624 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
633 dtd->dtd_type) < 0)
636 dtd->dtd_type);
652 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
789 if (LCTF_TYPE_TO_INDEX (fp, dtd->dtd_type) <= id.dtd_id)
805 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
859 dtd->dtd_type = type;
H A Dctf-impl.h182 ctf_id_t dtd_type; /* Type identifier for this definition. */ member in struct:ctf_dtdef

Completed in 185 milliseconds