Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libunwind/libunwind/src/ia64/
H A DGfind_unwind_table.c65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()
67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size) in find_gp()
70 soff + ehdr->e_shnum * ehdr->e_shentsize, in find_gp()
86 shdr = (Elf64_Shdr *) (((char *) shdr) + ehdr->e_shentsize); in find_gp()
/third_party/elfio/elfio/
H A Delfio_header.hpp96 header.e_shentsize = in elf_header_impl()
99 header.e_shentsize = ( *convertor )( header.e_shentsize ); in elf_header_impl()
127 ELFIO_GET_ACCESS( Elf_Half, section_entry_size, header.e_shentsize );
/third_party/elfutils/tests/
H A Dnewfile.c47 ehdr->e_shentsize, in print_ehdr()
126 ZERO_TEST (e_shentsize); in main()
158 ZERO_TEST (e_shentsize); in main()
H A Dupdate2.c78 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
138 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
H A Dupdate1.c77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
115 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
H A Dupdate3.c87 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
193 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
H A Dupdate4.c91 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
345 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
H A Dasm-tst2.c48 .e_shentsize = sizeof (Elf32_Shdr),
H A Dasm-tst1.c48 .e_shentsize = sizeof (Elf32_Shdr),
H A Delfshphehdr.c144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
H A Dasm-tst9.c56 .e_shentsize = sizeof (Elf32_Shdr),
/third_party/libunwind/libunwind/src/
H A Delfxx.c44 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size) in Elf_W()
47 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W()
65 str_soff = soff + (section * ehdr->e_shentsize); in string_table()
66 if (str_soff + ehdr->e_shentsize > ei->size) in string_table()
69 (unsigned long) (str_soff + ehdr->e_shentsize), in string_table()
155 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in lookup_symbol()
376 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in Elf_W()
/third_party/elfutils/libelf/
H A Dgelf_getehdr.c84 COPY (e_shentsize); in __gelf_getehdr_rdlock()
H A Dgelf_update_ehdr.c91 COPY (e_shentsize); in gelf_update_ehdr()
H A Delf32_updatefile.c226 char *const shdr_end = shdr_start + shnum * ehdr->e_shentsize; in __elfw2()
480 + ehdr->e_shentsize * shnum); in __elfw2()
H A Delf32_updatenull.c428 update_if_changed (ehdr->e_shentsize, in __elfw2()
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c147 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()
160 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp726 Elf_Half e_shentsize; member
744 Elf_Half e_shentsize; member
/third_party/elfutils/src/
H A Delfcmp.c199 || ehdr1->e_shentsize != ehdr2->e_shentsize)) in main()
H A Dstrip.c2540 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()
2589 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half) in handle_elf()
2598 offsetof (Elf32_Ehdr, e_shentsize)) in handle_elf()
2609 assert (offsetof (Elf64_Ehdr, e_shentsize) + sizeof (Elf64_Half) in handle_elf()
2618 offsetof (Elf64_Ehdr, e_shentsize)) in handle_elf()
H A Delflint.c511 /* Check e_ehsize, e_phentsize, and e_shentsize fields. */ in check_elf_header()
523 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf32_Shdr)) in check_elf_header()
525 ehdr->e_shentsize); in check_elf_header()
526 else if (ehdr->e_shoff + shnum * ehdr->e_shentsize > size) in check_elf_header()
540 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr)) in check_elf_header()
542 ehdr->e_shentsize); in check_elf_header()
543 else if (ehdr->e_shoff + shnum * ehdr->e_shentsize > size) in check_elf_header()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h515 if (getHeader()->e_shentsize != sizeof(Elf_Shdr)) in sections()
516 return createError("invalid e_shentsize in ELF header: " + in sections()
517 Twine(getHeader()->e_shentsize)); in sections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h75 Elf32_Half e_shentsize; // Size of an entry in the section header table member
99 Elf64_Half e_shentsize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h72 Elf32_Half e_shentsize; // Size of an entry in the section header table member
98 Elf64_Half e_shentsize; member
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c403 elf_hdr.e_shentsize = sizeof(Elf64_Shdr); in ac_rgp_file_write_elf_object()

Completed in 29 milliseconds

12