/src/lib/libc/gen/ |
nlist_aout.c | 98 off_t stroff, symoff; local in function:__fdnlist_aout 115 stroff = symoff + symsize; 118 if ((uintmax_t)(st.st_size - stroff) > (uintmax_t)SIZE_T_MAX) { 128 strsize = (size_t)(st.st_size - stroff); 130 fd, stroff);
|
/src/sys/arch/hpc/stand/hpcboot/ |
load_elf.h | 48 off_t stroff; member in struct:ElfLoader::_symbol_block
|
/src/sys/compat/linux/common/ |
linux_exec_elf32.c | 121 const off_t stroff = sh[shstrndx].sh_offset; local in function:ELFNAME2 128 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, 246 const off_t stroff = sh[shstrndx].sh_offset; local in function:ELFNAME2 253 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, 307 const off_t stroff = sh[shstrndx].sh_offset; local in function:ELFNAME2 314 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
|
/src/usr.bin/crunch/crunchide/ |
exec_elf32.c | 184 Elf_Off stroff, maxoff; local in function:ELFNAMEEND 201 maxoff = stroff = 0; 216 stroff = shdrp[strtabsnum].sh_offset; 230 if (!weird && stroff != maxoff) {
|
/src/sbin/restore/ |
symtab.c | 455 long mynum = 1, stroff = 0; local in function:dumpsymtable 483 stroff = 0; 487 tep->e_name = (char *)stroff; 488 stroff += allocsize(ep->e_namlen); 519 hdr.stringsize = stroff;
|
/src/sys/dev/ |
kloader.c | 316 off_t symoff, stroff; local in function:kloader_load 320 stroff = sh[strndx].sh_offset; 358 kloader_from_file(kv, stroff, ROUND4(sh[strndx].sh_size));
|