Searched refs:stroff (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/binutils/binutils/
H A Drddbg.c128 bfd_size_type stroff, next_stroff; local
159 stroff = 0;
181 stroff = next_stroff;
190 if (stroff + strx > strsize)
198 s = (char *) strings + stroff + strx;
210 + stroff
H A Dresbin.c284 rc_uint_type stroff; local
298 stroff = 4;
300 stroff = 2;
302 if (length < stroff + 2)
305 if (windres_get_16 (wrbfd, data + stroff, 2) == 0)
311 mi->text = get_unicode (wrbfd, data + stroff, length - stroff, &slen);
313 itemlen = stroff + slen * 2 + 2;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c94 ssize_t stroff; local
101 stroff = dt_strtab_insert(pcb->pcb_strtab, idp->di_name);
103 if (stroff == -1L)
105 if (stroff > DIF_STROFF_MAX)
108 dvp->dtdv_name = (uint_t)stroff;
H A Ddt_cg.c1556 ssize_t stroff; local
1964 stroff = dt_strtab_insert(yypcb->pcb_strtab, dnp->dn_string);
1966 if (stroff == -1L)
1968 if (stroff > DIF_STROFF_MAX)
1971 instr = DIF_INSTR_SETS((ulong_t)stroff, dnp->dn_reg);
/freebsd-10.0-release/lib/libc/gen/
H A Dnlist.c113 off_t stroff, symoff; local
152 stroff = symoff + symsize;
155 strtab = a_out_mmap + stroff;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dstabs.c162 bfd_size_type stroff, next_stroff, skip;
234 stroff = 0;
261 stroff = next_stroff;
275 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF);
333 + stroff
160 bfd_size_type stroff, next_stroff, skip; local
H A Dsyms.c921 bfd_size_type stroff; local
1127 for (i = 0, stroff = 0, stab = info->stabs, str = info->strs;
1135 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
1137 str += stroff;
1138 stroff = bfd_get_32 (abfd, stab + VALOFF);
/freebsd-10.0-release/sbin/restore/
H A Dsymtab.c443 long mynum = 1, stroff = 0; local
472 stroff = 0;
476 tep->e_name = (char *)stroff;
477 stroff += allocsize(ep->e_namlen);
507 hdr.stringsize = stroff;
/freebsd-10.0-release/contrib/binutils/gas/
H A Dstabs.c304 unsigned int stroff; local
340 stroff = get_stab_string_offset (string, stabstr_secname);
351 md_number_to_chars (p, (valueT) stroff, 4);
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dimgact_coff.c393 long stroff, nextoff; local
397 stroff = 4 * *(long *)(buf + j + sizeof(long));
399 libname = buf + j + stroff;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c342 size_t stroff = sthash->hi_mstr->sm_strlen - local
345 if (stroff == 0) {
351 &sthash->hi_mstr->sm_str[stroff],
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-coff.c1741 unsigned int stroff;
1751 stroff = get_stab_string_offset (file, stabstr_name);
1752 know (stroff == 1);
1753 md_number_to_chars (p, stroff, 4);
1737 unsigned int stroff; local
H A Dobj-elf.c1635 unsigned int stroff; local
1649 stroff = get_stab_string_offset (file, stabstr_name);
1650 know (stroff == 1);
1651 md_number_to_chars (p, stroff, 4);
/freebsd-10.0-release/contrib/dtc/
H A Dflattree.c678 uint32_t proplen, stroff; local
683 stroff = flat_read_word(dtbuf);
685 name = flat_read_stringtable(strbuf, stroff);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMachO.h468 uint32_t stroff; member in struct:llvm::MachO::symtab_command

Completed in 172 milliseconds