Home
last modified time | relevance | path

Searched refs:isstruct (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dgen_template.c236 partial_offset(const char *basetype, const char *name, int need_offset, int isstruct) in partial_offset() argument
241 …if (asprintf(&str, "offsetof(%s%s, %s)", isstruct ? "struct " : "", basetype, name) < 0 || str == … in partial_offset()
450 is_struct(const Type *t, int isstruct) in is_struct() argument
459 return is_struct(t->subtype, isstruct); in is_struct()
470 return isstruct; in is_struct()
482 …setype, const char *name, const Type *t, int optional, int implicit, int isstruct, int need_offset) in template_members() argument
489 poffset = partial_offset(basetype, name, need_offset, isstruct); in template_members()
617 fprintf(get_code_file(), "/* tsequence: members isstruct: %d */\n", isstruct); in template_members()
633 … template_members(temp, newbasename, m->gen_name, m->type, m->optional, 0, isstruct, 1); in template_members()
643 int subtype_is_struct = is_struct(t->subtype, isstruct); in template_members()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dcoffgrok.h109 int isstruct; member
Dcoffgrok.c446 res->u.astructdef.isstruct = (type & 0xf) == T_STRUCT; in do_type()
Dsrconv.c951 dsy.magic = symbol->type->u.astructdef.isstruct ? 0 : 1; in walk_tree_symbol()