Home
last modified time | relevance | path

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

12

/external/elfutils/tests/
Dnewfile.c57 ehdr->e_shstrndx); in print_ehdr()
136 ZERO_TEST (e_shstrndx); in main()
168 ZERO_TEST (e_shstrndx); in main()
Dasm-tst1.c57 .e_shstrndx = 3
185 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
189 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dasm-tst2.c57 .e_shstrndx = 2
201 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
205 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dupdate3.c94 ehdr->e_shnum, ehdr->e_shstrndx); in main()
143 ehdr->e_shstrndx = elf_ndxscn (scn); in main()
200 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dasm-tst9.c65 .e_shstrndx = 2
235 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
239 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dupdate1.c84 ehdr->e_shnum, ehdr->e_shstrndx); in main()
122 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dupdate2.c85 ehdr->e_shnum, ehdr->e_shstrndx); in main()
145 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dupdate4.c99 ehdr->e_shnum, ehdr->e_shstrndx); in main()
292 ehdr->e_shstrndx = elf_ndxscn (scn); in main()
353 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dasm-tst3.c201 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
205 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dscnnames.c78 strndx = ehdr.e_shstrndx; in main()
Dsectiondump.c111 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
/external/elfutils/libelf/
Delf_getshstrndx.c105 ? elf->state.elf32.ehdr->e_shstrndx
106 : elf->state.elf64.ehdr->e_shstrndx);
Dgelf_update_ehdr.c114 COPY (e_shstrndx); in gelf_update_ehdr()
Dgelf_getehdr.c108 COPY (e_shstrndx);
/external/elfutils/libebl/
Deblsectionstripp.c77 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx, in ebl_section_strip_p()
/external/valgrind/main/VEX/unused/
Dlinker.c332 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in findElfSection()
339 && i != ehdr->e_shstrndx in findElfSection()
716 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in ocResolve_ELF()
832 if (ehdr->e_shstrndx == SHN_UNDEF) { in ocVerifyImage_ELF()
838 ehdr->e_shstrndx); in ocVerifyImage_ELF()
839 sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in ocVerifyImage_ELF()
870 && i != ehdr->e_shstrndx in ocVerifyImage_ELF()
961 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in ocGetNames_ELF()
/external/elfutils/backends/
Dppc64_symbol.c96 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in ppc64_check_special_symbol()
Dppc_symbol.c134 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in ppc_check_special_symbol()
/external/valgrind/main/VEX/switchback/
Dlinker.c398 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
405 && i != ehdr->e_shstrndx
874 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
993 if (ehdr->e_shstrndx == SHN_UNDEF) {
999 ehdr->e_shstrndx);
1000 sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
1031 && i != ehdr->e_shstrndx
1122 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
/external/chromium_org/courgette/
Dtypes_elf.h35 Elf32_Half e_shstrndx; member
/external/qemu/elff/
Delff_elf.h188 Elf_Half e_shstrndx; member
/external/elfutils/libdwfl/
Delf-from-memory.c309 ehdr.e32.e_shstrndx = 0; in elf_from_remote_memory()
336 ehdr.e64.e_shstrndx = 0; in elf_from_remote_memory()
/external/grub/stage2/
Di386-elf.h90 Elf32_Half e_shstrndx; /* section header table index */ member
/external/elfutils/libdw/
Ddwarf_begin_elf.c118 const char *scnname = elf_strptr (result->elf, ehdr->e_shstrndx, in check_section()
/external/elfutils/libasm/
Dasm_end.c454 ehdr->e_shstrndx = SHN_XINDEX; in binary_end()
457 ehdr->e_shstrndx = elf_ndxscn (shstrscn); in binary_end()

12