Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c79 d->e_shentsize = eh32->e_shentsize; in gelf_getehdr()
162 eh32->e_shentsize = s->e_shentsize; in gelf_update_ehdr()
H A Delf_types.m4113 `e_shentsize, HALF',
130 `e_shentsize, HALF',
H A Delf_scn.c76 fsz != (EH)->e_shentsize || \ in _libelf_load_section_headers()
/freebsd/contrib/file/src/
H A Dreadelf.h104 Elf32_Half e_shentsize; member
121 Elf64_Half e_shentsize; member
H A Delfclass.h70 CAST(size_t, elf_getu16(swap, elfhdr.e_shentsize)),
/freebsd/sys/kern/
H A Dkern_ctf.c125 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 Dkern_dump.c319 ehdr.e_shentsize = sizeof(Elf_Shdr); in dumpsys_generic()
/freebsd/stand/common/
H A Dload_elf_obj.c142 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 Dload_elf.c149 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 Delf32.h67 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h76 Elf64_Half e_shentsize; /* Size of section header entry. */ member
/freebsd/sys/compat/linux/
H A Dlinux_vdso.c116 MPASS(ehdr->e_shentsize == sizeof(Elf_Shdr)); in __elfN()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h68 elf_half e_shentsize; ///< Size of a section header table entry. member
H A DELFHeader.cpp100 lldb_private::DataExtractor sh_data(data, e_shoff, e_shentsize); in ParseHeaderExtension()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c155 dst->e_shentsize = src->e_shentsize; in ehdr_to_gelf()
/freebsd/lib/libc/gen/
H A Dnlist.c146 shdr_size = ehdr.e_shentsize * ehdr.e_shnum; in __elf_fdnlist()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h74 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 Dexec_elf32.c248 shdrsize = shnum * xe16toh(ehdr.e_shentsize); in ELFNAMEEND()
/freebsd/sys/dev/ksyms/
H A Dksyms.c298 hdr->kh_ehdr.e_shentsize = sizeof(Elf_Shdr); in ksyms_snapshot()
/freebsd/lib/libkldelf/
H A Def_obj.c282 hdr->e_shentsize != elf_object_size(efile, ELF_T_SHDR)) in ef_obj_open()
H A Def.c576 hdr->e_shentsize != elf_object_size(efile, ELF_T_SHDR)) in ef_open()
/freebsd/usr.bin/elfdump/
H A Delfdump.c104 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 DELF.h932 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 Ddt_link.c530 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 Delfcore.c503 ehdr->e_shentsize = sizeof(Elf_Shdr); in elf_puthdr()

12