/third_party/libunwind/src/ia64/ |
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/libunwind/src/ |
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 elf_w() 66 if (str_soff + ehdr->e_shentsize > ei->size) in elf_w() 69 (unsigned long) (str_soff + ehdr->e_shentsize), in elf_w() 155 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in elf_w() 231 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in elf_w() 444 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in Elf_W() 603 return (ehdr->e_shoff + (ehdr->e_shentsize * ehdr->e_shnum)); in calc_elf_file_size()
|
/third_party/elfio/elfio/ |
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/ |
D | newfile.c | 47 ehdr->e_shentsize, in print_ehdr() 126 ZERO_TEST (e_shentsize); in main() 158 ZERO_TEST (e_shentsize); in main()
|
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()
|
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()
|
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()
|
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()
|
D | asm-tst1.c | 48 .e_shentsize = sizeof (Elf32_Shdr),
|
D | elfshphehdr.c | 144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
|
D | asm-tst2.c | 48 .e_shentsize = sizeof (Elf32_Shdr),
|
D | asm-tst9.c | 56 .e_shentsize = sizeof (Elf32_Shdr),
|
/third_party/elfutils/libelf/ |
D | gelf_update_ehdr.c | 91 COPY (e_shentsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 84 COPY (e_shentsize); in __gelf_getehdr_rdlock()
|
/third_party/elfutils/libdwfl/ |
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/libunwind/include/win/ |
D | freebsd-elf32.h | 67 Elf32_Half e_shentsize; /* Size of section header entry. */ member
|
D | freebsd-elf64.h | 80 Elf64_Half e_shentsize; /* Size of section header entry. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 67 Elf32_Half e_shentsize; /* Size of section header entry. */ member
|
D | freebsd-elf64.h | 80 Elf64_Half e_shentsize; /* Size of section header entry. */ member
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 726 Elf_Half e_shentsize; member 744 Elf_Half e_shentsize; member
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 102 pub(super) e_shentsize: u16, field
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
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/ |
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/elfutils/src/ |
D | elfcmp.c | 199 || ehdr1->e_shentsize != ehdr2->e_shentsize)) in main()
|
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()
|