Searched refs:strsize (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffgen.c1472 bfd_size_type strsize; local
1497 strsize = STRING_SIZE_SIZE;
1502 strsize = H_GET_32 (abfd, extstrsize);
1508 if (strsize < STRING_SIZE_SIZE)
1511 (_("%B: bad string table size %lu"), abfd, (unsigned long) strsize);
1516 strings = bfd_malloc (strsize);
1520 if (bfd_bread (strings + STRING_SIZE_SIZE, strsize - STRING_SIZE_SIZE, abfd)
1521 != strsize - STRING_SIZE_SIZE)
H A Dsunos.c372 bfd_size_type strsize = info->dyninfo.ld_symb_size; local
382 info->dynstr, strsize, TRUE))
H A Daoutx.h1681 bfd_size_type strsize,
1701 else if (x < strsize)
H A Delflink.c5699 bfd_size_type strsize;
5701 strsize = _bfd_elf_strtab_size (elf_hash_table (info)->dynstr);
5708 || !_bfd_elf_add_dynamic_entry (info, DT_STRSZ, strsize)
5689 bfd_size_type strsize; local
/freebsd-9.3-release/contrib/dtc/
H A Dflattree.c333 int reservesize, int dtsize, int strsize,
353 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize);
358 fdt->size_dt_strings = cpu_to_fdt32(strsize);
331 make_fdt_header(struct fdt_header *fdt, struct version_info *vi, int reservesize, int dtsize, int strsize, int boot_cpuid_phys) argument
/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp194 outs() << " ('strsize', " << SLC.strsize << ")\n";
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c808 uint32_t strsize = 0; /* default string table size */ local
820 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE];
853 strsize = (uint32_t)arg1->dn_value;
856 ap->dtad_arg = DTRACE_USTACK_ARG(nframes, strsize);
H A Ddt_consume.c1028 uint32_t strsize = DTRACE_USTACK_STRSIZE(arg); local
1030 const char *str = strsize ? strbase : NULL;
1141 if (str - strbase >= strsize)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h615 uint32_t strsize; member in struct:llvm::MachO::symtab_command
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp141 SwapValue(C.strsize);
1562 return getData().substr(S.stroff, S.strsize);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c5931 int strsize = DTRACE_USTACK_STRSIZE(arg);
5943 ASSERT(strsize != 0);
5984 if (offs >= strsize)
6011 for (j = 0; offs + j < strsize; j++) {
6021 if (offs >= strsize) {
6032 while (offs < strsize)
10214 dtrace_optval_t *opt = state->dts_options, nframes = 0, strsize;
10299 if ((strsize = DTRACE_USTACK_STRSIZE(arg)) == 0)
10300 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
10305 arg = DTRACE_USTACK_ARG(nframes, strsize);
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c614 int max_string = trussinfo->strsize;
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c927 obj->strsize = dynp->d_un.d_val;

Completed in 408 milliseconds

12