/src/distrib/sun2/ramdisk/ |
Showsyms | 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf 16 nm -p rd_bin.syms | grep -i ' c '
|
/src/distrib/sun3/ramdisk/ |
Showsyms | 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf 16 nm -p rd_bin.syms | grep -i ' c '
|
/src/common/dist/zlib/examples/ |
enough.c | 125 syms: number of symbols remaining to code 131 syms: 3..totsym (totsym == total symbols to code) 132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6) 135 syms == 2 is not saved since that immediately leads to a single code. left 138 ends at syms-1 since left == syms immediately results in a single code. 143 one (syms) being outermost, and the last one (len) being innermost. We build 144 the array with length max-1 lists for the len index, with syms-3 of those 156 to the num[] array as described above for the (syms, left, len) triplet 506 int syms = 286; local in function:main [all...] |
/src/usr.sbin/tprof/ |
ksyms.c | 46 static struct sym **syms = NULL; variable in typeref:struct:sym ** 129 syms = erealloc(syms, sizeof(*syms) * nsyms); 130 syms[nsyms - 1] = sym; 134 qsort(syms, nsyms, sizeof(*syms), compare_value); 137 return syms; 150 * try to find the smallest i for which syms[i]->value <= value. 151 * syms[] is ordered by syms[]->value in the descending order [all...] |
/src/tests/lib/libexecinfo/ |
t_backtrace_sandbox.c | 42 char **syms; local in function:ATF_TC_BODY 50 syms = backtrace_symbols_fmt(addr, frames, "%n"); 51 ATF_REQUIRE(strcmp(syms[0], "atfu_backtrace_sandbox_body") == 0); 66 syms = backtrace_symbols_fmt(addr, frames, "%n"); 67 if (strcmp(syms[0], "atfu_backtrace_sandbox_body") != 0)
|
/src/games/dab/ |
box.h | 83 static const int syms[BOX::last]; member in class:BOX
|
box.cc | 48 const int BOX::syms[BOX::last] = member in class:BOX 114 _b.data(_centery + edges[e].y, _centerx + edges[e].x) = syms[e];
|
/src/usr.bin/xlint/lint1/ |
lex.c | 293 struct syms { struct 300 syms_add(struct syms *syms, const sym_t *sym) 302 if (syms->len >= syms->cap) { 303 syms->cap *= 2; 304 syms->items = xrealloc(syms->items, 305 syms->cap * sizeof(syms->items[0])) 313 struct syms syms = { xcalloc(64, sizeof(syms.items[0])), 0, 64 }; local in function:debug_symtab [all...] |
/src/tests/usr.bin/ld/ |
t_script.sh | 142 extract_symbol_names test.ro >test.syms 165 } <test.syms 190 grep '^[abc]$' >test.syms
|
/src/sys/rump/ |
makerumpsyscalls.sh | 102 res=$(readelf -W --syms ${file} | awk "${AWKPROG}")
|
/src/lib/libc/resolv/ |
res_debug.c | 569 sym_ston(const struct res_sym *syms, const char *name, int *success) { 570 for (; syms->name != 0; syms++) { 571 if (strcasecmp (name, syms->name) == 0) { 574 return (syms->number); 579 return (syms->number); /*%< The default value. */ 583 sym_ntos(const struct res_sym *syms, int number, int *success) { 586 for (; syms->name != 0; syms++) { 587 if (number == syms->number) [all...] |
/src/share/mk/ |
bsd.kmodule.mk | 157 $$(${OBJDUMP} --syms --reloc tmp.o | \ 163 ${OBJDUMP} --syms --reloc ${KMOD}_tmp.o | \
|
bsd.man.mk | 39 ${TMACDEPDIR}/mdoc/doc-syms
|
/src/sys/arch/hpcmips/vr/ |
vrgiu.c | 310 char syms[] = "iiiiiiiilhLHeeEEoooooooooooooooo" local in function:vrgiu_dump_iosetting 328 printf ("%c", syms[
|
/src/sys/arch/cesfic/cesfic/ |
locore.s | 247 RELOC(esym,%a0) | end of static kernel test/data/syms
|
/src/sys/arch/next68k/next68k/ |
locore.s | 265 RELOC(esym,%a0) | end of static kernel test/data/syms
|
/src/sys/arch/mvme68k/mvme68k/ |
locore.s | 538 RELOC(esym,%a0) | end of static kernel text/data syms
|
/src/sys/arch/x68k/x68k/ |
locore.s | 236 RELOC(esym,%a0) | end of static kernel test/data/syms
|
/src/sys/arch/luna68k/luna68k/ |
locore.s | 206 RELOC(esym,%a0) | end of static kernel test/data/syms
|
/src/sys/arch/news68k/news68k/ |
locore.s | 313 RELOC(esym,%a0) | end of static kernel test/data/syms
|