/src/usr.bin/rpcgen/ |
rpc_scan.c | 379 static const token symbols[] = { variable in typeref:typename:const token[] 415 for (s = symbols; s->kind != TOK_EOF; s++) {
|
/src/lib/libexecinfo/ |
symtab.c | 68 struct symbol *symbols; member in struct:symtab 86 free(s->symbols[i].st_name); 87 free(s->symbols); 137 warn("Cannot allocate %zu symbols", ns); 140 st->symbols = s; 169 st->nsymbols = s - st->symbols; 171 warnx("No symbols found"); 174 qsort(st->symbols, st->nsymbols, sizeof(*st->symbols), 189 struct symbol *s = st->symbols; [all...] |
/src/sys/dev/microcode/siop/ |
ncr53cxxx.c | 127 } symbols[MAXSYMBOLS]; variable in typeref:struct:__anon2627f25e0308[] 503 if ((symbols[i].flags & F_DEFINED) == 0 && 504 symbols[i].type != S_EXTERNAL) { 506 symbols[i].name); 508 if (symbols[i].type == S_ABSOLUTE) 510 else if (symbols[i].type == S_RELATIVE) 512 else if (symbols[i].type == S_EXTERNAL) 514 else if (symbols[i].flags & F_ENTRY) 518 fprintf (outfp, "#define\t%s%s\t0x%08x\n", code, symbols[i].name, 519 symbols[i].value) [all...] |
/src/lib/libc/resolv/ |
res_debug.c | 640 const struct res_sym *symbols; local in function:p_section 644 symbols = __p_update_section_syms; 647 symbols = __p_default_section_syms; 650 return (sym_ntos(symbols, section, (int *)0));
|
/src/share/mk/ |
bsd.lib.mk | 687 # If there's a file listing expected symbols, fail if the diff from it 688 # to the actual symbols is nonempty, and show the diff in that case. 697 # If we don't have a version map enumerating the exact symbols 701 # these symbols). 705 # simply not export the symbols. 740 actual symbols differ from expected symbols >&2; \ 753 update-symbols: .PHONY 754 update-symbols: ${_LIB.so.full}.actsym 757 echo 'WARNING: Symbols deleted, major bump required!' >&2; [all...] |