HomeSort by relevance Sort by last modified time
    Searched full:sh_entsize (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /external/elfutils/src/
findtextrel.c 281 for (size_t cnt = 0; cnt < shdr->sh_size / shdr->sh_entsize;
420 (size_t) cnt < shdr->sh_size / shdr->sh_entsize;
443 (size_t) cnt < shdr->sh_size / shdr->sh_entsize;
536 for (int i = 0; (size_t) i < shdr->sh_size / shdr->sh_entsize;
elfcmp.c 269 || shdr1->sh_entsize != shdr2->sh_entsize)
290 for (int ndx = 0; ndx < (int) (shdr1->sh_size / shdr1->sh_entsize);
369 && hash_content_equivalent (shdr1->sh_entsize, data1, data2))
614 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);
628 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);
i386_ld.c 108 maxcnt = shdr->sh_size / shdr->sh_entsize;
205 shdr->sh_entsize = PLT_ENTRY_SIZE;
539 size_t maxcnt = shdr->sh_size / shdr->sh_entsize;
755 int nrels = rshdr->sh_size / rshdr->sh_entsize;
    [all...]
arlib.c 257 int nsyms = shdr->sh_size / shdr->sh_entsize;
  /external/icu4c/tools/toolutil/
pkg_genc.c 793 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */
805 0 /* sh_entsize */
817 0 /* sh_entsize */
829 0 /* sh_entsize */
910 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */
922 0 /* sh_entsize */
934 0 /* sh_entsize */
946 0 /* sh_entsize */
    [all...]
  /external/kernel-headers/original/linux/
elf.h 279 Elf32_Word sh_entsize; member in struct:__anon8401
292 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h 297 Elf32_Word sh_entsize; member in struct:__anon24147
310 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 297 Elf32_Word sh_entsize; member in struct:__anon25737
310 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 297 Elf32_Word sh_entsize; member in struct:__anon27249
310 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
  /external/elfutils/libelf/
abstract.h 114 TYPE_NAME (ElfW2(32, Ext##Word), sh_entsize) \
127 TYPE_NAME (ElfW2(64, Ext##Xword), sh_entsize) \
gelf_getshdr.c 102 COPY (sh_entsize);
  /development/tools/elftree/
elftree.c 185 d.count = shdr->sh_size / shdr->sh_entsize;
  /external/elfutils/
TODO 101 sh_size/sh_entsize matches last offset != 0
  /external/elfutils/backends/
ppc_symbol.c 95 for (unsigned int j = 0; j < shdr->sh_size / shdr->sh_entsize; ++j)
  /external/elfutils/libasm/
disasm_cb.c 93 int nsyms = shdr->sh_size / shdr->sh_entsize;
  /external/elfutils/tests/
asm-tst1.c 246 if (shdr->sh_entsize != 0)
sectiondump.c 120 shdr->sh_entsize);
asm-tst2.c 268 if (shdr->sh_entsize != 0)
update3.c 140 shdr->sh_entsize = 0;
  /external/grub/stage2/
i386-elf.h 114 Elf32_Word sh_entsize; /* Entry size if section holds table */ member in struct:__anon7119
  /external/libvpx/build/make/
obj_int_extract.c 404 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_entsize);
422 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_entsize);
560 ofst += shdr.sh_entsize)
652 ofst += shdr.sh_entsize)
  /frameworks/compile/mclinker/lib/LD/
ELFWriter.cpp 208 shdr[sectIdx].sh_entsize = getELF32SectEntrySize(*ld_sect);
244 shdr[sectIdx].sh_entsize = getELF64SectEntrySize(*ld_sect);
560 /// getELF32SectEntrySize - compute Elf32_Shdr::sh_entsize
577 /// getELF64SectEntrySize - compute Elf64_Shdr::sh_entsize
  /bionic/libc/kernel/common/linux/
elf.h 307 Elf32_Word sh_entsize; member in struct:__anon266
322 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /external/qemu/
elf_ops.h 41 bswapSZs(&shdr->sh_entsize);
  /external/linux-tools-perf/util/
symbol.c 958 nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize;
967 plt_offset += shdr_plt.sh_entsize;
972 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
989 plt_offset += shdr_plt.sh_entsize;
994 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
1145 nr_syms = shdr.sh_size / shdr.sh_entsize;
    [all...]

Completed in 500 milliseconds

1 2 3 45 6 7 8