Home
last modified time | relevance | path

Searched refs:STRUCT (Results 1 – 8 of 8) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c106 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT) in fix_small_cpu_struct()
139 } else if (machcpu->t_type != STRUCT) { in fix_small_cpu_struct()
H A Ddwarf.c182 case STRUCT: in tdesc_size()
217 case STRUCT: in tdesc_bitsize()
1091 die_sou_create(dw, die, off, tdp, STRUCT, "struct"); in die_struct_create()
1133 (mt->t_type == STRUCT || in die_sou_resolve()
1139 (mt->t_type == STRUCT || mt->t_type == UNION)) in die_sou_resolve()
1177 const char *typename = (tdp->t_type == STRUCT ? "struct" : "union"); in die_sou_failed()
H A Dctftools.h144 STRUCT, enumerator
H A Dctf.c375 case STRUCT: in write_type()
385 if (tp->t_type == STRUCT) in write_type()
1204 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION); in resurrect_types()
1353 if (tdp->t_type == STRUCT || tdp->t_type == UNION || in resurrect_types()
H A Dtdata.c81 case STRUCT: in tdesc_layouthash()
H A Dmerge.c341 return (defn->t_type == STRUCT || defn->t_type == UNION || in fwd_equiv()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.def21 HANDLE_BTF_KIND(4, STRUCT)
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4203 # SWAP_MEMBERS(STRUCT) -- Iterate over a structure definition.
384 # FSZ(STRUCT) - determine the file size of a structure.