/external/elfutils/tests/ |
D | newfile.c | 57 ehdr->e_shstrndx); in print_ehdr() 136 ZERO_TEST (e_shstrndx); in main() 168 ZERO_TEST (e_shstrndx); in main()
|
D | asm-tst1.c | 57 .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()
|
D | asm-tst2.c | 57 .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()
|
D | update3.c | 94 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()
|
D | asm-tst9.c | 65 .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()
|
D | update1.c | 84 ehdr->e_shnum, ehdr->e_shstrndx); in main() 122 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update2.c | 85 ehdr->e_shnum, ehdr->e_shstrndx); in main() 145 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update4.c | 99 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()
|
D | asm-tst3.c | 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()
|
D | scnnames.c | 78 strndx = ehdr.e_shstrndx; in main()
|
D | sectiondump.c | 111 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
|
/external/elfutils/libelf/ |
D | elf_getshstrndx.c | 105 ? elf->state.elf32.ehdr->e_shstrndx 106 : elf->state.elf64.ehdr->e_shstrndx);
|
D | gelf_update_ehdr.c | 114 COPY (e_shstrndx); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 108 COPY (e_shstrndx);
|
/external/elfutils/libebl/ |
D | eblsectionstripp.c | 77 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx, in ebl_section_strip_p()
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 332 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/ |
D | ppc64_symbol.c | 96 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in ppc64_check_special_symbol()
|
D | ppc_symbol.c | 134 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in ppc_check_special_symbol()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 398 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/ |
D | types_elf.h | 35 Elf32_Half e_shstrndx; member
|
/external/qemu/elff/ |
D | elff_elf.h | 188 Elf_Half e_shstrndx; member
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 309 ehdr.e32.e_shstrndx = 0; in elf_from_remote_memory() 336 ehdr.e64.e_shstrndx = 0; in elf_from_remote_memory()
|
/external/grub/stage2/ |
D | i386-elf.h | 90 Elf32_Half e_shstrndx; /* section header table index */ member
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 118 const char *scnname = elf_strptr (result->elf, ehdr->e_shstrndx, in check_section()
|
/external/elfutils/libasm/ |
D | asm_end.c | 454 ehdr->e_shstrndx = SHN_XINDEX; in binary_end() 457 ehdr->e_shstrndx = elf_ndxscn (shstrscn); in binary_end()
|