Searched defs:stag (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-tic54x.c | 62 static struct stag struct 64 symbolS *sym; /* Symbol for this stag; value is offset. */ argument 69 struct stag_field /* List of fields. */ argument 74 struct stag *stag; /* If field is struct/union. */ argument 77 /* For nesting; used only in stag construction. */ argument 78 struct stag *inner; /* Enclosed .struct. */ argument 79 struct stag *outer; /* Enclosing .struct. */ argument 672 stag_add_field_symbols (stag, path, base_offset, rootsym, root_stag_name) in stag_add_field_symbols() argument 730 stag_add_field (parent, name, offset, stag) in stag_add_field() argument 918 struct stag *stag = (struct stag *) hash_find (stag_hash, name); local [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tic54x.c | 61 static struct stag struct 63 symbolS *sym; /* Symbol for this stag; value is offset. */ argument 68 struct stag_field /* List of fields. */ argument 73 struct stag *stag; /* If field is struct/union. */ member 76 /* For nesting; used only in stag construction. */ argument 77 struct stag *inner; /* Enclosed .struct. */ argument 78 struct stag *outer; /* Enclosing .struct. */ argument 677 stag_add_field_symbols (stag, path, base_offset, rootsym, root_stag_name) in stag_add_field_symbols() argument 735 stag_add_field (parent, name, offset, stag) in stag_add_field() argument 923 struct stag *stag = (struct stag *) hash_find (stag_hash, name); local [all …]
|
/openbsd-src/sys/net/ |
H A D | pfkeyv2_convert.c | 901 import_tag(struct tdb *tdb, struct sadb_x_tag *stag) in import_tag() 915 struct sadb_x_tag *stag = (struct sadb_x_tag *)*p; in export_tag() local 938 struct sadb_x_tap *stag = (struct sadb_x_tap *)*p; in export_tap() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | funcargs.c | 56 struct stag { struct 60 struct stag *stp = &st; argument
|
/openbsd-src/sbin/ipsecctl/ |
H A D | pfkdump.c | 407 struct sadb_x_tag *stag = (struct sadb_x_tag *)ext; in print_tag() local
|
/openbsd-src/sbin/isakmpd/ |
H A D | pf_key_v2.c | 877 struct sadb_x_tag *stag = NULL; in pf_key_v2_set_spi() local
|