/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gfind_unwind_table.c | 65 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 D | elfio_header.hpp | 96 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 D | newfile.c | 47 ehdr->e_shentsize, in print_ehdr() 126 ZERO_TEST (e_shentsize); in main() 158 ZERO_TEST (e_shentsize); in main()
|
H A D | update2.c | 78 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 D | update1.c | 77 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 D | update3.c | 87 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 D | update4.c | 91 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 D | asm-tst2.c | 48 .e_shentsize = sizeof (Elf32_Shdr),
|
H A D | asm-tst1.c | 48 .e_shentsize = sizeof (Elf32_Shdr),
|
H A D | elfshphehdr.c | 144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
|
H A D | asm-tst9.c | 56 .e_shentsize = sizeof (Elf32_Shdr),
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 44 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 D | gelf_getehdr.c | 84 COPY (e_shentsize); in __gelf_getehdr_rdlock()
|
H A D | gelf_update_ehdr.c | 91 COPY (e_shentsize); in gelf_update_ehdr()
|
H A D | elf32_updatefile.c | 226 char *const shdr_end = shdr_start + shnum * ehdr->e_shentsize; in __elfw2() 480 + ehdr->e_shentsize * shnum); in __elfw2()
|
H A D | elf32_updatenull.c | 428 update_if_changed (ehdr->e_shentsize, in __elfw2()
|
/third_party/elfutils/libdwfl/ |
H A D | elf-from-memory.c | 147 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 D | elf_types_c_wrapper.hpp | 726 Elf_Half e_shentsize; member 744 Elf_Half e_shentsize; member
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 199 || ehdr1->e_shentsize != ehdr2->e_shentsize)) in main()
|
H A D | strip.c | 2540 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 D | elflint.c | 511 /* 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 D | ELF.h | 515 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 D | ELF.h | 75 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 D | ELF.h | 72 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 D | ac_rgp_elf_object_pack.c | 403 elf_hdr.e_shentsize = sizeof(Elf64_Shdr); in ac_rgp_file_write_elf_object()
|