sh_entsize        802 arch/ia64/kernel/module.c 	if (target_sec->sh_entsize == ~0UL)
sh_entsize        217 arch/mips/boot/elf2ecoff.c 		s->sh_entsize = swab32(s->sh_entsize);
sh_entsize        288 arch/mips/boot/tools/relocs.c 		sec->shdr.sh_entsize   = elf_xword_to_cpu(shdr.sh_entsize);
sh_entsize        197 arch/mips/kernel/vpe.c 		sechdrs[i].sh_entsize = ~0UL;
sh_entsize        205 arch/mips/kernel/vpe.c 			    || s->sh_entsize != ~0UL)
sh_entsize        207 arch/mips/kernel/vpe.c 			s->sh_entsize =
sh_entsize        657 arch/mips/kernel/vpe.c 			dest = v->load_addr + sechdrs[i].sh_entsize;
sh_entsize         13 arch/mips/vdso/genvdso.h 	uint16_t sh_count, sh_entsize, i;
sh_entsize         17 arch/mips/vdso/genvdso.h 	sh_entsize = swap_uint16(ehdr->e_shentsize);
sh_entsize         19 arch/mips/vdso/genvdso.h 	shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx));
sh_entsize         23 arch/mips/vdso/genvdso.h 		shdr = shdrs + (i * sh_entsize);
sh_entsize         51 arch/mips/vdso/genvdso.h 			shdr->sh_entsize = shdr->sh_size;
sh_entsize         65 arch/mips/vdso/genvdso.h 	uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j;
sh_entsize         71 arch/mips/vdso/genvdso.h 	sh_entsize = swap_uint16(ehdr->e_shentsize);
sh_entsize         74 arch/mips/vdso/genvdso.h 		shdr = shdrs + (i * sh_entsize);
sh_entsize         97 arch/mips/vdso/genvdso.h 	st_entsize = FUNC(swap_uint)(shdr->sh_entsize);
sh_entsize        101 arch/mips/vdso/genvdso.h 	shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize);
sh_entsize        176 arch/powerpc/oprofile/cell/vma_map.c 		if (shdr.sh_entsize != sizeof (sym))
sh_entsize         80 arch/sparc/vdso/vdso2c.h 	     i < GET_BE(&symtab_hdr->sh_size) / GET_BE(&symtab_hdr->sh_entsize);
sh_entsize         85 arch/sparc/vdso/vdso2c.h 			GET_BE(&symtab_hdr->sh_entsize) * i;
sh_entsize         91 arch/x86/entry/vdso/vdso2c.h 	     i < GET_LE(&symtab_hdr->sh_size) / GET_LE(&symtab_hdr->sh_entsize);
sh_entsize         95 arch/x86/entry/vdso/vdso2c.h 			GET_LE(&symtab_hdr->sh_entsize) * i;
sh_entsize        436 arch/x86/tools/relocs.c 		sec->shdr.sh_entsize   = elf_xword_to_cpu(shdr.sh_entsize);
sh_entsize        313 include/uapi/linux/elf.h   Elf32_Word	sh_entsize;
sh_entsize        326 include/uapi/linux/elf.h   Elf64_Xword sh_entsize;	/* Entry size if section holds table */
sh_entsize       2435 kernel/module.c 		info->sechdrs[i].sh_entsize = ~0UL;
sh_entsize       2445 kernel/module.c 			    || s->sh_entsize != ~0UL
sh_entsize       2448 kernel/module.c 			s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i);
sh_entsize       2478 kernel/module.c 			    || s->sh_entsize != ~0UL
sh_entsize       2481 kernel/module.c 			s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i)
sh_entsize       2678 kernel/module.c 	    || (sec->sh_entsize & INIT_OFFSET_MASK))
sh_entsize       2700 kernel/module.c 	symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect,
sh_entsize       2727 kernel/module.c 	strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect,
sh_entsize       3298 kernel/module.c 		if (shdr->sh_entsize & INIT_OFFSET_MASK)
sh_entsize       3300 kernel/module.c 				+ (shdr->sh_entsize & ~INIT_OFFSET_MASK);
sh_entsize       3302 kernel/module.c 			dest = mod->core_layout.base + shdr->sh_entsize;
sh_entsize        345 samples/bpf/bpf_load.c 	nrels = shdr->sh_size / shdr->sh_entsize;
sh_entsize        144 scripts/insert-sys-cert.c 	n = symtab->sh_size / symtab->sh_entsize;
sh_entsize        565 scripts/mod/modpost.c 		sechdrs[i].sh_entsize   = TO_NATIVE(sechdrs[i].sh_entsize);
sh_entsize        232 scripts/recordmcount.h 	mcsec.sh_entsize = _w(_size);
sh_entsize        247 scripts/recordmcount.h 	mcsec.sh_entsize = _w(rel_entsize);
sh_entsize        330 scripts/recordmcount.h 	unsigned rel_entsize = _w(relhdr->sh_entsize);
sh_entsize        377 scripts/recordmcount.h 	unsigned rel_entsize = _w(relhdr->sh_entsize);
sh_entsize        441 scripts/recordmcount.h 	unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize);
sh_entsize        584 scripts/recordmcount.h 			rel_entsize = _w(relhdr->sh_entsize);
sh_entsize       1735 tools/lib/bpf/libbpf.c 	nrels = shdr->sh_size / shdr->sh_entsize;
sh_entsize        221 tools/objtool/elf.c 	symbols_nr = symtab->sh.sh_size / symtab->sh.sh_entsize;
sh_entsize        370 tools/objtool/elf.c 		for (i = 0; i < sec->sh.sh_size / sec->sh.sh_entsize; i++) {
sh_entsize        523 tools/objtool/elf.c 	sec->sh.sh_entsize = entsize;
sh_entsize        199 tools/perf/util/genelf.c 	shdr->sh_entsize = 0;
sh_entsize        233 tools/perf/util/genelf.c 	shdr->sh_entsize = 0;
sh_entsize        321 tools/perf/util/genelf.c 	shdr->sh_entsize = 0;
sh_entsize        366 tools/perf/util/genelf.c 	shdr->sh_entsize = 0;
sh_entsize        402 tools/perf/util/genelf.c 	shdr->sh_entsize = sizeof(Elf_Sym);
sh_entsize        445 tools/perf/util/genelf.c 	shdr->sh_entsize = 0;
sh_entsize        489 tools/perf/util/genelf.c 	shdr->sh_entsize = 0;
sh_entsize        531 tools/perf/util/genelf_debug.c 	shdr->sh_entsize = 0;
sh_entsize        565 tools/perf/util/genelf_debug.c 	shdr->sh_entsize = 0;
sh_entsize        599 tools/perf/util/genelf_debug.c 	shdr->sh_entsize = 0;
sh_entsize        350 tools/perf/util/symbol-elf.c 	nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize;
sh_entsize        374 tools/perf/util/symbol-elf.c 			plt_header_size = shdr_plt.sh_entsize;
sh_entsize        375 tools/perf/util/symbol-elf.c 			plt_entry_size = shdr_plt.sh_entsize;
sh_entsize       1029 tools/perf/util/symbol-elf.c 	nr_syms = shdr.sh_size / shdr.sh_entsize;