Searched refs:sh_entsize (Results 26 - 50 of 51) sorted by relevance

123

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c363 si->si_nument = si->si_shdr.sh_size / si->si_shdr.sh_entsize;
H A Ddwarf.c1898 nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c240 elf_section_data (s)->this_hdr.sh_entsize = bed->s->sizeof_hash_entry;
254 elf_section_data (s)->this_hdr.sh_entsize = 0;
256 elf_section_data (s)->this_hdr.sh_entsize = 4;
2092 nsyms = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
2097 if (shdr->sh_entsize == bed->s->sizeof_rel)
2099 else if (shdr->sh_entsize == bed->s->sizeof_rela)
2129 erela += shdr->sh_entsize;
2246 rel_hdr->sh_size = rel_hdr->sh_entsize * reloc_count;
2297 if (elf_section_data (output_section)->rel_hdr.sh_entsize
2298 == input_rel_hdr->sh_entsize)
[all...]
H A Delfxx-mips.c608 == (elf_section_data (sec)->rel_hdr.sh_entsize \
5420 if (hdr->sh_addralign != 0 && hdr->sh_entsize == 0)
5628 hdr->sh_entsize = sizeof (Elf32_External_gptab);
5639 hdr->sh_entsize = 0;
5641 hdr->sh_entsize = 1;
5651 hdr->sh_entsize = sizeof (Elf32_External_RegInfo);
5653 hdr->sh_entsize = 1;
5656 hdr->sh_entsize = sizeof (Elf32_External_RegInfo);
5664 hdr->sh_entsize = 0;
5691 hdr->sh_entsize
[all...]
H A Delf-bfd.h33 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_size / (shdr)->sh_entsize)
H A Delf32-i386.c3718 ->this_hdr.sh_entsize = 4;
3762 elf_section_data (htab->sgotplt->output_section)->this_hdr.sh_entsize = 4;
3766 elf_section_data (htab->sgot->output_section)->this_hdr.sh_entsize = 4;
H A Delf32-spu.c445 symcount = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
2136 symcount = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
2859 rel_hdr->sh_size = input_section->reloc_count * rel_hdr->sh_entsize;
H A Delf64-alpha.c1181 hdr->sh_entsize = 0;
1183 hdr->sh_entsize = 1;
4924 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 0;
H A Delf64-x86-64.c3349 elf_section_data (htab->splt->output_section)->this_hdr.sh_entsize =
3406 elf_section_data (htab->sgotplt->output_section)->this_hdr.sh_entsize =
3411 elf_section_data (htab->sgot->output_section)->this_hdr.sh_entsize
H A Delf64-ppc.c6679 = sec->reloc_count * elf_section_data (sec)->rel_hdr.sh_entsize;
7465 sz = elf_section_data (toc)->rel_hdr.sh_entsize;
8295 elfsec_data->rel_hdr.sh_entsize = 24;
8393 elfsec_data->rel_hdr.sh_entsize = 24;
11452 elf_section_data (htab->got->output_section)->this_hdr.sh_entsize = 8;
11458 elf_section_data (htab->plt->output_section)->this_hdr.sh_entsize
H A Delf32-s390.c3453 ->this_hdr.sh_entsize = 4;
3474 ->this_hdr.sh_entsize = 4;
H A Delf64-s390.c3360 ->this_hdr.sh_entsize = PLT_ENTRY_SIZE;
3379 ->this_hdr.sh_entsize = 8;
H A Delfxx-sparc.c4032 elf_section_data (splt->output_section)->this_hdr.sh_entsize
4049 elf_section_data (htab->sgot->output_section)->this_hdr.sh_entsize =
H A Delf32-arm.c9286 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 4;
9331 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
H A Delf32-score.c3412 elf_section_data (sgot->output_section)->this_hdr.sh_entsize
/freebsd-10-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c394 nsyms = xewtoh(symtabshdr->sh_size) / xewtoh(symtabshdr->sh_entsize);
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c175 #define ELF_ERR_SYMTAB_SIZE UWX_ERR_NOSYM /* Invalid sh_entsize for symtab */
512 sect->entsize = header.hdr32.sh_entsize;
525 sect->entsize = header.hdr64.sh_entsize;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h1189 Elf32_Word sh_entsize; // Size of records contained within the section member in struct:llvm::ELF::Elf32_Shdr
1203 Elf64_Xword sh_entsize; member in struct:llvm::ELF::Elf64_Shdr
/freebsd-10-stable/usr.bin/elfdump/
H A Delfdump.c118 offsetof(Elf32_Shdr, sh_addralign), offsetof(Elf32_Shdr, sh_entsize),
159 offsetof(Elf64_Shdr, sh_addralign), offsetof(Elf64_Shdr, sh_entsize),
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c906 cd.cd_nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp499 W.printNumber("EntrySize", Section->sh_entsize);
/freebsd-10-stable/usr.bin/ar/
H A Dwrite.c793 len = data->d_size / shdr.sh_entsize;
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h560 RelData.d.b = S->sh_size / S->sh_entsize;
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c564 sh.sh_entsize == ctsp->cts_entsize &&
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c523 nshsyms = sh->sh_size / sh->sh_entsize;

Completed in 607 milliseconds

123