/third_party/elfutils/tests/ |
D | newfile.c | 48 ehdr->e_shnum, in print_ehdr() 127 ZERO_TEST (e_shnum); in main() 159 ZERO_TEST (e_shnum); in main()
|
D | elfshphehdr.c | 70 check ("e_shnum == 0", ehdr.e_shnum == 0); in test() 97 check ("e_shnum == 0", ehdr.e_shnum == 0); in test() 137 check ("e_shnum == 2", ehdr.e_shnum == 2); in test()
|
D | update1.c | 78 ehdr->e_shnum, ehdr->e_shstrndx); in main() 116 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update2.c | 79 ehdr->e_shnum, ehdr->e_shstrndx); in main() 139 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update3.c | 88 ehdr->e_shnum, ehdr->e_shstrndx); in main() 194 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update4.c | 92 ehdr->e_shnum, ehdr->e_shstrndx); in main() 346 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | asm-tst1.c | 49 .e_shnum = 4,
|
D | asm-tst2.c | 49 .e_shnum = 3,
|
D | asm-tst9.c | 57 .e_shnum = 3,
|
D | alldts.c | 106 ehdr->e_shnum = 3; in main()
|
/third_party/libunwind/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 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() 78 for (i = 0; i < ehdr->e_shnum; ++i) in find_gp()
|
/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() 324 ehdr.e32.e_shnum = 0; in elf_from_remote_memory() 330 ehdr.e64.e_shnum = 0; in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 406 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * sizeof (Elf32_Shdr); in dwfl_segment_report_module() 420 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * sizeof (Elf64_Shdr); in dwfl_segment_report_module()
|
/third_party/elfutils/libelf/ |
D | elf_begin.c | 114 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum() 122 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum() 130 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum; in get_shnum() 138 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum() 147 result = ehdr.e32->e_shnum; in get_shnum() 207 result = ehdr.e64->e_shnum; in get_shnum() 373 CONVERT (elf->state.elf32.ehdr_mem.e_shnum); in file_read_elf() 477 CONVERT (elf->state.elf64.ehdr_mem.e_shnum); in file_read_elf()
|
D | gelf_update_ehdr.c | 92 COPY (e_shnum); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 85 COPY (e_shnum); in __gelf_getehdr_rdlock()
|
D | elf32_updatenull.c | 102 update_if_changed (ehdr->e_shnum, 0, in ELFW() 106 update_if_changed (ehdr->e_shnum, shnum, in ELFW()
|
/third_party/libunwind/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() 108 for (i = 0; i < ehdr->e_shnum; ++i) in elf_w() 358 for (i = 0; i < ehdr->e_shnum; ++i) in Elf_W()
|
/third_party/vixl/examples/aarch32/ |
D | disasm-a32.cc | 105 nsections_ = ehdr->e_shnum; in SectionLocator() 138 if ((sym[snum].st_shndx > 0) && (sym[snum].st_shndx < ehdr->e_shnum) && in LocateSymbols()
|
/third_party/skia/buildtools/third_party/eu-strip/ |
D | fix-elf-size.patch | 46 e_shnum (or sh_size of the dummy, first section header)
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 727 Elf_Half e_shnum; member 745 Elf_Half e_shnum; member
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 140 ELFIO_GET_SET_ACCESS( Elf_Half, sections_num, header.e_shnum );
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 103 pub(super) e_shnum: u16, field
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 76 Elf32_Half e_shnum; // Number of entries in the section header table member 100 Elf64_Half e_shnum; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 73 Elf32_Half e_shnum; // Number of entries in the section header table member 99 Elf64_Half e_shnum; member
|