HomeSort by: relevance | last modified time | path
    Searched defs:strsize (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/lib/libc/gen/
nlist_aout.c 101 size_t strsize, symsize, cc; local
129 strsize = (size_t)(st.st_size - stroff);
130 strtab = mmap(NULL, strsize, PROT_READ, MAP_PRIVATE|MAP_FILE,
188 munmap(strtab, strsize);
  /src/external/gpl3/binutils/dist/ld/
elf-hints-local.h 36 uint32_t strsize; /* Size of string table. */ member in struct:elfhints_hdr
  /src/external/gpl3/binutils.old/dist/ld/
elf-hints-local.h 36 uint32_t strsize; /* Size of string table. */ member in struct:elfhints_hdr
  /src/external/lgpl3/mpc/dist/src/
inp_str.c 48 size_t strsize = 100; local
49 char *str = mpc_alloc_str (strsize);
55 if (nread == strsize) {
56 str = mpc_realloc_str (str, strsize, 2 * strsize);
57 strsize *= 2;
62 str = mpc_realloc_str (str, strsize, nread + 1);
63 strsize = nread + 1;
81 size_t strsize = 100; local
82 char *str = mpc_alloc_str (strsize);
    [all...]
  /src/usr.sbin/kvm_mkdb/
nlist_aout.c 114 int fd, nr, strsize; local
151 nr = read(fd, (char *)&strsize, sizeof(strsize));
152 if (nr != sizeof(strsize))
156 strsize -= sizeof(strsize);
157 if (!(strtab = malloc(strsize))) {
161 if ((nr = read(fd, strtab, strsize)) != strsize)
  /src/usr.sbin/puffs/mount_9p/
fs.c 77 uint16_t strsize; local
105 if (p9pbuf_get_str(pb, &str, &strsize))
  /src/external/gpl3/binutils/dist/libctf/
ctf-open-bfd.c 113 size_t strsize; local
162 strsize = strhdr->sh_size;
186 strsize = str_asect->size;
199 strsect.cts_size = strsize;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open-bfd.c 113 size_t strsize; local
162 strsize = strhdr->sh_size;
186 strsize = str_asect->size;
199 strsect.cts_size = strsize;
  /src/external/gpl3/gdb/dist/libctf/
ctf-open-bfd.c 113 size_t strsize; local
162 strsize = strhdr->sh_size;
186 strsize = str_asect->size;
199 strsect.cts_size = strsize;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open-bfd.c 113 size_t strsize; local
162 strsize = strhdr->sh_size;
186 strsize = str_asect->size;
199 strsect.cts_size = strsize;
  /src/sys/arch/i386/i386/
multiboot.c 281 Elf32_Word symsize, strsize; local
324 strsize = strtabp->sh_size;
343 memcpy((void *)strstart, (void *)straddr, strsize);
349 memcpy((void *)strstart, (void *)straddr, strsize);
353 symstart = strstart + strsize;
354 memcpy((void *)strstart, (void *)straddr, strsize);
362 memcpy((void *)strstart, (void *)straddr, strsize);
365 symstart = strstart + strsize;
366 memcpy((void *)strstart, (void *)straddr, strsize);
372 (int)(symstart + symsize + strsize + KERNBASE)
    [all...]
  /src/usr.bin/m4/
misc.c 58 static size_t strsize = STRSPMAX; variable
167 strspace = xalloc(strsize+1, NULL);
169 endest = strspace+strsize;
184 strsize *= 2;
185 newstrspace = malloc(strsize + 1);
188 memcpy(newstrspace, strspace, strsize/2);
196 endest = strspace + strsize;
  /src/crypto/external/bsd/openssh/dist/
dh.c 64 char *strsize, *gen, *prime; local
108 strsize = strsep(&cp, " "); /* size */
109 if (cp == NULL || *strsize == '\0' ||
110 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch.c 288 size_t strsize; local
301 strsize = mbsrtowcs (NULL, &string, 0, &ps) + 1;
302 if (__builtin_expect (strsize != 0, 1))
305 totsize = patsize + strsize;
331 mbsrtowcs (wstring, &string, strsize, &ps);
333 res = internal_fnwmatch (wpattern, wstring, wstring + strsize - 1,
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 315 size_t strsize; local
328 strsize = mbsrtowcs (NULL, &string, 0, &ps) + 1;
329 if (__builtin_expect (strsize != 0, 1))
332 totsize = patsize + strsize;
358 mbsrtowcs (wstring, &string, strsize, &ps);
360 res = internal_fnwmatch (wpattern, wstring, wstring + strsize - 1,
  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 128 bfd_size_type stabsize, strsize; local
150 strsize = bfd_section_size (strsec);
151 if (strsize != 0)
152 strings [strsize - 1] = 0;
198 if (stroff + strx >= strsize)
222 if (strx >= strsize)
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 128 bfd_size_type stabsize, strsize; local
150 strsize = bfd_section_size (strsec);
151 if (strsize != 0)
152 strings [strsize - 1] = 0;
198 if (stroff + strx >= strsize)
222 if (strx >= strsize)
  /src/sys/arch/x86/x86/
multiboot2.c 179 locore_Elf_Word symsize, strsize; local
218 strsize = strtabp->sh_size;
235 cp2src = straddr; cp2size = strsize;
239 cp2src = straddr; cp2size = strsize;
242 cp1src = straddr; cp1size = strsize;
248 cp2src = straddr; cp2size = strsize;
250 cp1src = straddr; cp1size = strsize;
269 ms->s_strsize = strsize;
272 *esymp = (int *)((uintptr_t)endp + symsize + strsize + kernbase);
  /src/external/gpl3/binutils/dist/bfd/
syms.c 964 bfd_size_type stabsize, strsize; local
1010 strsize = (info->strsec->rawsize
1052 strsize = (info->strsec->rawsize
1056 if (stabsize == 0 || strsize == 0)
1066 info->strs[strsize - 1] = 0;
1205 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
1242 if (file_name >= (char *) info->strs + strsize
1254 if (file_name >= (char *) info->strs + strsize
1266 if (file_name >= (char *) info->strs + strsize
1276 if (function_name >= (char *) info->strs + strsize
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
syms.c 965 bfd_size_type stabsize, strsize; local
1011 strsize = (info->strsec->rawsize
1053 strsize = (info->strsec->rawsize
1057 if (stabsize == 0 || strsize == 0)
1067 info->strs[strsize - 1] = 0;
1206 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
1243 if (file_name >= (char *) info->strs + strsize
1255 if (file_name >= (char *) info->strs + strsize
1267 if (file_name >= (char *) info->strs + strsize
1277 if (function_name >= (char *) info->strs + strsize
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
syms.c 964 bfd_size_type stabsize, strsize; local
1010 strsize = (info->strsec->rawsize
1052 strsize = (info->strsec->rawsize
1056 if (stabsize == 0 || strsize == 0)
1066 info->strs[strsize - 1] = 0;
1205 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
1242 if (file_name >= (char *) info->strs + strsize
1254 if (file_name >= (char *) info->strs + strsize
1266 if (file_name >= (char *) info->strs + strsize
1276 if (function_name >= (char *) info->strs + strsize
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
syms.c 956 bfd_size_type stabsize, strsize; local
1002 strsize = (info->strsec->rawsize
1044 strsize = (info->strsec->rawsize
1048 if (stabsize == 0 || strsize == 0)
1058 info->strs[strsize - 1] = 0;
1197 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
1234 if (file_name >= (char *) info->strs + strsize
1246 if (file_name >= (char *) info->strs + strsize
1258 if (file_name >= (char *) info->strs + strsize
1268 if (function_name >= (char *) info->strs + strsize
    [all...]
  /src/sys/kern/
kern_ksyms.c 298 * strstart, strsize - Address and size of the string table.
333 void *strstart, size_t strsize, struct ksyms_symtab *tab,
354 tab->sd_strsize = strsize;
365 newstart, symstart, symsize, strstart, strsize,
507 size_t strsize = 0; local
551 strsize = shdr[j].sh_size;
589 addsymtab("netbsd", symstart, symsize, strstart, strsize,
612 void *strstart, size_t strsize)
618 addsymtab("netbsd", symstart, symsize, strstart, strsize,
812 char *strstart, vsize_t strsize)
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-coff.c 444 size_t strsize; local
456 strsize = (ocr->is_big_endian
459 strtab = XNEWVEC (char, strsize);
461 (unsigned char *) strtab, strsize, errmsg,
467 *strtab_size = strsize;
simple-object-xcoff.c 371 size_t strsize; local
379 strsize = simple_object_fetch_big_32 (strsizebuf);
380 strtab = XNEWVEC (char, strsize);
382 (unsigned char *) strtab, strsize, errmsg,
388 *strtab_size = strsize;

Completed in 58 milliseconds

1 2 3