Searched refs:entsize (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/0.153/libelf/ |
D | elf_getdata.c | 234 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/ |
D | sectionhash.c | 55 result = one->entsize - two->entsize; in scnhead_compare()
|
D | 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) in hash_content_equivalent() argument 894 switch (entsize) in hash_content_equivalent()
|
D | nm.c | 1169 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()
|
D | ld.h | 667 XElf_Word entsize; member
|
D | ldgeneric.c | 1005 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()
|
D | elflint.c | 2376 TEST (entsize, 1); in check_null()
|
/external/elfutils/0.153/libdw/ |
D | dwarf_getpubnames.c | 70 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/ |
D | link_map.c | 538 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/ |
D | elf.c | 603 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()
|
D | elf-x86-x86.c | 113 YASM_WRITE_32_L(bufp, shead->entsize); in elf_x86_x86_write_secthead()
|
D | elf-x86-amd64.c | 107 YASM_WRITE_64Z_L(bufp, shead->entsize); in elf_x86_amd64_write_secthead()
|
D | elf-objfmt.c | 895 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()
|
D | elf.h | 358 elf_size entsize; member
|