/external/elfutils/src/ |
H A D | sectionhash.c | 47 result = one->entsize - two->entsize;
|
H A D | nm.c | 1226 size_t entsize = shdr->sh_entsize; local 1229 if (entsize == 0 1230 || entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT)) 1235 else if (size % entsize != 0) 1241 /* Compute number of entries. Handle buggy entsize values. */ 1242 size_t nentries = size / (entsize ?: 1);
|
H A D | elfcmp.c | 121 static bool hash_content_equivalent (size_t entsize, Elf_Data *, Elf_Data *); 835 hash_content_equivalent (size_t entsize, Elf_Data *data1, Elf_Data *data2) argument 895 switch (entsize)
|
H A D | ld.h | 659 XElf_Word entsize; member in struct:scnhead
|
H A D | ldgeneric.c | 997 search.entsize = shdr->sh_entsize; 1073 queued->entsize = shdr->sh_entsize; 2406 int entsize, int align) 2417 newp->entsize = entsize; 2912 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize; 3295 shdr->sh_entsize = head->entsize; 5115 && head->entsize == 0) 2405 new_generated_scn(enum scn_kind kind, const char *name, int type, int flags, int entsize, int align) argument
|
H A D | elflint.c | 2584 TEST (entsize, 1);
|
/external/elfutils/libelf/ |
H A D | elf_getdata.c | 264 size_t entsize; local 268 entsize = 1; 273 entsize = SH_ENTSIZE_HASH (ehdr); 280 entsize = 1; 282 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t]; 287 if (entsize == 0) 288 entsize = 1; 290 if (unlikely (size % entsize != 0))
|
/external/elfutils/libdw/ |
H A D | dwarf_getpubnames.c | 49 const size_t entsize = sizeof (struct pubnames_s); local 61 = (struct pubnames_s *) realloc (mem, allocated * entsize); 135 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
|
/external/google-breakpad/src/common/linux/ |
H A D | synth_elf.cc | 86 uint32_t link, uint64_t entsize, uint64_t offset) { 114 .Append(endianness(), addr_size_, entsize); local 84 AddSection(const string& name, const Section& section, uint32_t type, uint32_t flags, uint64_t addr, uint32_t link, uint64_t entsize, uint64_t offset) argument
|
H A D | synth_elf.h | 105 uint32_t link = 0, uint64_t entsize = 0, uint64_t offset = 0);
|
/external/elfutils/libdwfl/ |
H A D | link_map.c | 611 const size_t entsize = gelf_fsize (mod->main.elf, 613 const size_t n = data->d_size / entsize; 620 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2; 608 const size_t entsize = gelf_fsize (mod->main.elf, local
|
/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 2532 uint32_t entsize; member in struct:method_list64_t 2538 uint32_t entsize; member in struct:method_list32_t 2592 uint32_t entsize; member in struct:ivar_list64_t 2598 uint32_t entsize; member in struct:ivar_list32_t 2620 uint32_t entsize; member in struct:objc_property_list64 2626 uint32_t entsize; member in struct:objc_property_list32 2833 sys::swapByteOrder(ml.entsize); 2838 sys::swapByteOrder(ml.entsize); 2885 sys::swapByteOrder(il.entsize); 2890 sys::swapByteOrder(il.entsize); [all...] |
/external/robolectric/v1/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |