Home
last modified time | relevance | path

Searched refs:e_phentsize (Results 1 – 25 of 49) sorted by relevance

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c77 d->e_phentsize = eh32->e_phentsize; in gelf_getehdr()
160 eh32->e_phentsize = s->e_phentsize; in gelf_update_ehdr()
H A Delf_types.m4111 `e_phentsize, HALF',
128 `e_phentsize, HALF',
/dragonfly/contrib/file/src/
H A Delfclass.h45 CAST(size_t, elf_getu16(swap, elfhdr.e_phentsize)),
60 CAST(size_t, elf_getu16(swap, elfhdr.e_phentsize)),
H A Dreadelf.h102 Elf32_Half e_phentsize; member
119 Elf64_Half e_phentsize; member
/dragonfly/contrib/gdb-7/include/elf/
H A Dexternal.h63 unsigned char e_phentsize[2]; /* Program header table entry size */ member
80 unsigned char e_phentsize[2]; /* Program header table entry size */ member
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dexternal.h62 unsigned char e_phentsize[2]; /* Program header table entry size */ member
79 unsigned char e_phentsize[2]; /* Program header table entry size */ member
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dexternal.h62 unsigned char e_phentsize[2]; /* Program header table entry size */ member
79 unsigned char e_phentsize[2]; /* Program header table entry size */ member
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c252 elf_header.e_phentsize = BYTE_GET (ehdr32.e_phentsize); in get_file_header()
285 elf_header.e_phentsize = BYTE_GET (ehdr64.e_phentsize); in get_file_header()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c460 elf_header.e_phentsize = BYTE_GET (ehdr32.e_phentsize); in get_file_header()
493 elf_header.e_phentsize = BYTE_GET (ehdr64.e_phentsize); in get_file_header()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcore.h190 if (i_ehdrp->e_phentsize != sizeof (Elf_External_Phdr)) in elf_core_file_p()
383 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()
H A Delfcode.h252 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize); in elf_swap_ehdr_in()
282 H_PUT_16 (abfd, src->e_phentsize, dst->e_phentsize); in elf_swap_ehdr_out()
1613 fprintf (stderr, "e_phentsize = %ld\n", (long) ehdrp->e_phentsize); in elf_debug_file()
1706 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c299 ehdr.e_phentsize = sizeof(Elf_Phdr); in md_dumpsys()
307 hdrsz = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in md_dumpsys()
/dragonfly/usr.bin/ldd/
H A Dldd.c140 if (read(fd, &phdr, ehdr.e_phentsize) in main()
/dragonfly/sys/sys/
H A Delf32.h65 Elf32_Half e_phentsize; /* Size of program header entry. */ member
H A Delf64.h80 Elf64_Half e_phentsize; /* Size of program header entry. */ member
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c59 unsigned char e_phentsize[2]; /* Program header table entry size */ member
78 unsigned char e_phentsize[2]; /* Program header table entry size */ member
738 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_phentsize, Elf_Half, in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c59 unsigned char e_phentsize[2]; /* Program header table entry size */ member
78 unsigned char e_phentsize[2]; /* Program header table entry size */ member
737 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_phentsize, Elf_Half, in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c59 unsigned char e_phentsize[2]; /* Program header table entry size */ member
78 unsigned char e_phentsize[2]; /* Program header table entry size */ member
737 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_phentsize, Elf_Half, in simple_object_elf_write_ehdr()
/dragonfly/usr.sbin/resident/
H A Dresident.c197 if (read(fd, &phdr, ehdr.e_phentsize) in main()
/dragonfly/sys/kern/
H A Dimgact_elf.c220 hdr->e_phentsize != sizeof(Elf_Phdr) || in __elfN()
486 (hdr->e_phentsize * hdr->e_phnum) > PAGE_SIZE - hdr->e_phoff) { in __elfN()
638 (hdr->e_phoff + hdr->e_phentsize * hdr->e_phnum) > PAGE_SIZE) { in __CONCAT()
749 hdr->e_phoff + hdr->e_phnum * hdr->e_phentsize in __CONCAT()
858 elf_auxargs->phent = hdr->e_phentsize; in __CONCAT()
1362 ehdr->e_phentsize = sizeof(Elf_Phdr); in __elfN()
H A Dkern_checkpoint.c123 if (!(ehdr->e_phentsize == sizeof(Elf_Phdr))) { in elf_gethdr()
126 ehdr->e_phentsize, sizeof(Elf_Phdr))); in elf_gethdr()
145 PRINTF(("Program header size: %d\n", ehdr->e_phentsize)); in elf_gethdr()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcode.h252 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize); in elf_swap_ehdr_in()
282 H_PUT_16 (abfd, src->e_phentsize, dst->e_phentsize); in elf_swap_ehdr_out()
1587 fprintf (stderr, "e_phentsize = %ld\n", (long) ehdrp->e_phentsize); in elf_debug_file()
1679 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()
/dragonfly/contrib/gdb-7/bfd/
H A Delfcode.h253 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize); in elf_swap_ehdr_in()
283 H_PUT_16 (abfd, src->e_phentsize, dst->e_phentsize); in elf_swap_ehdr_out()
1583 fprintf (stderr, "e_phentsize = %ld\n", (long) ehdrp->e_phentsize); in elf_debug_file()
1672 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_internal.h58 Elf_Half e_phentsize; member
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_internal.h58 Elf_Half e_phentsize; member

12