HomeSort by: relevance | last modified time | path
    Searched defs:shsize (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 73 uint64_t shtype, shaddr, shsize, shoffset; local
80 shsize = shdrp64->sh_size;
87 shsize = shdrp32->sh_size;
98 if (shaddr != 0 || shsize == 0)
  /src/sys/compat/linux/common/
linux_exec_elf32.c 97 size_t shsize; local
106 shsize = eh->e_shnum * sizeof(Elf_Shdr);
107 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK);
108 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize,
164 size_t shsize; local
171 shsize = eh->e_shnum * sizeof(Elf_Shdr);
172 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK);
173 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize,
222 size_t shsize; local
231 shsize = eh->e_shnum * sizeof(Elf_Shdr)
280 size_t shsize; local
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
alloca.c 252 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl2/gmake/dist/
alloca.c 249 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl2/grep/dist/lib/
alloca.c 251 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 239 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 239 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header

Completed in 21 milliseconds