HomeSort by: relevance | last modified time | path
    Searched refs:ctf_dmdef_t (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ctfout.cc 105 ctf_dmdef_t * dmd;
156 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
412 ctf_asm_sou_lmember (ctf_dmdef_t * dmd)
425 ctf_asm_sou_member (ctf_dmdef_t * dmd)
435 ctf_asm_enum_const (ctf_dmdef_t * dmd)
641 ctf_dmdef_t * dmd;
644 void (*ctf_asm_sou_field_func) (ctf_dmdef_t *);
656 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
670 ctf_dmdef_t * dmd;
673 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)
    [all...]
ctfc.h 138 } ctf_dmdef_t; typedef in typeref:struct:ctf_dmdef
140 #define ctf_dmd_list_next(elem) ((ctf_dmdef_t *)((elem)->dmd_next))
169 ctf_dmdef_t * GTY ((tag ("CTF_DTU_D_MEMBERS"))) dtu_members;
btfout.cc 717 btf_dmd_representable_bitfield_p (ctf_container_ref ctfc, ctf_dmdef_t *dmd)
833 ctf_dmdef_t *dmd;
835 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
938 btf_asm_sou_member (ctf_container_ref ctfc, ctf_dmdef_t * dmd, unsigned int idx)
979 btf_asm_enum_const (unsigned int size, ctf_dmdef_t * dmd, unsigned int idx)
1176 ctf_dmdef_t * dmd;
1180 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
1193 ctf_dmdef_t * dmd;
1197 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
ctfc.cc 220 ctf_dmd_list_append (ctf_dmdef_t ** dmd, ctf_dmdef_t * elem)
222 ctf_dmdef_t * tail = (dmd && *dmd) ? *dmd : NULL;
618 ctf_dmdef_t * dmd;
637 we use ctf_dmdef_t.dmd_value entry of HOST_WIDE_INT type. So check
645 dmd = ggc_cleared_alloc<ctf_dmdef_t> ();
669 ctf_dmdef_t * dmd;
683 dmd = ggc_cleared_alloc<ctf_dmdef_t> ();
  /src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc 105 ctf_dmdef_t * dmd;
156 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
412 ctf_asm_sou_lmember (ctf_dmdef_t * dmd)
425 ctf_asm_sou_member (ctf_dmdef_t * dmd)
435 ctf_asm_enum_const (ctf_dmdef_t * dmd)
641 ctf_dmdef_t * dmd;
644 void (*ctf_asm_sou_field_func) (ctf_dmdef_t *);
656 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
670 ctf_dmdef_t * dmd;
673 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)
    [all...]
btfout.cc 543 btf_dmd_representable_bitfield_p (ctf_container_ref ctfc, ctf_dmdef_t *dmd)
596 ctf_dmdef_t *dmd;
598 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
673 btf_asm_sou_member (ctf_container_ref ctfc, ctf_dmdef_t * dmd)
712 btf_asm_enum_const (ctf_dmdef_t * dmd)
863 ctf_dmdef_t * dmd;
866 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
876 ctf_dmdef_t * dmd;
879 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
ctfc.h 138 } ctf_dmdef_t; typedef in typeref:struct:ctf_dmdef
140 #define ctf_dmd_list_next(elem) ((ctf_dmdef_t *)((elem)->dmd_next))
167 ctf_dmdef_t * GTY ((tag ("CTF_DTU_D_MEMBERS"))) dtu_members;
ctfc.cc 220 ctf_dmd_list_append (ctf_dmdef_t ** dmd, ctf_dmdef_t * elem)
222 ctf_dmdef_t * tail = (dmd && *dmd) ? *dmd : NULL;
617 ctf_dmdef_t * dmd;
642 dmd = ggc_cleared_alloc<ctf_dmdef_t> ();
666 ctf_dmdef_t * dmd;
680 dmd = ggc_cleared_alloc<ctf_dmdef_t> ();
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 100 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
141 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
185 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
202 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
596 ctf_dmdef_t *dmd, *nmd;
625 ctf_free(dmd, sizeof (ctf_dmdef_t));
1104 ctf_dmdef_t *dmd;
1134 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL)
1138 ctf_free(dmd, sizeof (ctf_dmdef_t));
1160 ctf_dmdef_t *dmd
    [all...]
ctf_impl.h 156 } ctf_dmdef_t; typedef in typeref:struct:ctf_dmdef
  /src/external/gpl3/gcc.old/dist/gcc/config/bpf/
coreout.cc 226 ctf_dmdef_t * dmd;
228 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.cc 340 ctf_dmdef_t * dmd;
342 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd))

Completed in 26 milliseconds