/third_party/elfio/elfio/ |
D | elfio_header.hpp | 91 header.e_ehsize = ( sizeof( header ) ); in elf_header_impl() 92 header.e_ehsize = ( *convertor )( header.e_ehsize ); in elf_header_impl() 126 ELFIO_GET_ACCESS( Elf_Half, header_size, header.e_ehsize );
|
/third_party/elfutils/tests/ |
D | update1.c | 76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 87 ehdr->e_ehsize = 1; in main() 114 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | newfile.c | 44 ehdr->e_ehsize, in print_ehdr() 123 ZERO_TEST (e_ehsize); in main() 155 ZERO_TEST (e_ehsize); in main()
|
D | update2.c | 77 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 88 ehdr->e_ehsize = 1; in main() 137 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | update3.c | 86 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 97 ehdr->e_ehsize = 1; in main() 192 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | update4.c | 90 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 101 ehdr->e_ehsize = 1; in main() 344 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | asm-tst1.c | 47 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | asm-tst2.c | 47 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | elfshphehdr.c | 118 ehdr.e_phoff = ehdr.e_ehsize; in test()
|
D | asm-tst9.c | 55 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | alldts.c | 105 ehdr->e_ehsize = 1; in main()
|
/third_party/elfutils/libelf/ |
D | elf32_updatefile.c | 177 if (ehdr->e_phoff > ehdr->e_ehsize) in __elfw2() 178 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize, in __elfw2() 179 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize); in __elfw2() 600 if (ehdr->e_phoff > ehdr->e_ehsize in __elfw2() 601 && unlikely (fill (elf->fildes, ehdr->e_ehsize, in __elfw2() 602 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2()
|
D | gelf_update_ehdr.c | 88 COPY (e_ehsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 81 COPY (e_ehsize); in __gelf_getehdr_rdlock()
|
D | elf32_updatenull.c | 109 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1))) in ELFW() 111 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in ELFW()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
D | freebsd-elf64.h | 77 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
D | freebsd-elf64.h | 77 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 99 pub(super) e_ehsize: u16, field
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 723 Elf_Half e_ehsize; member 741 Elf_Half e_ehsize; member
|
/third_party/elfutils/src/ |
D | elfcmp.c | 196 || ehdr1->e_ehsize != ehdr2->e_ehsize in main() 573 ehdr_region.to = ehdr1->e_ehsize; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 72 Elf32_Half e_ehsize; // Size of ELF header, in bytes member 96 Elf64_Half e_ehsize; member
|
/third_party/libunwind/src/coredump/ |
D | _UCD_create.c | 109 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 69 Elf32_Half e_ehsize; // Size of ELF header, in bytes member 95 Elf64_Half e_ehsize; member
|