HomeSort by: relevance | last modified time | path
    Searched defs:sh_size (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/bsd/elftoolchain/dist/libelf/
elf_data.c 55 uint64_t sh_align, sh_offset, sh_size, raw_size; local
91 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
96 sh_size = s->s_shdr.s_shdr64.sh_size;
108 (sh_offset > raw_size || sh_size > raw_size - sh_offset))) {
119 if (sh_size % fsz) {
124 if (sh_size / fsz > SIZE_MAX) {
129 count = (size_t) (sh_size / fsz);
152 if (sh_type == SHT_NOBITS || sh_size == 0)
230 uint64_t sh_align, sh_offset, sh_size, raw_size; local
    [all...]
elf_update.c 132 uint64_t sh_align, sh_entsize, sh_offset, sh_size; local
143 sh_size = (uint64_t) shdr32->sh_size;
149 sh_size = shdr64->sh_size;
171 * reuse the values in the 'sh_size' and 'sh_offset'
292 sh_size < scn_size ||
320 sh_size = scn_size;
336 shdr32->sh_size = (uint32_t) sh_size;
739 uint64_t sh_off, sh_size; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 157 Elf_Word sh_size; // Size of section, in bytes member in struct:llvm::object::Elf_Shdr_Base
172 Elf_Xword sh_size; // Size of section, in bytes member in struct:llvm::object::Elf_Shdr_Base
182 using Elf_Shdr_Base<ELFT>::sh_size;
188 return sh_size / sh_entsize;
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 168 uint32_t sh_size; local
174 be32toh(sh[i].sh_size), be32toh(sh[i].sh_addralign)));
175 sh_size = (be32toh(sh[i].sh_size) +
185 dsz += sh_size;
187 tsz += sh_size;
189 bsz += sh_size;
192 trsz += be32toh(sh[i].sh_size);
258 l, be32toh(sh[i].sh_size), be32toh(sh[i].sh_offset),
263 be32toh(sh[i].sh_size));
    [all...]
  /src/external/gpl3/binutils/usr.sbin/dbsym/
dbsym.c 325 * 32 64 sh_size; # section size
352 #define SH_SIZE(x) SH_E32E64(x, sh_size)
367 int elftype, e_shnum, i, sh_size, rv = 1, shstridx; local
407 sh_size = e_shnum * (ISELF64 ? sizeof(Elf64_External_Shdr)
409 if ((shdr = malloc(sh_size)) == NULL)
416 *symtabsize += roundup(sh_size, ISELF64 ? 8 : 4);
423 if (read(fd, shdr, sh_size) != sh_size)
429 shstrtab = malloc(SH_SIZE(shstridx))
    [all...]
  /src/external/gpl3/binutils.old/usr.sbin/dbsym/
dbsym.c 325 * 32 64 sh_size; # section size
352 #define SH_SIZE(x) SH_E32E64(x, sh_size)
367 int elftype, e_shnum, i, sh_size, rv = 1, shstridx; local
407 sh_size = e_shnum * (ISELF64 ? sizeof(Elf64_External_Shdr)
409 if ((shdr = malloc(sh_size)) == NULL)
416 *symtabsize += roundup(sh_size, ISELF64 ? 8 : 4);
423 if (read(fd, shdr, sh_size) != sh_size)
429 shstrtab = malloc(SH_SIZE(shstridx))
    [all...]
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 131 be_uint32_t sh_size; member in struct:elf_m68k_shdr
  /src/external/bsd/elftosb/dist/common/
ELF.h 137 Elf32_Word sh_size; //!< The section's size in bytes. member in struct:Elf32_Shdr
  /src/external/gpl3/binutils/dist/include/elf/
external.h 118 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon10464
131 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon10465
internal.h 109 bfd_size_type sh_size; /* Size of section in octets. */ member in struct:elf_internal_shdr
315 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
369 || (sec_hdr)->sh_size != 0 \
  /src/external/gpl3/binutils.old/dist/include/elf/
external.h 118 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon11928
131 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon11929
internal.h 109 bfd_size_type sh_size; /* Size of section in octets. */ member in struct:elf_internal_shdr
315 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
369 || (sec_hdr)->sh_size != 0 \
  /src/external/gpl3/gdb.old/dist/include/elf/
external.h 118 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon21316
131 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon21317
internal.h 109 bfd_size_type sh_size; /* Size of section in octets. */ member in struct:elf_internal_shdr
315 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
369 || (sec_hdr)->sh_size != 0 \
  /src/external/gpl3/gdb/dist/include/elf/
external.h 118 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon904
131 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon905
internal.h 109 bfd_size_type sh_size; /* Size of section in octets. */ member in struct:elf_internal_shdr
315 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
369 || (sec_hdr)->sh_size != 0 \
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 170 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon10837
185 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon10838
520 shdr, sh_size, Elf_Addr);
610 shstrhdr, sh_size, Elf_Addr);
646 shdr, sh_size, Elf_Addr);
849 unsigned int sh_offset, unsigned int sh_size,
875 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_size, Elf_Addr, sh_size);
962 size_t sh_size; local
1015 sh_size = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 170 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon12294
185 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon12295
520 shdr, sh_size, Elf_Addr);
610 shstrhdr, sh_size, Elf_Addr);
646 shdr, sh_size, Elf_Addr);
849 unsigned int sh_offset, unsigned int sh_size,
875 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_size, Elf_Addr, sh_size);
962 size_t sh_size; local
1015 sh_size = 0
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 170 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon14504
185 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon14505
520 shdr, sh_size, Elf_Addr);
610 shstrhdr, sh_size, Elf_Addr);
646 shdr, sh_size, Elf_Addr);
849 unsigned int sh_offset, unsigned int sh_size,
875 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_size, Elf_Addr, sh_size);
962 size_t sh_size; local
1015 sh_size = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 170 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon16915
185 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon16916
520 shdr, sh_size, Elf_Addr);
610 shstrhdr, sh_size, Elf_Addr);
646 shdr, sh_size, Elf_Addr);
849 unsigned int sh_offset, unsigned int sh_size,
875 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_size, Elf_Addr, sh_size);
962 size_t sh_size; local
1015 sh_size = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 170 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon527
185 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon528
520 shdr, sh_size, Elf_Addr);
610 shstrhdr, sh_size, Elf_Addr);
646 shdr, sh_size, Elf_Addr);
849 unsigned int sh_offset, unsigned int sh_size,
875 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_size, Elf_Addr, sh_size);
962 size_t sh_size; local
1015 sh_size = 0
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 170 unsigned char sh_size[4]; /* Size of section in bytes */ member in struct:__anon1217
185 unsigned char sh_size[8]; /* Size of section in bytes */ member in struct:__anon1218
520 shdr, sh_size, Elf_Addr);
610 shstrhdr, sh_size, Elf_Addr);
646 shdr, sh_size, Elf_Addr);
849 unsigned int sh_offset, unsigned int sh_size,
875 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_size, Elf_Addr, sh_size);
962 size_t sh_size; local
1015 sh_size = 0
    [all...]
  /src/external/bsd/file/dist/src/
readelf.h 214 Elf32_Word sh_size; member in struct:__anon40
227 Elf64_Off sh_size; member in struct:__anon41
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 319 Elf32_Word sh_size; /* section size */ member in struct:__anon1238
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 336 Elf32_Word sh_size; /* section size */ member in struct:__anon8121
349 Elf64_Xword sh_size; /* section size */ member in struct:__anon8122

Completed in 46 milliseconds

1 2