Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 – 25 of 66) sorted by relevance

123

/third_party/elfutils/tests/
Dnewfile.c49 ehdr->e_shstrndx); in print_ehdr()
128 ZERO_TEST (e_shstrndx); in main()
160 ZERO_TEST (e_shstrndx); in main()
Dasm-tst1.c50 .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()
Dupdate3.c88 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()
Dasm-tst2.c50 .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()
Dasm-tst9.c58 .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()
Dupdate1.c78 ehdr->e_shnum, ehdr->e_shstrndx); in main()
116 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dupdate2.c79 ehdr->e_shnum, ehdr->e_shstrndx); in main()
139 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dupdate4.c92 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()
Ddwflsyms.c94 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()
Dasm-tst3.c194 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()
Daddsections.c50 ehdr->e_shstrndx = ndx; in setshstrndx()
53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Delfcopy.c50 ehdr->e_shstrndx = ndx; in setshstrndx()
53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Dscnnames.c70 strndx = ehdr.e_shstrndx; in main()
Dnext_cfi.c126 size_t strndx = ehdr.e_shstrndx; in main()
Dsectiondump.c103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
/third_party/elfio/elfio/
Delfio_header.hpp93 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/
Delf_getshdrstrndx.c80 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx()
81 : elf->state.elf64.ehdr->e_shstrndx); in elf_getshdrstrndx()
Dgelf_update_ehdr.c93 COPY (e_shstrndx); in gelf_update_ehdr()
Dgelf_getehdr.c86 COPY (e_shstrndx); in __gelf_getehdr_rdlock()
/third_party/elfutils/libdwfl/
Delf-from-memory.c325 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/
Dfreebsd-elf32.h69 Elf32_Half e_shstrndx; /* Section name strings section. */ member
Dfreebsd-elf64.h82 Elf64_Half e_shstrndx; /* Section name strings section. */ member
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h69 Elf32_Half e_shstrndx; /* Section name strings section. */ member
Dfreebsd-elf64.h82 Elf64_Half e_shstrndx; /* Section name strings section. */ member
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()

123