HomeSort by relevance Sort by last modified time
    Searched full:entsize (Results 1 - 25 of 40) sorted by null

1 2

  /external/elfutils/0.153/src/
sectionhash.c 55 result = one->entsize - two->entsize;
elfcmp.c 129 static bool hash_content_equivalent (size_t entsize, Elf_Data *, Elf_Data *);
834 hash_content_equivalent (size_t entsize, Elf_Data *data1, Elf_Data *data2)
894 switch (entsize)
nm.c 1169 size_t entsize = shdr->sh_entsize; local
1172 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version))
1176 else if (size % entsize != 0)
1181 /* Compute number of entries. Handle buggy entsize values. */
1182 size_t nentries = size / (entsize ?: 1);
    [all...]
ldgeneric.c 1005 search.entsize = shdr->sh_entsize;
    [all...]
ld.h 667 XElf_Word entsize; member in struct:scnhead
    [all...]
  /art/compiler/
elf_writer_quick.h 60 Elf32_Word entsize)
67 section_.sh_entsize = entsize;
125 Elf32_Word entsize)
126 : ElfSectionBuilder(sec_name, type, flags, link, info, align, entsize) {}
  /external/llvm/include/llvm/Object/
ELF.h 70 ELFEntityIterator(uintX_t EntSize, const char *Start)
71 : EntitySize(EntSize), Current(Start) {}
165 Elf_Sym_Iter(uintX_t EntSize, const char *Start, bool IsDynamic)
166 : EntitySize(EntSize), Current(Start, IsDynamic) {}
255 DynRegionInfo() : Addr(nullptr), Size(0), EntSize(0) {}
261 uintX_t EntSize;
353 return Elf_Sym_Iter(DynSymRegion.EntSize, (const char *)DynSymRegion.Addr,
360 return Elf_Sym_Iter(DynSymRegion.EntSize,
680 DynSymRegion.EntSize = Sec.sh_entsize;
684 DynStrRegion.EntSize = DynStr->sh_entsize
    [all...]
  /external/elfutils/0.153/libelf/
elf_getdata.c 234 size_t entsize; local
240 entsize = SH_ENTSIZE_HASH (ehdr);
247 entsize = 1;
249 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t];
254 if (entsize == 0)
255 entsize = 1;
257 if (unlikely (size % entsize != 0))
  /external/elfutils/0.153/libdw/
dwarf_getpubnames.c 70 const size_t entsize = sizeof (struct pubnames_s); local
82 = (struct pubnames_s *) realloc (mem, allocated * entsize);
152 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 74 size_t entsize = pRegion.size()/sizeof(llvm::ELF::Elf32_Sym); local
91 for (size_t idx = 1; idx < entsize; ++idx) {
218 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rela); local
222 for (size_t idx=0; idx < entsize; ++idx) {
246 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rel); local
250 for (size_t idx=0; idx < entsize; ++idx) {
599 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf64_Sym); local
616 for (size_t idx = 1; idx < entsize; ++idx) {
738 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf64_Rela); local
742 for (size_t idx=0; idx < entsize; ++idx)
768 size_t entsize = pRegion.size() \/ sizeof(llvm::ELF::Elf64_Rel); local
    [all...]
ELFObjectWriter.cpp 596 // FIXME: We should get the entsize from input since the size of each
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-x86.c 113 YASM_WRITE_32_L(bufp, shead->entsize);
elf-x86-amd64.c 107 YASM_WRITE_64Z_L(bufp, shead->entsize);
elf.c 603 esd->entsize = 0;
617 esd->entsize = elf_march->symtab_entry_size;
890 return shead->entsize = size;
elf-objfmt.c 895 elf_size entsize=0; local
898 entsize = 12;
904 elf_secthead_set_entsize(esd, entsize);
    [all...]
elf.h 358 elf_size entsize; member in struct:elf_secthead
  /external/elfutils/0.153/libdwfl/
link_map.c 541 const size_t entsize = gelf_fsize (mod->main.elf,
543 const size_t n = data->d_size / entsize;
550 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2;
538 const size_t entsize = gelf_fsize (mod->main.elf, local
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 386 unsigned int entsize;
380 unsigned int entsize; member in struct:bfd_hash_table
1550 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 388 unsigned int entsize;
382 unsigned int entsize; member in struct:bfd_hash_table
1526 unsigned int entsize; member in struct:bfd_section
    [all...]

Completed in 1490 milliseconds

1 2