HomeSort by relevance Sort by last modified time
    Searched refs:sh_size (Results 201 - 225 of 225) sorted by null

1 2 3 4 5 6 7 89

  /external/elfutils/0.153/libelf/
abstract.h 110 TYPE_NAME (ElfW2(32, Ext##Word), sh_size) \
123 TYPE_NAME (ElfW2(64, Ext##Xword), sh_size) \
elf.h 280 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon4925
294 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon4926
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 406 Word sh_size; member in struct:__anon23034::Elf32::Shdr
447 Xword sh_size; member in struct:__anon23034::Elf64::Shdr
540 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
569 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
    [all...]
  /external/elfutils/0.153/src/
i386_ld.c 108 maxcnt = shdr->sh_size / shdr->sh_entsize;
539 size_t maxcnt = shdr->sh_size / shdr->sh_entsize;
755 int nrels = rshdr->sh_size / rshdr->sh_entsize;
    [all...]
ldgeneric.c     [all...]
addr2line.c 434 if (*addr >= shdr->sh_size)
strings.c 732 shdr->sh_offset + shdr->sh_size);
nm.c 1167 size_t size = shdr->sh_size;
    [all...]
  /external/qemu/tcg/
tcg.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 399 Result = toELFShdrIter(Sec)->sh_size;
408 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
508 RelData.d.b = S->sh_size / S->sh_entsize;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 817 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */
830 40, /* sh_size */
842 (Elf32_Word)sizeof(entry), /* sh_size */
854 0, /* sh_size */
934 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */
947 40, /* sh_size */
959 (Elf64_Xword)sizeof(entry), /* sh_size */
971 0, /* sh_size */
1083 sectionHeaders32[4].sh_size=(Elf32_Word)size;
1103 sectionHeaders64[4].sh_size=(Elf64_Xword)size
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 809 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */
822 40, /* sh_size */
834 (Elf32_Word)sizeof(entry), /* sh_size */
846 0, /* sh_size */
926 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */
939 40, /* sh_size */
951 (Elf64_Xword)sizeof(entry), /* sh_size */
963 0, /* sh_size */
1075 sectionHeaders32[4].sh_size=(Elf32_Word)size;
1095 sectionHeaders64[4].sh_size=(Elf64_Xword)size
    [all...]
  /external/qemu/include/
elf.h 1357 Elf32_Word sh_size; member in struct:elf32_shdr
1370 Elf64_Xword sh_size; \/* Size of section in bytes *\/ member in struct:elf64_shdr
    [all...]
  /art/runtime/
oat_file.cc 52 oat_file->end_ = elf_file->Begin() + hdr->sh_size + hdr->sh_offset;
elf.h 1210 Elf32_Word sh_size; \/\/ Size of section, in bytes member in struct:Elf32_Shdr
1224 Elf64_Xword sh_size; member in struct:Elf64_Shdr
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 284 const int num_symbols = symtab->sh_size / symtab->sh_entsize;
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 478 const unsigned Entries = IT->sh_size / IndexTableEntrySize;
ELFDumper.cpp 585 W.printNumber("Size", Section->sh_size);
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 1225 Elf32_Word sh_size; \/\/ Size of section, in bytes member in struct:llvm::ELF::Elf32_Shdr
1239 Elf64_Xword sh_size; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 275 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon25602
289 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon25603
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 275 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon27338
289 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon27339
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 345 lte->arch.opd_size = shdr.sh_size;
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 328 shdr[sectIdx].sh_size = ld_sect->size();
  /external/valgrind/main/perf/
tinycc.c 307 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon16947
321 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon16948
2206 unsigned long sh_size; \/* section size (only used during output) *\/ member in struct:Section
    [all...]

Completed in 942 milliseconds

1 2 3 4 5 6 7 89