HomeSort by relevance Sort by last modified time
    Searched refs:shsize (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/posix/
file.c 53 int phentsize, phnum, shsize, shnum; local
101 shsize = elf_int(toybuf+46+12*bits, 2);
138 char *shdr = map+shoff+i*shsize;
  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */ member in struct:stack_control_header
  /external/elfutils/src/
unstrip.c 1054 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr);
1055 if (unlikely ((shnum - 1) > SIZE_MAX / shsize))
1058 const size_t shdr_bytes = (shnum - 1) * shsize;
1052 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr); local
    [all...]

Completed in 363 milliseconds