| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_macinfo.c | 56 dmd[i].dmd_type = type; 205 RCHECK(WRITE_VALUE(md->dmd_type, 1)); 206 switch (md->dmd_type) {
|
| dwarf_pro_macinfo.c | 52 md->dmd_type = type;
|
| libdwarf.h | 246 Dwarf_Small dmd_type; member in struct:__anon4252
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_create.c | 115 ctm.ctm_type = (ushort_t)dmd->dmd_type; 125 ctm.ctm_type = dmd->dmd_type; 156 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; 168 ctlm.ctlm_type = dmd->dmd_type; 623 ctf_ref_dec(fp, dmd->dmd_type); 1143 dmd->dmd_type = CTF_ERR; 1204 dmd->dmd_type = type; 1209 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); 1330 * For now, dmd_type is copied as the src_fp's type; it is reset to an 1334 dmd->dmd_type = type [all...] |
| ctf_impl.h | 153 ctf_id_t dmd_type; /* type of this member (for sou) */ member in struct:ctf_dmdef
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| btfout.cc | 545 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; 606 else if (!btf_emit_id_p (dmd->dmd_type)) 675 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; 704 dw2_asm_output_data (4, get_btf_id (dmd->dmd_type), "btm_type");
|
| ctfout.cc | 417 dw2_asm_output_data (4, dmd->dmd_type, "ctlm_type"); 429 dw2_asm_output_data (4, dmd->dmd_type, "ctm_type"); 660 gcc_assert (dmd->dmd_type != CTF_NULL_TYPEID);
|
| ctfc.h | 133 ctf_id_t dmd_type; /* Type of this member (for sou). */ member in struct:ctf_dmdef
|
| ctfc.cc | 646 dmd->dmd_type = CTF_NULL_TYPEID; 684 dmd->dmd_type = type;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ctfout.cc | 417 dw2_asm_output_data (4, dmd->dmd_type, "ctlm_type"); 429 dw2_asm_output_data (4, dmd->dmd_type, "ctm_type"); 660 gcc_assert (dmd->dmd_type != CTF_NULL_TYPEID);
|
| ctfc.h | 133 ctf_id_t dmd_type; /* Type of this member (for sou). */ member in struct:ctf_dmdef
|
| btfout.cc | 719 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; 940 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; 941 ctf_id_t base_type = dmd->dmd_type;
|
| ctfc.cc | 649 dmd->dmd_type = CTF_NULL_TYPEID; 687 dmd->dmd_type = type;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| coreout.cc | 230 if (get_btf_id (dmd->dmd_type) > BTF_MAX_TYPE)
|
| /src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| btfext-out.cc | 344 bool field_has_btf = get_btf_id (dmd->dmd_type) <= BTF_MAX_TYPE;
|