/frameworks/rs/cpu_ref/linkloader/include/ |
ELFSectionHeader.h | 114 word_t sh_entsize; member in class:ELFSectionHeader 133 AR & sh_entsize; local 153 return sh_entsize; 165 xword_t sh_entsize; member in class:ELFSectionHeader 184 AR & sh_entsize; local 204 return sh_entsize;
|
/external/elfutils/libelf/ |
elf32_updatenull.c | 220 ElfW2(LIBELFBITS,Word) sh_entsize = shdr->sh_entsize; 223 /* Set the sh_entsize value if we can reliably detect it. */ 227 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1); 230 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1); 241 sh_entsize = elf_typesize (32, ELF_T_WORD, 1); 244 sh_entsize = SH_ENTSIZE_HASH (ehdr); 247 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1); 250 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1); 253 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1) [all...] |
gelf_update_shdr.c | 89 || unlikely (src->sh_entsize > 0xffffffffull)) 106 COPY (sh_entsize);
|
gelf_getshdr.c | 102 COPY (sh_entsize);
|
elf32_getshdr.c | 147 CONVERT_TO (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize); 192 CONVERT (shdr[cnt].sh_entsize);
|
/external/elfutils/backends/ |
alpha_symbol.c | 102 && scn_shdr.sh_entsize != 0) 107 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i)
|
sparc_symbol.c | 90 && scn_shdr.sh_entsize != 0) 94 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i)
|
ppc_symbol.c | 95 for (unsigned int j = 0; j < shdr->sh_size / shdr->sh_entsize; ++j)
|
/external/elfutils/tests/ |
update4.c | 144 shdr->sh_entsize = 1; 180 shdr->sh_entsize = 1; 216 shdr->sh_entsize = 1; 252 shdr->sh_entsize = 1; 289 shdr->sh_entsize = 1;
|
/external/chromium_org/courgette/ |
types_elf.h | 69 Elf32_Word sh_entsize; member in struct:Elf32_Shdr
|
disassembler_elf_32_x86.cc | 92 section_header->sh_entsize;
|
/external/elfutils/src/ |
elflint.c | 616 if (shdr->sh_entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT)) 654 for (size_t cnt = 1; cnt < shdr->sh_size / shdr->sh_entsize; ++cnt) 1012 for (cnt = 1; cnt < rcshdr->sh_size / rcshdr->sh_entsize; ++cnt) [all...] |
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);
|
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;
|
unstrip.c | 403 for (size_t i = 0; i < shdr->sh_size / shdr->sh_entsize; ++i) 414 for (size_t i = 0; i < shdr->sh_size / shdr->sh_entsize; ++i) 441 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; 442 const size_t onent = shdr->sh_size / shdr->sh_entsize; 473 switch (shdr->sh_entsize) 495 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; 496 const size_t onent = shdr->sh_size / shdr->sh_entsize; 512 data->d_size = nent * shdr->sh_entsize; 556 const size_t nsym = shdr->sh_size / shdr->sh_entsize; 560 shdr->sh_size += added * shdr->sh_entsize; [all...] |
/external/elfutils/libasm/ |
disasm_cb.c | 93 int nsyms = shdr->sh_size / shdr->sh_entsize;
|
/external/qemu/elff/ |
elff_elf.h | 238 Elf_Word sh_entsize; member in struct:Elf_SHdr
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elff_elf.h | 238 Elf_Word sh_entsize; member in struct:Elf_SHdr
|
/art/compiler/ |
elf_writer_quick.cc | 481 section_headers[SH_NULL].sh_entsize = 0; 492 section_headers[SH_DYNSYM].sh_entsize = sizeof(llvm::ELF::Elf32_Sym); 503 section_headers[SH_DYNSTR].sh_entsize = 0; 514 section_headers[SH_HASH].sh_entsize = sizeof(llvm::ELF::Elf32_Word); // This is Elf32_Word even on 64-bit 525 section_headers[SH_RODATA].sh_entsize = 0; 536 section_headers[SH_TEXT].sh_entsize = 0; 548 section_headers[SH_DYNAMIC].sh_entsize = sizeof(llvm::ELF::Elf32_Dyn); 559 section_headers[SH_SHSTRTAB].sh_entsize = 0;
|
/development/ndk/platforms/android-3/include/linux/ |
elf.h | 275 Elf32_Word sh_entsize; member in struct:__anon1030 288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 275 Elf32_Word sh_entsize; member in struct:__anon41491 288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
elf.h | 275 Elf32_Word sh_entsize; member in struct:__anon41845 288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
elf.h | 275 Elf32_Word sh_entsize; member in struct:__anon42199 288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
elf.h | 275 Elf32_Word sh_entsize; member in struct:__anon42607 288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
elf.h | 275 Elf32_Word sh_entsize; member in struct:__anon42981 288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
|