Home
last modified time | relevance | path

Searched refs:entsize (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/0.153/libelf/
Delf_getdata.c234 size_t entsize; in __libelf_set_rawdata_wrlock() local
240 entsize = SH_ENTSIZE_HASH (ehdr); in __libelf_set_rawdata_wrlock()
247 entsize = 1; in __libelf_set_rawdata_wrlock()
249 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t]; in __libelf_set_rawdata_wrlock()
254 if (entsize == 0) in __libelf_set_rawdata_wrlock()
255 entsize = 1; in __libelf_set_rawdata_wrlock()
257 if (unlikely (size % entsize != 0)) in __libelf_set_rawdata_wrlock()
/external/elfutils/0.153/src/
Dsectionhash.c55 result = one->entsize - two->entsize; in scnhead_compare()
Delfcmp.c129 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) in hash_content_equivalent() argument
894 switch (entsize) in hash_content_equivalent()
Dnm.c1169 size_t entsize = shdr->sh_entsize; in show_symbols() local
1172 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version)) in show_symbols()
1176 else if (size % entsize != 0) in show_symbols()
1182 size_t nentries = size / (entsize ?: 1); in show_symbols()
Dld.h667 XElf_Word entsize; member
Dldgeneric.c1005 search.entsize = shdr->sh_entsize; in add_section()
1081 queued->entsize = shdr->sh_entsize; in add_section()
2414 int entsize, int align) in new_generated_scn() argument
2425 newp->entsize = entsize; in new_generated_scn()
2920 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize; in match_section()
3303 shdr->sh_entsize = head->entsize; in ld_generic_create_sections()
5123 && head->entsize == 0) in ld_generic_create_outfile()
Delflint.c2376 TEST (entsize, 1); in check_null()
/external/elfutils/0.153/libdw/
Ddwarf_getpubnames.c70 const size_t entsize = sizeof (struct pubnames_s); in get_offsets() local
82 = (struct pubnames_s *) realloc (mem, allocated * entsize); in get_offsets()
152 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize); in get_offsets()
/external/elfutils/0.153/libdwfl/
Dlink_map.c538 const size_t entsize = gelf_fsize (mod->main.elf, in consider_executable() local
540 const size_t n = data->d_size / entsize; in consider_executable()
547 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2; in consider_executable()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.c603 esd->entsize = 0; in elf_secthead_create()
617 esd->entsize = elf_march->symtab_entry_size; in elf_secthead_create()
890 return shead->entsize = size; in elf_secthead_set_entsize()
Delf-x86-x86.c113 YASM_WRITE_32_L(bufp, shead->entsize); in elf_x86_x86_write_secthead()
Delf-x86-amd64.c107 YASM_WRITE_64Z_L(bufp, shead->entsize); in elf_x86_amd64_write_secthead()
Delf-objfmt.c895 elf_size entsize=0; in elf_objfmt_init_new_section() local
898 entsize = 12; in elf_objfmt_init_new_section()
904 elf_secthead_set_entsize(esd, entsize); in elf_objfmt_init_new_section()
Delf.h358 elf_size entsize; member