Searched defs:strsize (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.c65 static unsigned strsize = StrTableSize; variable
81 strings = (char *) calloc(strsize, sizeof(char));
214 require( strp <= &(strings[strsize-2]),
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c126 static int strsize = 0; variable
149 strsize = strs;
392 if ( strp >= &(strings[strsize-2]) )
394 fprintf(stderr, "sym: string table overflow (%d chars)\n", strsize);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dmultiboot.h89 uint32_t strsize; member in struct:multiboot_aout_symbol_table
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c765 uint32_t strsize = 0; /* default string table size */ local
777 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE];
810 strsize = (uint32_t)arg1->dn_value;
813 ap->dtad_arg = DTRACE_USTACK_ARG(nframes, strsize);
H A Ddt_consume.c920 uint32_t strsize = DTRACE_USTACK_STRSIZE(arg); local
922 const char *str = strsize ? strbase : NULL;
1045 if (str - strbase >= strsize)
/vbox/include/iprt/formats/
H A Dmach-o.h465 uint32_t strsize; member in struct:symtab_command
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c5720 int strsize = DTRACE_USTACK_STRSIZE(arg); local
5736 ASSERT(strsize != 0);
5777 if (offs >= strsize)
5808 for (j = 0; offs + j < strsize; j++) {
5818 if (offs >= strsize) {
5829 while (offs < strsize)
9899 dtrace_optval_t *opt = state->dts_options, nframes VBDTUNASS(0), strsize;
9979 if ((strsize = DTRACE_USTACK_STRSIZE(arg)) == 0)
9980 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
9985 arg = DTRACE_USTACK_ARG(nframes, strsize);
[all...]

Completed in 86 milliseconds