HomeSort by relevance Sort by last modified time
    Searched refs:stringsize (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
archive64.c 45 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
89 stringsize = parsed_size - 8 * nsymz - 8;
94 amt = carsym_size + stringsize + 1;
106 || bfd_bread (stringbase, stringsize, abfd) != stringsize)
151 unsigned int stringsize = stridx; local
152 unsigned int mapsize = stringsize + ranlibsize;
archive.c 971 bfd_size_type stringsize;
996 stringsize = parsed_size - (4 * nsymz) - 4;
1003 if (stringsize > 0xfffff
1009 stringsize = parsed_size - (4 * nsymz) - 4;
1022 if (carsym_size + stringsize + 1 <= carsym_size)
1026 carsym_size + stringsize + 1);
1037 || (bfd_bread (stringbase, stringsize, abfd) != stringsize))
967 bfd_size_type stringsize; local
1159 unsigned int stringsize; local
2426 unsigned int stringsize = stridx + padit; local
2614 unsigned int stringsize = stridx; local
    [all...]
pdp11.c 1223 bfd_size_type stringsize; local
    [all...]
som.c 6559 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
aoutx.h 1338 bfd_size_type stringsize; local
    [all...]
ecoff.c 3018 unsigned int stringsize; local
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 321 unsigned stringsize; /* total size of strings in bytes */ local
336 stringsize = 0;
344 stringsize += VG_(strlen)(info->interp_name) + 1;
348 stringsize += VG_(strlen)(info->interp_args) + 1;
352 stringsize += VG_(strlen)( VG_(args_the_exename) ) + 1;
356 stringsize += VG_(strlen)( * (HChar**)
365 stringsize += VG_(strlen)(*cpp) + 1;
371 stringsize += 1 + VG_(strlen)(info->executable_path);
386 VG_ROUNDUP(stringsize, sizeof(Word)); /* strings (aligned) */
396 - VG_ROUNDUP(stringsize, sizeof(int))
    [all...]
initimg-solaris.c 388 SizeT stringsize; /* total size of strings in bytes */ local
409 stringsize = 0;
416 stringsize += VG_(strlen)(info->interp_name) + 1;
420 stringsize += VG_(strlen)(info->interp_args) + 1;
425 stringsize += VG_(strlen)(VG_(args_the_exename)) + 1;
428 stringsize += VG_(strlen)(*(HChar**)
436 stringsize += VG_(strlen)(*cpp) + 1;
465 stringsize += VG_(strlen)("i86pc") + 1;
470 stringsize += VG_(strlen)(resolved_exe_name) + 1;
481 VG_ROUNDUP(stringsize, sizeof(Word)); /* strings (aligned) *
    [all...]
initimg-linux.c 403 unsigned stringsize; /* total size of strings in bytes */ local
421 stringsize = 0;
428 stringsize += VG_(strlen)(info->interp_name) + 1;
432 stringsize += VG_(strlen)(info->interp_args) + 1;
436 stringsize += VG_(strlen)( VG_(args_the_exename) ) + 1;
440 stringsize += VG_(strlen)( * (HChar**)
449 stringsize += VG_(strlen)(*cpp) + 1;
457 stringsize += VG_(strlen)(cauxv->u.a_ptr) + 1;
459 stringsize += 16;
461 stringsize += VG_(strlen)(VG_(args_the_exename)) + 1
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 3191 bfd_size_type symsize, stringsize; local
    [all...]

Completed in 1079 milliseconds