Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 - 25 of 56) sorted by relevance

123

/third_party/elfutils/tests/
H A Dnewfile.c49 ehdr->e_shstrndx); in print_ehdr()
128 ZERO_TEST (e_shstrndx); in main()
160 ZERO_TEST (e_shstrndx); in main()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dupdate2.c79 ehdr->e_shnum, ehdr->e_shstrndx); in main()
139 ehdr->e_shnum, ehdr->e_shstrndx); in main()
H A Dupdate1.c78 ehdr->e_shnum, ehdr->e_shstrndx); in main()
116 ehdr->e_shnum, ehdr->e_shstrndx); in main()
H A 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()
H A 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()
H A 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()
H A Daddsections.c50 ehdr->e_shstrndx = ndx; in setshstrndx()
53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
H A Dscnnames.c70 strndx = ehdr.e_shstrndx; in main()
H A Delfcopy.c50 ehdr->e_shstrndx = ndx; in setshstrndx()
53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
H A Dsectiondump.c103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
H A Dnext_cfi.c126 size_t strndx = ehdr.e_shstrndx; in main()
H A Dalldts.c206 ehdr->e_shstrndx = elf_ndxscn (scn); in main()
H A Demptyfile.c181 ehdr->e_shstrndx = ndx; in check_elf()
/third_party/elfio/elfio/
H A 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/
H A Delf_getshdrstrndx.c80 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx()
81 : elf->state.elf64.ehdr->e_shstrndx); in elf_getshdrstrndx()
H A Dgelf_getehdr.c86 COPY (e_shstrndx); in __gelf_getehdr_rdlock()
H A Dgelf_update_ehdr.c93 COPY (e_shstrndx); in gelf_update_ehdr()
/third_party/elfutils/libdwfl/
H A 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/libunwind/src/ia64/
H A DGfind_unwind_table.c65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp728 Elf_Half e_shstrndx; member
746 Elf_Half e_shstrndx; member
/third_party/elfutils/libasm/
H A Dasm_end.c455 ehdr->e_shstrndx = SHN_XINDEX; in binary_end()
458 ehdr->e_shstrndx = elf_ndxscn (shstrscn); in binary_end()

Completed in 11 milliseconds

123