Home
last modified time | relevance | path

Searched refs:e_ehsize (Results 1 - 25 of 38) sorted by relevance

12

/third_party/elfio/elfio/
H A Delfio_header.hpp91 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/
H A Dnewfile.c44 ehdr->e_ehsize, in print_ehdr()
123 ZERO_TEST (e_ehsize); in main()
155 ZERO_TEST (e_ehsize); in main()
H A Dupdate2.c77 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()
H A Dupdate1.c76 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()
H A Dupdate3.c86 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()
H A Dupdate4.c90 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()
H A Dasm-tst2.c47 .e_ehsize = sizeof (Elf32_Ehdr),
H A Dasm-tst1.c47 .e_ehsize = sizeof (Elf32_Ehdr),
H A Delfshphehdr.c118 ehdr.e_phoff = ehdr.e_ehsize; in test()
H A Dasm-tst9.c55 .e_ehsize = sizeof (Elf32_Ehdr),
H A Dalldts.c105 ehdr->e_ehsize = 1; in main()
/third_party/elfutils/libelf/
H A Delf32_updatefile.c177 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()
H A Dgelf_getehdr.c81 COPY (e_ehsize); in __gelf_getehdr_rdlock()
H A Dgelf_update_ehdr.c88 COPY (e_ehsize); in gelf_update_ehdr()
H A Delf32_updatenull.c109 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()
H A Delf_begin.c369 CONVERT (elf->state.elf32.ehdr_mem.e_ehsize); in file_read_elf()
473 CONVERT (elf->state.elf64.ehdr_mem.e_ehsize); in file_read_elf()
H A Dabstract.h42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp723 Elf_Half e_ehsize; member
741 Elf_Half e_ehsize; member
/third_party/elfutils/src/
H A Delfcmp.c196 || ehdr1->e_ehsize != ehdr2->e_ehsize in main()
573 ehdr_region.to = ehdr1->e_ehsize; in main()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c108 ? 0 /* todo: (elf_header64.e_ehsize != NN || elf_header64.e_phentsize != NN) */ in _UCD_create()
109 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create()
112 Debug(0, "'%s' has wrong e_ehsize or e_phentsize\n", filename); in _UCD_create()
/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc243 (ehdr->e_ehsize != sizeof(Elf32_Ehdr))) { in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs333 || hdr.e_ehsize as usize != size_of::<Elf_Ehdr>() in check_elf_base()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h72 Elf32_Half e_ehsize; // Size of ELF header, in bytes member
96 Elf64_Half e_ehsize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h69 Elf32_Half e_ehsize; // Size of ELF header, in bytes member
95 Elf64_Half e_ehsize; member
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c404 elf_hdr.e_ehsize = sizeof(Elf64_Ehdr); in ac_rgp_file_write_elf_object()

Completed in 21 milliseconds

12