Home
last modified time | relevance | path

Searched refs:symlist (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
Daicasm_symbol.h70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
192 symlist_search(symlist_t *symlist, char *symname);
195 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
199 void symlist_free(symlist_t *symlist);
Daicasm_symbol.c208 symlist_search(symlist_t *symlist, char *symname) in symlist_search() argument
212 curnode = SLIST_FIRST(symlist); in symlist_search()
222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add() argument
254 curnode = SLIST_FIRST(symlist); in symlist_add()
263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
297 symlist_free(symlist_t *symlist) in symlist_free() argument
301 node1 = SLIST_FIRST(symlist); in symlist_free()
307 SLIST_INIT(symlist); in symlist_free()
Daicasm.h72 extern struct symlist patch_functions;
/freebsd-10-stable/contrib/flex/
Ddfa.c388 int symlist[CSIZE + 1]; in ntod() local
421 symlist[i] = false; in ntod()
627 sympartition (dset, dsize, symlist, duplist); in ntod()
630 if (symlist[sym]) { in ntod()
631 symlist[sym] = 0; in ntod()
1023 void sympartition (ds, numstates, symlist, duplist) in sympartition() argument
1025 int symlist[], duplist[];
1056 symlist[ec] = 1;
1077 symlist[j] = 1;
1081 symlist[j] = 1;
[all …]
/freebsd-10-stable/contrib/binutils/binutils/
Dobjcopy.c41 struct symlist struct
44 struct symlist *next; argument
199 static struct symlist *strip_specific_list = NULL;
200 static struct symlist *strip_unneeded_list = NULL;
201 static struct symlist *keep_specific_list = NULL;
202 static struct symlist *localize_specific_list = NULL;
203 static struct symlist *globalize_specific_list = NULL;
204 static struct symlist *keepglobal_specific_list = NULL;
205 static struct symlist *weaken_specific_list = NULL;
645 add_specific_symbol (const char *name, struct symlist **list) in add_specific_symbol()
[all …]
/freebsd-10-stable/usr.bin/unifdef/
Dunifdef.c162 static bool symlist; /* -s: output symbol list */ variable
324 symlist = true; in main()
327 symlist = symdepth = true; in main()
347 if (symlist && (ofilename != NULL || inplace || argc > 1)) in main()
685 if (symlist) in flushline()
1333 if (symlist) { in findsym()
/freebsd-10-stable/contrib/gdb/gdb/
Dcoffread.c2025 struct pending **symlist; in coff_read_enum_type() local
2038 symlist = &local_symbols; in coff_read_enum_type()
2040 symlist = &file_symbols; in coff_read_enum_type()
2041 osyms = *symlist; in coff_read_enum_type()
2064 add_symbol_to_list (sym, symlist); in coff_read_enum_type()
2096 for (syms = *symlist, n = 0; syms; syms = syms->next) in coff_read_enum_type()
Dstabsread.c3458 struct pending **symlist; in read_enum_type() local
3469 symlist = &local_symbols; in read_enum_type()
3472 symlist = &file_symbols; in read_enum_type()
3473 osyms = *symlist; in read_enum_type()
3513 add_symbol_to_list (sym, symlist); in read_enum_type()
3540 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next) in read_enum_type()
Dhpread.c3094 struct pending **symlist, *osyms, *syms; in hpread_read_enum_type() local
3118 symlist = &file_symbols; in hpread_read_enum_type()
3119 osyms = *symlist; in hpread_read_enum_type()
3140 add_symbol_to_list (sym, symlist); in hpread_read_enum_type()
3160 for (syms = *symlist, n = 0; syms; syms = syms->next) in hpread_read_enum_type()