| /src/crypto/external/apache2/openssl/dist/util/ |
| checkplatformsyms.pl | 34 my @symlist; 57 push(@symlist, $line); 66 foreach (@symlist) {
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.h | 74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t; 196 symlist_search(symlist_t *symlist, char *symname); 199 symlist_add(symlist_t *symlist, symbol_t *symbol, int how); 203 void symlist_free(symlist_t *symlist);
|
| aicasm.h | 76 extern struct symlist patch_functions;
|
| aicasm_symbol.c | 209 symlist_search(symlist_t *symlist, char *symname) 213 curnode = SLIST_FIRST(symlist); 223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) 255 curnode = SLIST_FIRST(symlist); 264 SLIST_INSERT_HEAD(symlist, newnode, links); 293 SLIST_INSERT_HEAD(symlist, newnode, links); 298 symlist_free(symlist_t *symlist) 302 node1 = SLIST_FIRST(symlist); 308 SLIST_INIT(symlist);
|
| /src/external/bsd/flex/dist/src/ |
| dfa.c | 379 int symlist[CSIZE + 1]; local 412 symlist[i] = false; 611 sympartition (dset, dsize, symlist, duplist); 614 if (symlist[sym]) { 615 symlist[sym] = 0; 1002 * int symlist[numecs], int duplist[numecs] ); 1005 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) 1036 symlist[ec] = 1; 1057 symlist[j] = 1; 1061 symlist[j] = 1 [all...] |
| /src/usr.bin/unifdef/ |
| unifdef.c | 214 static bool symlist; /* -s: output symbol list */ variable 317 symlist = true; 327 if (nsyms == 0 && !symlist) { 554 if (symlist) 760 if (sym < 0 || symlist) 771 if (sym < 0 || symlist) 948 if (symlist)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| dictionary.c | 975 std::vector<symbol *> symlist = pair.second; local 978 = dict_create_hashed (obstack, language, symlist); 1020 std::vector<symbol *> symlist = pair.second; local 1023 = dict_create_linear (obstack, language, symlist); 1158 std::vector<symbol *> symlist = pair.second; local 1168 dict_add_pending (dict, symlist);
|
| coffread.c | 2148 struct pending **symlist; 2161 symlist = get_local_symbols (); 2163 symlist = get_file_symbols (); 2164 osyms = *symlist; 2183 add_symbol_to_list (sym, symlist); 2206 The symbols can be found in the symlist that we put them on 2208 of that symlist; everything up to there was defined by us. */ 2213 for (syms = *symlist, n = 0; syms; syms = syms->next) 2135 struct pending **symlist; local
|
| stabsread.c | 6017 struct pending **symlist; 6028 symlist = get_local_symbols (); 6031 symlist = get_file_symbols (); 6032 osyms = *symlist; 6071 add_symbol_to_list (sym, symlist); 6089 The symbols can be found in the symlist that we put them on 6091 of that symlist; everything up to there was defined by us. */ 6096 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next) 6011 struct pending **symlist; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| dictionary.c | 955 for (const auto &[language, symlist] : nsyms) 957 symlist); 995 for (const auto &[language, symlist] : nsyms) 997 symlist); 1128 for (const auto &[language, symlist] : nsyms) 1139 dict_add_pending (dict, symlist);
|
| coffread.c | 2149 struct pending **symlist; 2162 symlist = get_local_symbols (); 2164 symlist = get_file_symbols (); 2165 osyms = *symlist; 2184 add_symbol_to_list (sym, symlist); 2207 The symbols can be found in the symlist that we put them on 2209 of that symlist; everything up to there was defined by us. */ 2214 for (syms = *symlist, n = 0; syms; syms = syms->next) 2136 struct pending **symlist; local
|
| stabsread.c | 6020 struct pending **symlist; 6031 symlist = get_local_symbols (); 6034 symlist = get_file_symbols (); 6035 osyms = *symlist; 6074 add_symbol_to_list (sym, symlist); 6092 The symbols can be found in the symlist that we put them on 6094 of that symlist; everything up to there was defined by us. */ 6099 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next) 6014 struct pending **symlist; local
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 2563 # shortname is ambiguous. The symlist has both the fullname and 2570 # symlist is the appropriate one to use. 2577 foreach my $symlist (values(%{$symbols})) { 2579 my $shortname = $symlist->[0]; 2580 my $fullname = $symlist->[2]; 2592 foreach my $symlist (values(%{$symbols})) { 2593 my $shortname = $symlist->[0]; 2594 my $fullname = $symlist->[2]; 2596 # store in the map if $symlist->[1] is in that list. Saves space. 2641 my $symlist = $symbols->{$a} [all...] |
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof | 2564 # shortname is ambiguous. The symlist has both the fullname and 2571 # symlist is the appropriate one to use. 2578 foreach my $symlist (values(%{$symbols})) { 2580 my $shortname = $symlist->[0]; 2581 my $fullname = $symlist->[2]; 2593 foreach my $symlist (values(%{$symbols})) { 2594 my $shortname = $symlist->[0]; 2595 my $fullname = $symlist->[2]; 2597 # store in the map if $symlist->[1] is in that list. Saves space. 2642 my $symlist = $symbols->{$a} [all...] |
| jeprof.in | 2564 # shortname is ambiguous. The symlist has both the fullname and 2571 # symlist is the appropriate one to use. 2578 foreach my $symlist (values(%{$symbols})) { 2580 my $shortname = $symlist->[0]; 2581 my $fullname = $symlist->[2]; 2593 foreach my $symlist (values(%{$symbols})) { 2594 my $shortname = $symlist->[0]; 2595 my $fullname = $symlist->[2]; 2597 # store in the map if $symlist->[1] is in that list. Saves space. 2642 my $symlist = $symbols->{$a} [all...] |