/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_ehdr.c | 79 d->e_shentsize = eh32->e_shentsize; in gelf_getehdr() 162 eh32->e_shentsize = s->e_shentsize; in gelf_update_ehdr()
|
H A D | elf_types.m4 | 113 `e_shentsize, HALF', 130 `e_shentsize, HALF',
|
H A D | elf_scn.c | 76 fsz != (EH)->e_shentsize || \ in _libelf_load_section_headers()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 104 Elf32_Half e_shentsize; member 121 Elf64_Half e_shentsize; member
|
H A D | elfclass.h | 70 CAST(size_t, elf_getu16(swap, elfhdr.e_shentsize)),
|
/freebsd/sys/kern/ |
H A D | kern_ctf.c | 125 nbytes = hdr->e_shnum * hdr->e_shentsize; in link_elf_ctf_get() 127 hdr->e_shentsize != sizeof(Elf_Shdr)) { in link_elf_ctf_get()
|
H A D | kern_dump.c | 319 ehdr.e_shentsize = sizeof(Elf_Shdr); in dumpsys_generic()
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 142 if (hdr->e_shnum * hdr->e_shentsize == 0 || hdr->e_shoff == 0 || in __elfN() 143 hdr->e_shentsize != sizeof(Elf_Shdr)) { in __elfN() 237 shdrbytes = hdr->e_shnum * hdr->e_shentsize; in __elfN()
|
H A D | load_elf.c | 149 CONVERT_FIELD(b, e_shentsize, e); \ in elf_header_convert() 706 chunk = (size_t)ehdr->e_shnum * (size_t)ehdr->e_shentsize; 1013 size = (size_t)ef.ehdr->e_shnum * (size_t)ef.ehdr->e_shentsize;
|
/freebsd/sys/sys/ |
H A D | elf32.h | 67 Elf32_Half e_shentsize; /* Size of section header entry. */ member
|
H A D | elf64.h | 76 Elf64_Half e_shentsize; /* Size of section header entry. */ member
|
/freebsd/sys/compat/linux/ |
H A D | linux_vdso.c | 116 MPASS(ehdr->e_shentsize == sizeof(Elf_Shdr)); in __elfN()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.h | 68 elf_half e_shentsize; ///< Size of a section header table entry. member
|
H A D | ELFHeader.cpp | 100 lldb_private::DataExtractor sh_data(data, e_shoff, e_shentsize); in ParseHeaderExtension()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 155 dst->e_shentsize = src->e_shentsize; in ehdr_to_gelf()
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 146 shdr_size = ehdr.e_shentsize * ehdr.e_shnum; in __elf_fdnlist()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 74 Elf32_Half e_shentsize; // Size of an entry in the section header table member 100 Elf64_Half e_shentsize; member
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 248 shdrsize = shnum * xe16toh(ehdr.e_shentsize); in ELFNAMEEND()
|
/freebsd/sys/dev/ksyms/ |
H A D | ksyms.c | 298 hdr->kh_ehdr.e_shentsize = sizeof(Elf_Shdr); in ksyms_snapshot()
|
/freebsd/lib/libkldelf/ |
H A D | ef_obj.c | 282 hdr->e_shentsize != elf_object_size(efile, ELF_T_SHDR)) in ef_obj_open()
|
H A D | ef.c | 576 hdr->e_shentsize != elf_object_size(efile, ELF_T_SHDR)) in ef_open()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 104 offsetof(Elf32_Ehdr, e_shentsize), offsetof(Elf32_Ehdr, e_shnum), 145 offsetof(Elf64_Ehdr, e_shentsize), offsetof(Elf64_Ehdr, e_shnum),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 932 if (getHeader().e_shentsize != sizeof(Elf_Shdr)) in sections() 934 Twine(getHeader().e_shentsize)); in sections()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 530 elf_file.ehdr.e_shentsize = sizeof (Elf32_Shdr); in dump_elf32() 687 elf_file.ehdr.e_shentsize = sizeof (Elf64_Shdr); in dump_elf64()
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 503 ehdr->e_shentsize = sizeof(Elf_Shdr); in elf_puthdr()
|