/third_party/elfutils/tests/ |
D | newfile.c | 49 ehdr->e_shstrndx); in print_ehdr() 128 ZERO_TEST (e_shstrndx); in main() 160 ZERO_TEST (e_shstrndx); in main()
|
D | asm-tst1.c | 50 .e_shstrndx = 3 178 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main() 182 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
|
D | update3.c | 88 ehdr->e_shnum, ehdr->e_shstrndx); in main() 137 ehdr->e_shstrndx = elf_ndxscn (scn); in main() 194 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | asm-tst2.c | 50 .e_shstrndx = 2 194 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main() 198 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
|
D | asm-tst9.c | 58 .e_shstrndx = 2 228 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main() 232 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
|
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 | update4.c | 92 ehdr->e_shnum, ehdr->e_shstrndx); in main() 285 ehdr->e_shstrndx = elf_ndxscn (scn); in main() 346 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | dwflsyms.c | 94 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name); in elf_section_name() 194 const char *sname = elf_strptr (melf, ehdr.e_shstrndx, in list_syms()
|
D | asm-tst3.c | 194 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main() 198 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
|
D | addsections.c | 50 ehdr->e_shstrndx = ndx; in setshstrndx() 53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
|
D | elfcopy.c | 50 ehdr->e_shstrndx = ndx; in setshstrndx() 53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
|
D | scnnames.c | 70 strndx = ehdr.e_shstrndx; in main()
|
D | next_cfi.c | 126 size_t strndx = ehdr.e_shstrndx; in main()
|
D | sectiondump.c | 103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 93 header.e_shstrndx = ( *convertor )( (Elf_Half)1 ); in elf_header_impl() 138 ELFIO_GET_SET_ACCESS( Elf_Half, section_name_str_index, header.e_shstrndx );
|
/third_party/elfutils/libelf/ |
D | elf_getshdrstrndx.c | 80 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx() 81 : elf->state.elf64.ehdr->e_shstrndx); in elf_getshdrstrndx()
|
D | gelf_update_ehdr.c | 93 COPY (e_shstrndx); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 86 COPY (e_shstrndx); in __gelf_getehdr_rdlock()
|
/third_party/elfutils/libdwfl/ |
D | elf-from-memory.c | 325 ehdr.e32.e_shstrndx = 0; in elf_from_remote_memory() 331 ehdr.e64.e_shstrndx = 0; in elf_from_remote_memory()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 69 Elf32_Half e_shstrndx; /* Section name strings section. */ member
|
D | freebsd-elf64.h | 82 Elf64_Half e_shstrndx; /* Section name strings section. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 69 Elf32_Half e_shstrndx; /* Section name strings section. */ member
|
D | freebsd-elf64.h | 82 Elf64_Half e_shstrndx; /* Section name strings section. */ member
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()
|