HomeSort by relevance Sort by last modified time
    Searched defs:sh_entsize (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/elfutils/libdwfl/
relocate.c 586 size_t sh_entsize local
589 size_t nrels = shdr->sh_size / sh_entsize;
693 shdr->sh_size = reldata->d_size = nrels * sh_entsize;
  /external/llvm/include/llvm/Object/
ELFTypes.h 157 Elf_Word sh_entsize; // Size of records contained within the section member in struct:llvm::object::Elf_Shdr_Base
172 Elf_Xword sh_entsize; // Size of records contained within the section member in struct:llvm::object::Elf_Shdr_Base
177 using Elf_Shdr_Base<ELFT>::sh_entsize;
182 if (sh_entsize == 0)
184 return sh_size / sh_entsize;
  /external/syslinux/com32/include/sys/
elf32.h 103 Elf32_Word sh_entsize; member in struct:elf32_shdr
elf64.h 103 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 79 typename Elf_types<size>::Elf_WXword sh_entsize; member in struct:elfcpp::internal::Shdr_data
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 100 Elf32_Word sh_entsize; /* Size of each entry in section. */ member in struct:__anon6023
elf64.h 108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member in struct:__anon6039
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 100 Elf32_Word sh_entsize; /* Size of each entry in section. */ member in struct:__anon6113
elf64.h 108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member in struct:__anon6129
  /external/elfutils/src/
objdump.c 417 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); local
418 int nentries = shdr->sh_size / sh_entsize;
438 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); local
439 int nentries = shdr->sh_size / sh_entsize;
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 122 unsigned char sh_entsize[4]; /* Entry size if section holds table */ member in struct:__anon108619
135 unsigned char sh_entsize[8]; /* Entry size if section holds table */ member in struct:__anon108620
internal.h 111 bfd_size_type sh_entsize; /* Entry size if section holds table */ member in struct:elf_internal_shdr
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 107 Elf_Word sh_entsize; // Size of records contained within the section member in struct:__anon31274::Elf_Shdr_Base
122 Elf_Xword sh_entsize; // Size of records contained within the section member in struct:__anon31274::Elf_Shdr_Base
127 using Elf_Shdr_Base<target_endianness, is64Bits>::sh_entsize;
132 if (sh_entsize == 0)
134 return sh_size / sh_entsize;
785 RelData.w.c = relocsec->sh_size / relocsec->sh_entsize;
797 if (Rel.w.c >= (relocsec->sh_size / relocsec->sh_entsize)) {
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 166 unsigned char sh_entsize[4]; /* Entry size if section holds table */ member in struct:__anon108945
181 unsigned char sh_entsize[8]; /* Entry size if section holds table */ member in struct:__anon108946
796 /* sh_entsize left as zero. */
  /development/ndk/platforms/android-9/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon2643
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 296 Elf32_Word sh_entsize; member in struct:__anon47371
309 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon53927
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon54380
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon54835
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon55243
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon55703
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon56165
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon56575
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon57037
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
elf.h 275 Elf32_Word sh_entsize; member in struct:__anon57501
288 Elf64_Xword sh_entsize; member in struct:elf64_shdr

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8