| /src/lib/libc/gen/ |
| nlist_aout.c | 99 off_t stroff, symoff; local 116 stroff = symoff + symsize; 119 if ((uintmax_t)(st.st_size - stroff) > (uintmax_t)SIZE_T_MAX) { 129 strsize = (size_t)(st.st_size - stroff); 131 fd, stroff);
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| load_elf.h | 48 off_t stroff; member in struct:ElfLoader::_symbol_block
|
| load_elf.cpp | 230 _sym_blk.stroff = sh->sh_offset; 289 _load_segment(kv, sz, _sym_blk.stroff, sz);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-som.c | 215 unsigned int stroff; local 250 stroff = get_stab_string_offset (file, stabstr); 251 know (stroff == 1); 252 md_number_to_chars (p, stroff, 4);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-som.c | 215 unsigned int stroff; local 250 stroff = get_stab_string_offset (file, stabstr); 251 know (stroff == 1); 252 md_number_to_chars (p, stroff, 4);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rddbg.c | 131 bfd_size_type stroff, next_stroff; local 166 stroff = 0; 190 stroff = next_stroff; 198 if (stroff + strx >= strsize) 206 s = (char *) strings + stroff + strx; 221 strx = stroff + bfd_get_32 (abfd, stab);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rddbg.c | 131 bfd_size_type stroff, next_stroff; local 166 stroff = 0; 190 stroff = next_stroff; 198 if (stroff + strx >= strsize) 206 s = (char *) strings + stroff + strx; 221 strx = stroff + bfd_get_32 (abfd, stab);
|
| /src/usr.bin/crunch/crunchide/ |
| exec_elf32.c | 184 Elf_Off stroff, maxoff; local 201 maxoff = stroff = 0; 216 stroff = shdrp[strtabsnum].sh_offset; 230 if (!weird && stroff != maxoff) {
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_as.c | 96 ssize_t stroff; local 103 stroff = dt_strtab_insert(pcb->pcb_strtab, idp->di_name); 105 if (stroff == -1L) 107 if (stroff > DIF_STROFF_MAX) 110 dvp->dtdv_name = (uint_t)stroff;
|
| /src/sys/compat/linux/common/ |
| linux_exec_elf32.c | 121 const off_t stroff = sh[shstrndx].sh_offset; local 128 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, 246 const off_t stroff = sh[shstrndx].sh_offset; local 253 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, 307 const off_t stroff = sh[shstrndx].sh_offset; local 314 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
|
| /src/external/gpl3/binutils/dist/gas/ |
| stabs.c | 320 unsigned int stroff; local 323 stroff = get_stab_string_offset (string, stabstr); 337 md_number_to_chars (p, stroff, 4);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| stabs.c | 344 unsigned int stroff; local 347 stroff = get_stab_string_offset (string, stabstr); 361 md_number_to_chars (p, stroff, 4);
|
| /src/sbin/restore/ |
| symtab.c | 455 long mynum = 1, stroff = 0; local 483 stroff = 0; 487 tep->e_name = (char *)stroff; 488 stroff += allocsize(ep->e_namlen); 519 hdr.stringsize = stroff;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| MachOWriter.cpp | 46 if (SymTabCommand.stroff) 47 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); 304 uint8_t *StrTable = (uint8_t *)Buf->getBufferStart() + SymTabCommand.stroff; 440 if (SymTabCommand.stroff) 441 Queue.push_back({SymTabCommand.stroff, &MachOWriter::writeStringTable});
|
| /src/external/gpl3/binutils/dist/bfd/ |
| stabs.c | 187 bfd_size_type stroff, next_stroff, skip; local 262 stroff = 0; 289 stroff = next_stroff; 303 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF); 362 + stroff
|
| mach-o.h | 153 unsigned int stroff; member in struct:bfd_mach_o_symtab_command 487 unsigned long stroff; member in struct:bfd_mach_o_str_command
|
| syms.c | 967 bfd_size_type stroff; local 1195 stroff = 0; 1205 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) 1207 str += stroff; 1208 stroff = bfd_get_32 (abfd, stab + VALOFF);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| stabs.c | 188 bfd_size_type stroff, next_stroff, skip; local 262 stroff = 0; 289 stroff = next_stroff; 303 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF); 362 + stroff
|
| mach-o.h | 153 unsigned int stroff; member in struct:bfd_mach_o_symtab_command 487 unsigned long stroff; member in struct:bfd_mach_o_str_command
|
| syms.c | 968 bfd_size_type stroff; local 1196 stroff = 0; 1206 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) 1208 str += stroff; 1209 stroff = bfd_get_32 (abfd, stab + VALOFF);
|
| /src/external/gpl3/binutils/dist/include/mach-o/ |
| external.h | 161 unsigned char stroff[4]; /* File offset of the string table. */ member in struct:mach_o_symtab_command_external
|
| /src/external/gpl3/binutils.old/dist/include/mach-o/ |
| external.h | 161 unsigned char stroff[4]; /* File offset of the string table. */ member in struct:mach_o_symtab_command_external
|
| /src/sys/dev/ |
| kloader.c | 316 off_t symoff, stroff; local 320 stroff = sh[strndx].sh_offset; 358 kloader_from_file(kv, stroff, ROUND4(sh[strndx].sh_size));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ctfout.cc | 474 uint32_t stroff = 0; local 498 stroff = typeoff + typeslen; 517 dw2_asm_output_data (4, stroff, "cth_stroff");
|
| /src/usr.bin/elf2ecoff/ |
| elf2ecoff.c | 632 off_t stroff, off_t strsize) 655 saveRead(in, stroff, strsize, "ELF string table"); 662 off_t symoff, off_t symsize, off_t stroff, off_t strsize) 674 elf_read_syms(&elfsymtab, in, symoff, symsize, stroff, strsize);
|