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

12

/freebsd-current/lib/libproc/
H A Dproc_sym.c175 nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-current/usr.bin/elfdump/
H A Delfdump.c119 offsetof(Elf32_Shdr, sh_addralign), offsetof(Elf32_Shdr, sh_entsize),
160 offsetof(Elf64_Shdr, sh_addralign), offsetof(Elf64_Shdr, sh_entsize),
/freebsd-current/contrib/elftoolchain/ar/
H A Dwrite.c874 len = data->d_size / shdr.sh_entsize;
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dascii.c772 sc = d->d_size / sh->sh_entsize;
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c995 cd.cd_nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-current/usr.bin/ar/
H A Dwrite.c800 len = data->d_size / shdr.sh_entsize;
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp64 shdr->sh_entsize = entsize;
166 // If this section contains a table of fixed-size entries, sh_entsize
168 // set sh_entsize to 0.
H A DInputFiles.cpp694 // with different sh_entsize. One option would be to just copy every SHF_MERGE
698 // SHF_MERGE sections based both on their name and sh_entsize, but that seems
711 // Check for sh_entsize. The ELF spec is not clear about the zero
712 // sh_entsize. It says that "the member [sh_entsize] contains 0 if
715 // sh_entsize. Here we just accept it rather than being picky about it.
716 uint64_t entSize = sec.sh_entsize;
721 Twine(sec.sh_size) + ") must be a multiple of sh_entsize (" +
H A DInputSection.cpp94 hdr.sh_entsize, hdr.sh_link, hdr.sh_info,
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h2764 Elf32_Word sh_entsize; /* size for fixed-size entries */ member in struct:__anon57
2778 Elf64_Xword sh_entsize; /* size for fixed-size entries */ member in struct:__anon58
/freebsd-current/stand/common/
H A Dload_elf.c193 CONVERT_FIELD(b, sh_entsize, e)
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp80 Shdr.sh_entsize = Sec.EntrySize;
1784 Sec->EntrySize = Shdr.sh_entsize;
2068 Shdr.sh_entsize = 0;
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c581 sh.sh_entsize == ctsp->cts_entsize &&
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1886 nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1016 RelData.d.b += S->sh_size / S->sh_entsize;
/freebsd-current/contrib/elftoolchain/elfdump/
H A Delfdump.c1159 s->entsize = sh.sh_entsize;
1416 PRT(" sh_entsize: %#jx\n", (uintmax_t)s->entsize);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1879 // Ignore sh_entsize and use the expected value for entry size explicitly.
1880 // This allows us to dump dynamic sections with a broken sh_entsize
1965 createDRI(Sec.sh_offset, Sec.sh_size, Sec.sh_entsize);
2194 reportUniqueWarning("SHT_DYNSYM section has sh_entsize == 0");
4063 Fields[6].Str = to_string(format_hex_no_prefix(Sec.sh_entsize, 2));
4491 {to_string(format_hex_no_prefix(S.sh_entsize, 2)), Is64 ? 54 : 46},
7116 W.printNumber("EntrySize", Sec.sh_entsize);
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c7281 s->entsize = sh.sh_entsize;

Completed in 690 milliseconds

12