Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 1750) sorted by relevance

12345678910>>...70

/netbsd/external/gpl3/gdb/dist/gprof/
H A Dsymtab.h37 typedef struct sym struct
47 const char *name; /* Name of function this sym is from. */ argument
48 Source_File *file; /* Source file symbol comes from. */ argument
52 is_static:1, /* Is this a local (static) symbol? */ argument
55 has_been_placed:1; /* Have we placed this symbol? */ argument
57 int nuses; /* How many times this symbol appears in argument
61 struct sym *next; /* For building chains of syms. */ argument
62 struct sym *prev; /* For building chains of syms. */ argument
68 {
92 struct sym *head; /* Head of cycle. */ argument
[all …]
H A Dsym_ids.c37 Sym sym; member
118 parse_spec (char *spec, Sym *sym) in parse_spec()
222 match (Sym *pattern, Sym *sym) in match()
241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) in extend_match()
278 Sym *sym, *left, *right; in sym_id_parse() local
377 Sym *sym; in sym_id_arc_is_present() local
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dsymtab.h37 typedef struct sym struct
47 const char *name; /* Name of function this sym is from. */ argument
48 Source_File *file; /* Source file symbol comes from. */ argument
52 is_static:1, /* Is this a local (static) symbol? */ argument
55 has_been_placed:1; /* Have we placed this symbol? */ argument
57 int nuses; /* How many times this symbol appears in argument
61 struct sym *next; /* For building chains of syms. */ argument
62 struct sym *prev; /* For building chains of syms. */ argument
68 {
92 struct sym *head; /* Head of cycle. */ argument
[all …]
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dsymtab.h37 typedef struct sym struct
47 const char *name; /* Name of function this sym is from. */ argument
48 Source_File *file; /* Source file symbol comes from. */ argument
52 is_static:1, /* Is this a local (static) symbol? */ argument
55 has_been_placed:1; /* Have we placed this symbol? */ argument
57 int nuses; /* How many times this symbol appears in argument
61 struct sym *next; /* For building chains of syms. */ argument
62 struct sym *prev; /* For building chains of syms. */ argument
68 {
92 struct sym *head; /* Head of cycle. */ argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dsymtab.h37 typedef struct sym struct
47 const char *name; /* Name of function this sym is from. */ argument
48 Source_File *file; /* Source file symbol comes from. */ argument
52 is_static:1, /* Is this a local (static) symbol? */ argument
55 has_been_placed:1; /* Have we placed this symbol? */ argument
57 int nuses; /* How many times this symbol appears in argument
61 struct sym *next; /* For building chains of syms. */ argument
62 struct sym *prev; /* For building chains of syms. */ argument
68 {
92 struct sym *head; /* Head of cycle. */ argument
[all …]
/netbsd/sys/sys/
H A Dcdefs_aout.h25 #define __strong_alias(alias,sym) \ argument
28 #define __weak_alias(alias,sym) \ argument
33 #define __weak_extern(sym) \ argument
42 #define __warn_references(sym,msg) \ argument
47 #define ___weak_alias(alias,sym) \ argument
50 #define __weak_extern(sym) ___weak_extern(_/**/sym) argument
51 #define ___weak_extern(sym) \ argument
61 #define __warn_references(sym,msg) \ argument
66 #define __warn_references(sym,msg) argument
72 #define __warn_references(sym,msg) argument
[all …]
H A Dcdefs_elf.h55 #define __strong_alias(alias,sym) \ argument
59 #define __weak_alias(alias,sym) \ argument
64 #define __weak_extern(sym) \ argument
85 #define __warn_references(sym,msg) \ argument
94 #define ___weak_alias(alias,sym) \ argument
97 #define __weak_alias(alias,sym) \ argument
102 #define ___weak_extern(sym) \ argument
105 #define __weak_extern(sym) \ argument
108 #define __warn_references(sym,msg) \ argument
175 #define __link_set_make_entry(set, sym) \ argument
[all …]
/netbsd/external/mpl/bind/dist/lib/isc/win32/
H A Dpk11_api.c72 CK_C_Initialize sym; in pkcs_C_Initialize() local
110 CK_C_Finalize sym; in pkcs_C_Finalize() local
131 static CK_C_GetSlotList sym = NULL; in pkcs_C_GetSlotList() local
187 static CK_C_OpenSession sym = NULL; in pkcs_C_OpenSession() local
228 static CK_C_Login sym = NULL; in pkcs_C_Login() local
244 static CK_C_Logout sym = NULL; in pkcs_C_Logout() local
407 static CK_C_Encrypt sym = NULL; in pkcs_C_Encrypt() local
476 static CK_C_SignInit sym = NULL; in pkcs_C_SignInit() local
493 static CK_C_Sign sym = NULL; in pkcs_C_Sign() local
528 static CK_C_SignFinal sym = NULL; in pkcs_C_SignFinal() local
[all …]
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Dpk11_api.c40 CK_C_Initialize sym; in pkcs_C_Initialize() local
68 CK_C_Finalize sym; in pkcs_C_Finalize() local
89 static CK_C_GetSlotList sym = NULL; in pkcs_C_GetSlotList() local
107 static CK_C_GetTokenInfo sym = NULL; in pkcs_C_GetTokenInfo() local
148 static CK_C_OpenSession sym = NULL; in pkcs_C_OpenSession() local
191 static CK_C_Login sym = NULL; in pkcs_C_Login() local
209 static CK_C_Logout sym = NULL; in pkcs_C_Logout() local
381 static CK_C_Encrypt sym = NULL; in pkcs_C_Encrypt() local
457 static CK_C_SignInit sym = NULL; in pkcs_C_SignInit() local
476 static CK_C_Sign sym = NULL; in pkcs_C_Sign() local
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/all/
H A Dredef2.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
11 sym: label
H A Dredef3.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dredef2.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
11 sym: label
H A Dredef3.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
/netbsd/usr.bin/error/
H A Derror.h232 #define DECL_STR(sym, num, str) static char sym##_##num[] = str argument
234 #define DECL_S1(sym, s, ...) __VA_ARGS__ DECL_STR(sym, 0, s) argument
235 #define DECL_S2(sym, s, ...) DECL_STR(sym, 1, s); DECL_S1(sym, __VA_ARGS__) argument
236 #define DECL_S3(sym, s, ...) DECL_STR(sym, 2, s); DECL_S2(sym, __VA_ARGS__) argument
241 #define USE_S1(sym) sym##_0 argument
242 #define USE_S2(sym) sym##_1, USE_S1(sym) argument
243 #define USE_S3(sym) sym##_2, USE_S2(sym) argument
244 #define USE_S4(sym) sym##_3, USE_S3(sym) argument
245 #define USE_S5(sym) sym##_4, USE_S4(sym) argument
246 #define USE_S6(sym) sym##_5, USE_S5(sym) argument
[all …]
/netbsd/usr.sbin/tprof/
H A Dksyms.h32 struct sym { struct
38 struct sym **ksymload(size_t *); argument
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-aout.c28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol()
192 symbolS *sym; in obj_aout_type() local
225 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other()
231 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
254 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc()
260 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc()
266 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type()
272 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dobj-aout.c28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol()
200 symbolS *sym; in obj_aout_type() local
233 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other()
239 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
262 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc()
268 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc()
274 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type()
280 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dobj-aout.c28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol()
200 symbolS *sym; in obj_aout_type() local
233 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other()
239 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
262 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc()
268 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc()
274 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type()
280 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-aout.c28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol()
200 symbolS *sym; in obj_aout_type() local
233 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other()
239 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
262 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc()
268 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc()
274 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type()
280 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-symbols.c40 c_symbol_substitution_name (struct symbol *sym) in c_symbol_substitution_name()
55 struct block_symbol sym, in convert_one_symbol()
213 struct block_symbol sym, domain_enum domain) in convert_symbol_sym()
349 struct block_symbol sym; in gcc_convert_symbol() local
397 struct symbol *sym; in gcc_symbol_address() local
451 const struct symbol *sym = (const struct symbol *) a; in hash_symname() local
472 symbol_seen (htab_t hashtab, struct symbol *sym) in symbol_seen()
493 struct symbol *sym) in generate_vla_size()
546 struct symbol *sym) in generate_c_for_for_one_variable()
633 struct symbol *sym; in generate_c_for_variable_locations() local
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-symbols.c40 c_symbol_substitution_name (struct symbol *sym) in c_symbol_substitution_name()
55 struct block_symbol sym, in convert_one_symbol()
213 struct block_symbol sym, domain_enum domain) in convert_symbol_sym()
349 struct block_symbol sym; in gcc_convert_symbol() local
397 struct symbol *sym; in gcc_symbol_address() local
451 const struct symbol *sym = (const struct symbol *) a; in hash_symname() local
472 symbol_seen (htab_t hashtab, struct symbol *sym) in symbol_seen()
493 struct symbol *sym) in generate_vla_size()
546 struct symbol *sym) in generate_c_for_for_one_variable()
633 struct symbol *sym; in generate_c_for_variable_locations() local
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dcp-namespace.c129 struct block_symbol sym; in cp_basic_lookup_symbol() local
172 struct block_symbol sym; in cp_lookup_bare_symbol() local
311 struct block_symbol sym; in cp_lookup_symbol_in_namespace() local
383 struct block_symbol sym = {}; in cp_lookup_symbol_via_imports() local
551 struct symbol *sym; in cp_lookup_symbol_imports_or_template() local
610 struct block_symbol sym; in cp_lookup_symbol_via_all_imports() local
635 struct block_symbol sym; in cp_lookup_symbol_namespace() local
691 struct block_symbol sym; in lookup_namespace_scope() local
740 struct block_symbol sym; in cp_lookup_symbol_nonlocal() local
850 struct block_symbol sym; in cp_lookup_nested_symbol_1() local
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dcp-namespace.c129 struct block_symbol sym; in cp_basic_lookup_symbol() local
172 struct block_symbol sym; in cp_lookup_bare_symbol() local
311 struct block_symbol sym; in cp_lookup_symbol_in_namespace() local
383 struct block_symbol sym = {}; in cp_lookup_symbol_via_imports() local
551 struct symbol *sym; in cp_lookup_symbol_imports_or_template() local
610 struct block_symbol sym; in cp_lookup_symbol_via_all_imports() local
635 struct block_symbol sym; in cp_lookup_symbol_namespace() local
691 struct block_symbol sym; in lookup_namespace_scope() local
740 struct block_symbol sym; in cp_lookup_symbol_nonlocal() local
850 struct block_symbol sym; in cp_lookup_nested_symbol_1() local
[all …]

12345678910>>...70