Home
last modified time | relevance | path

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

12

/dragonfly/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.c63 fsz != (EH)->e_shentsize || \ in _libelf_load_section_headers()
/dragonfly/contrib/gdb-7/include/elf/
H A Dexternal.h65 unsigned char e_shentsize[2]; /* Section header table entry size */ member
82 unsigned char e_shentsize[2]; /* Section header table entry size */ member
H A Dinternal.h80 unsigned int e_shentsize; /* Section header table entry size */ member
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dexternal.h64 unsigned char e_shentsize[2]; /* Section header table entry size */ member
81 unsigned char e_shentsize[2]; /* Section header table entry size */ member
H A Dinternal.h79 unsigned int e_shentsize; /* Section header table entry size */ member
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dexternal.h64 unsigned char e_shentsize[2]; /* Section header table entry size */ member
81 unsigned char e_shentsize[2]; /* Section header table entry size */ member
H A Dinternal.h79 unsigned int e_shentsize; /* Section header table entry size */ member
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c254 elf_header.e_shentsize = BYTE_GET (ehdr32.e_shentsize); in get_file_header()
287 elf_header.e_shentsize = BYTE_GET (ehdr64.e_shentsize); in get_file_header()
/dragonfly/contrib/gdb-7/bfd/
H A Delfcode.h255 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize); in elf_swap_ehdr_in()
288 H_PUT_16 (abfd, src->e_shentsize, dst->e_shentsize); in elf_swap_ehdr_out()
566 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0) in elf_object_p()
1586 fprintf (stderr, "e_shentsize = %ld\n", (long) ehdrp->e_shentsize); in elf_debug_file()
1736 + i_ehdr.e_shnum * i_ehdr.e_shentsize)) in NAME()
1740 + i_ehdr.e_shnum * i_ehdr.e_shentsize)) in NAME()
1741 contents_size = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize; in NAME()
1780 + i_ehdr.e_shnum * i_ehdr.e_shentsize)) in NAME()
/dragonfly/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)),
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c462 elf_header.e_shentsize = BYTE_GET (ehdr32.e_shentsize); in get_file_header()
495 elf_header.e_shentsize = BYTE_GET (ehdr64.e_shentsize); in get_file_header()
/dragonfly/stand/boot/common/
H A Dload_elf_obj.c125 if (hdr->e_shnum * hdr->e_shentsize == 0 || hdr->e_shoff == 0 || in __elfN()
126 hdr->e_shentsize != sizeof(Elf_Shdr)) { in __elfN()
206 shdrbytes = hdr->e_shnum * hdr->e_shentsize; in __elfN()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcode.h254 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize); in elf_swap_ehdr_in()
287 H_PUT_16 (abfd, src->e_shentsize, dst->e_shentsize); in elf_swap_ehdr_out()
572 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0) in elf_object_p()
1616 fprintf (stderr, "e_shentsize = %ld\n", (long) ehdrp->e_shentsize); in elf_debug_file()
1774 if (i_ehdr.e_shoff != 0 && i_ehdr.e_shnum != 0 && i_ehdr.e_shentsize != 0) in NAME()
1776 shdr_end = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize; in NAME()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcode.h254 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize); in elf_swap_ehdr_in()
287 H_PUT_16 (abfd, src->e_shentsize, dst->e_shentsize); in elf_swap_ehdr_out()
565 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0) in elf_object_p()
1590 fprintf (stderr, "e_shentsize = %ld\n", (long) ehdrp->e_shentsize); in elf_debug_file()
1746 if (i_ehdr.e_shoff != 0 && i_ehdr.e_shnum != 0 && i_ehdr.e_shentsize != 0) in NAME()
1748 shdr_end = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize; in NAME()
/dragonfly/sys/sys/
H A Delf32.h67 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h82 Elf64_Half e_shentsize; /* Size of section header entry. */ member
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c61 unsigned char e_shentsize[2]; /* Section header table entry size */ member
80 unsigned char e_shentsize[2]; /* Section header table entry size */ member
743 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shentsize, Elf_Half, in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c61 unsigned char e_shentsize[2]; /* Section header table entry size */ member
80 unsigned char e_shentsize[2]; /* Section header table entry size */ member
742 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shentsize, Elf_Half, in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c61 unsigned char e_shentsize[2]; /* Section header table entry size */ member
80 unsigned char e_shentsize[2]; /* Section header table entry size */ member
742 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shentsize, Elf_Half, in simple_object_elf_write_ehdr()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_internal.h60 Elf_Half e_shentsize; member
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_internal.h60 Elf_Half e_shentsize; member
/dragonfly/lib/libc/gen/
H A Dnlist.c252 shdr_size = ehdr.e_shentsize * ehdr.e_shnum; in __elf_fdnlist()

12