/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | symbol.h | 80 } type; member 96 struct type *type; member 126 struct type { struct 127 Typetype type; member 129 struct symbol *symbol; member 130 struct type *subtype; argument 131 struct tagtype tag; argument 137 typedef struct type Type; argument 143 Type *type; member 155 struct symbol { struct [all …]
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | inherit1.y | 7 typedef enum {tREAL, tINTEGER} type; typedef 10 struct symbol { class c; type t; name id; }; argument 11 typedef struct symbol symbol; typedef
|
H A D | err_inherit1.y | 7 typedef enum {tREAL, tINTEGER} type; typedef 10 struct symbol { class c; type t; name id; }; argument 11 typedef struct symbol symbol; typedef
|
H A D | err_inherit3.y | 7 typedef enum {tREAL, tINTEGER} type; typedef 10 struct symbol { class c; type t; name id; }; argument 11 typedef struct symbol symbol; typedef
|
H A D | inherit2.y | 7 typedef enum {tREAL, tINTEGER} type; typedef 10 struct symbol { class c; type t; name id; }; argument 11 typedef struct symbol symbol; typedef
|
H A D | err_inherit5.y | 7 typedef enum {tREAL, tINTEGER} type; typedef 10 struct symbol { class c; type t; name id; }; argument 11 typedef struct symbol symbol; typedef
|
H A D | err_inherit4.y | 8 typedef enum {tREAL, tINTEGER} type; typedef 11 struct symbol { class c; type t; name id; }; argument 12 typedef struct symbol symbol; typedef
|
H A D | err_inherit2.y | 7 typedef enum {tREAL, tINTEGER} type; typedef 10 struct symbol { class c; type t; name id; }; argument 11 typedef struct symbol symbol; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | vxworks.c | 40 vxworks_asm_out_constructor (rtx symbol, int priority) in vxworks_asm_out_constructor() 52 vxworks_asm_out_destructor (rtx symbol, int priority) in vxworks_asm_out_destructor() 68 vxworks_emutls_var_fields (tree type, tree *name) in vxworks_emutls_var_fields() 106 tree type = TREE_TYPE (var); in vxworks_emutls_var_init() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | vxworks.cc | 44 vxworks_asm_out_constructor (rtx symbol, int priority) in vxworks_asm_out_constructor() 56 vxworks_asm_out_destructor (rtx symbol, int priority) in vxworks_asm_out_destructor() 72 vxworks_emutls_var_fields (tree type, tree *name) in vxworks_emutls_var_fields() 110 tree type = TREE_TYPE (var); in vxworks_emutls_var_init() local
|
/netbsd-src/usr.sbin/gspa/gspa/ |
H A D | gsp_ass.h | 47 typedef struct symbol { struct 52 struct symbol *next; argument 55 } *symbol; argument 95 char type; member
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | plugin.c | 44 void *symbol; member 49 enum { DSO, SYMBOL } type; member 56 enum krb5_plugin_type type; member 58 char *symbol; member 59 } symbol; member 81 enum krb5_plugin_type type, in krb5_plugin_register() 83 void *symbol) in krb5_plugin_register() 124 add_symbol(krb5_context context, struct krb5_plugin **list, void *symbol) in add_symbol() 141 enum krb5_plugin_type type, in _krb5_plugin_find()
|
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_symbol.h | 128 typedef struct symbol { struct 130 symtype type; member 143 symbol_t *symbol; argument 149 symbol_t *symbol; member 174 scope_type type; member
|
/netbsd-src/lib/libexecinfo/ |
H A D | symtab.c | 60 struct symbol { struct 68 struct symbol *symbols; argument 92 symtab_create(int fd, int bind, int type) in symtab_create()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | frags.c | 228 frag_var_init (relax_stateT type, size_t max_chars, size_t var, in frag_var_init() 229 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var_init() 259 frag_var (relax_stateT type, size_t max_chars, size_t var, in frag_var() 260 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var() 277 frag_variant (relax_stateT type, size_t max_chars, size_t var, in frag_variant() 278 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_variant()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | frags.c | 227 frag_var_init (relax_stateT type, size_t max_chars, size_t var, in frag_var_init() 228 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var_init() 258 frag_var (relax_stateT type, size_t max_chars, size_t var, in frag_var() 259 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var() 276 frag_variant (relax_stateT type, size_t max_chars, size_t var, in frag_variant() 277 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_variant()
|
H A D | stabs.c | 137 aout_process_stab (int what, const char *string, int type, int other, int desc) in aout_process_stab() 140 symbolS *symbol; in aout_process_stab() local 185 int type; in s_stab_generic() local 376 symbolS *symbol; in s_stab_generic() local 513 generate_asm_file (int type, const char *file) in generate_asm_file()
|
/netbsd-src/sys/arch/amiga/stand/binpatch/ |
H A D | binpatch.c | 102 char *symbol = 0; in main() local 111 int type, off; in main() local 400 FindOffset(char *symbol, u_long *index) in FindOffset() 453 FindAssign(char *symbol, u_long *rvalue) in FindAssign()
|
/netbsd-src/lib/libcurses/ |
H A D | keymap.h | 65 short type; /* type of key this is */ member 69 wchar_t symbol; /* key symbol if key is a leaf entry */ member 113 wchar_t symbol; /* the symbol associated with it */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/ |
H A D | puff.c | 208 short *symbol; /* canonically ordered symbols */ member 342 int symbol; /* current symbol when stepping through length[] */ in construct() local 440 int symbol; /* decoded symbol */ in codes() local 545 int symbol; in fixed() local 704 int symbol; /* decoded value */ in dynamic() local 799 int last, type; /* block information */ in puff() local
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/ |
H A D | puff.c | 208 short *symbol; /* canonically ordered symbols */ member 342 int symbol; /* current symbol when stepping through length[] */ in construct() local 440 int symbol; /* decoded symbol */ in codes() local 545 int symbol; in fixed() local 704 int symbol; /* decoded value */ in dynamic() local 799 int last, type; /* block information */ in puff() local
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/ |
H A D | puff.c | 208 short *symbol; /* canonically ordered symbols */ member 342 int symbol; /* current symbol when stepping through length[] */ in construct() local 440 int symbol; /* decoded symbol */ in codes() local 545 int symbol; in fixed() local 704 int symbol; /* decoded value */ in dynamic() local 799 int last, type; /* block information */ in puff() local
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/ |
H A D | puff.c | 208 short *symbol; /* canonically ordered symbols */ member 342 int symbol; /* current symbol when stepping through length[] */ in construct() local 440 int symbol; /* decoded symbol */ in codes() local 545 int symbol; in fixed() local 704 int symbol; /* decoded value */ in dynamic() local 799 int last, type; /* block information */ in puff() local
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | srconv.c | 550 struct coff_scope *scope, int type, int nest) in wr_dps_start() 586 struct coff_scope *scope ATTRIBUTE_UNUSED, int type) in wr_dps_end() 602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type_1() 603 struct coff_type *type, int nest) in walk_tree_type_1() 875 walk_tree_type (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type() 876 struct coff_type *type, int nest) in walk_tree_type() 919 …f_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nes… in walk_tree_symbol() 1133 …ruct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type) in walk_tree_scope() 1442 struct coff_symbol *symbol; in wr_sc() member 1444 struct coff_symbol *symbol; in wr_sc() local
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | srconv.c | 550 struct coff_scope *scope, int type, int nest) in wr_dps_start() 586 struct coff_scope *scope ATTRIBUTE_UNUSED, int type) in wr_dps_end() 602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type_1() 603 struct coff_type *type, int nest) in walk_tree_type_1() 875 walk_tree_type (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type() 876 struct coff_type *type, int nest) in walk_tree_type() 919 …f_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nes… in walk_tree_symbol() 1133 …ruct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type) in walk_tree_scope() 1442 struct coff_symbol *symbol; in wr_sc() member 1444 struct coff_symbol *symbol; in wr_sc() local
|