Home
last modified time | relevance | path

Searched refs:array_of (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h135 struct coff_type *array_of; member
H A Dcoffdump.c144 dump_coff_type (p->u.array.array_of); in dump_coff_type()
H A Dcoffgrok.c436 ptr->u.array.array_of = res; in do_type()
H A Dsrconv.c814 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h135 struct coff_type *array_of; member
H A Dcoffdump.c146 dump_coff_type (p->u.array.array_of); in dump_coff_type()
H A Dcoffgrok.c436 ptr->u.array.array_of = res; in do_type()
H A Dsrconv.c818 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c6621 tree array_of = TREE_TYPE (type); local
6633 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))));
6636 encode_type (array_of, curtype, format);
7498 tree array_of = TREE_TYPE (decl); local
7503 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))));
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c7915 tree array_of = TREE_TYPE (type); in encode_array() local
7925 if (TREE_INT_CST_LOW (TYPE_SIZE (array_of)) == 0) in encode_array()
7930 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))); in encode_array()
7933 encode_type (array_of, curtype, format); in encode_array()