| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | gelf_ehdr.c | 77 d->e_phentsize = eh32->e_phentsize; in gelf_getehdr() 160 eh32->e_phentsize = s->e_phentsize; in gelf_update_ehdr()
|
| HD | elf_types.m4 | 111 `e_phentsize, HALF', 128 `e_phentsize, HALF',
|
| /NextBSD/contrib/file/src/ |
| HD | elfclass.h | 45 (size_t)elf_getu16(swap, elfhdr.e_phentsize), 60 (size_t)elf_getu16(swap, elfhdr.e_phentsize),
|
| HD | readelf.h | 66 Elf32_Half e_phentsize; member 83 Elf64_Half e_phentsize; member
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | external.h | 50 unsigned char e_phentsize[2]; /* Program header table entry size */ member 67 unsigned char e_phentsize[2]; /* Program header table entry size */ member
|
| HD | internal.h | 54 unsigned int e_phentsize; /* Program header table entry size */ member
|
| /NextBSD/lib/libkvm/ |
| HD | kvm_powerpc.c | 122 mapsz = be16toh(vm->eh->e_phentsize) * be16toh(vm->eh->e_phnum) + in powerpc_maphdrs() 159 ph = (void *)((uintptr_t)ph + be16toh(vm->eh->e_phentsize)); in powerpc_va2off()
|
| HD | kvm_powerpc64.c | 122 mapsz = be16toh(vm->eh->e_phentsize) * be16toh(vm->eh->e_phnum) + in powerpc_maphdrs() 160 ph = (void *)((uintptr_t)ph + be16toh(vm->eh->e_phentsize)); in powerpc64_va2off()
|
| /NextBSD/usr.bin/ldd/ |
| HD | ldd.c | 331 if (read(fd, &phdr, hdr.elf32.e_phentsize) != in is_executable() 373 if (read(fd, &phdr, hdr.elf.e_phentsize) in is_executable()
|
| /NextBSD/usr.sbin/kgzip/ |
| HD | kgzcmp.c | 185 e->e_phoff + i * e->e_phentsize) != e->e_phentsize) in ld_elf()
|
| /NextBSD/sys/kern/ |
| HD | kern_dump.c | 315 ehdr.e_phentsize = sizeof(Elf_Phdr); in dumpsys_generic() 324 hdrsz = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in dumpsys_generic()
|
| HD | imgact_elf.c | 353 hdr->e_phentsize != sizeof(Elf_Phdr) || in __elfN() 686 (u_int)hdr->e_phentsize * hdr->e_phnum > PAGE_SIZE - hdr->e_phoff) { in __elfN() 767 (u_int)hdr->e_phentsize * hdr->e_phnum > PAGE_SIZE - hdr->e_phoff) { in __CONCAT() 906 hdr->e_phoff + hdr->e_phnum * hdr->e_phentsize in __CONCAT() 1032 elf_auxargs->phent = hdr->e_phentsize; in __CONCAT() 1634 ehdr->e_phentsize = sizeof(Elf_Phdr); in __elfN()
|
| /NextBSD/sys/sys/ |
| HD | elf32.h | 65 Elf32_Half e_phentsize; /* Size of program header entry. */ member
|
| HD | elf64.h | 74 Elf64_Half e_phentsize; /* Size of program header entry. */ member
|
| /NextBSD/usr.bin/elf2aout/ |
| HD | elf2aout.c | 122 phentsize = xe16toh(e->e_phentsize); in main()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libctf/common/ |
| HD | ctf_lib.c | 152 dst->e_phentsize = src->e_phentsize; in ehdr_to_gelf()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ELFHeader.h | 70 elf_half e_phentsize; ///< Size of a program header table entry. member
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elfcore.h | 181 if (i_ehdrp->e_phentsize != sizeof (Elf_External_Phdr)) in elf_core_file_p()
|
| HD | elfcode.h | 246 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize); in elf_swap_ehdr_in() 276 H_PUT_16 (abfd, src->e_phentsize, dst->e_phentsize); in elf_swap_ehdr_out() 1550 fprintf (stderr, "e_phentsize = %ld\n", (long) ehdrp->e_phentsize); in elf_debug_file() 1638 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()
|
| /NextBSD/sys/boot/sparc64/boot1/ |
| HD | boot1.c | 429 fs_off = eh.e_phoff + i * eh.e_phentsize; in loadzfs() 477 fs_off = eh.e_phoff + i * eh.e_phentsize; in load()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 73 Elf32_Half e_phentsize; // Size of an entry in the program header table member 97 Elf64_Half e_phentsize; member
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_linux.cc | 758 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() 764 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion() 773 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ELF.h | 355 return Elf_Phdr_Iter(Header->e_phentsize, in program_header_begin() 360 return Elf_Phdr_Iter(Header->e_phentsize, in program_header_end() 363 (Header->e_phnum * Header->e_phentsize)); in program_header_end()
|
| /NextBSD/libexec/rtld-elf/ |
| HD | map_object.c | 367 if (hdr->e_phentsize != sizeof(Elf_Phdr)) { in get_elf_header()
|
| /NextBSD/usr.bin/elfdump/ |
| HD | elfdump.c | 102 offsetof(Elf32_Ehdr, e_phentsize), offsetof(Elf32_Ehdr, e_phnum), 143 offsetof(Elf64_Ehdr, e_phentsize), offsetof(Elf64_Ehdr, e_phnum),
|