/external/elfutils/tests/ |
D | newfile.c | 45 ehdr->e_shstrndx); in print_ehdr() 124 ZERO_TEST (e_shstrndx); in main() 156 ZERO_TEST (e_shstrndx); in main()
|
D | asm-tst1.c | 41 .e_shstrndx = 3 162 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main() 166 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
|
D | asm-tst2.c | 41 .e_shstrndx = 2 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 | 82 ehdr->e_shnum, ehdr->e_shstrndx); in main() 131 ehdr->e_shstrndx = elf_ndxscn (scn); in main() 188 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | asm-tst9.c | 49 .e_shstrndx = 2 212 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main() 216 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
|
D | update1.c | 72 ehdr->e_shnum, ehdr->e_shstrndx); in main() 110 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update2.c | 73 ehdr->e_shnum, ehdr->e_shstrndx); in main() 133 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | update4.c | 87 ehdr->e_shnum, ehdr->e_shstrndx); in main() 280 ehdr->e_shstrndx = elf_ndxscn (scn); in main() 341 ehdr->e_shnum, ehdr->e_shstrndx); in main()
|
D | asm-tst3.c | 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 | scnnames.c | 60 strndx = ehdr.e_shstrndx; in main()
|
D | sectiondump.c | 99 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
|
/external/elfutils/libelf/ |
D | elf_getshstrndx.c | 70 ? elf->state.elf32.ehdr->e_shstrndx 71 : elf->state.elf64.ehdr->e_shstrndx);
|
D | gelf_update_ehdr.c | 81 COPY (e_shstrndx); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 71 COPY (e_shstrndx);
|
D | elf-knowledge.h | 39 ((GElf_Ehdr *) (ehdr))->e_shstrndx, \
|
/external/kernel-headers/original/linux/ |
D | elf.h | 187 Elf32_Half e_shstrndx; member 204 Elf64_Half e_shstrndx; member
|
/external/qemu/elff/ |
D | elf.h | 190 Elf_Half e_shstrndx; member
|
D | elf_file.cc | 356 const Elf_Half str_sec_index = pull_val(header->e_shstrndx); in initialize()
|
/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 | 76 const char *scnname = elf_strptr (result->elf, ehdr->e_shstrndx, in check_section()
|
/external/elfutils/libasm/ |
D | asm_end.c | 441 ehdr->e_shstrndx = SHN_XINDEX; in binary_end() 444 ehdr->e_shstrndx = elf_ndxscn (shstrscn); in binary_end()
|
/external/elfutils/src/ |
D | strip.c | 838 discard_section = shdr_info[cnt].idx > 0 && cnt != ehdr->e_shstrndx; in handle_elf() 880 debugehdr->e_shstrndx = ehdr->e_shstrndx; in handle_elf() 1605 newehdr->e_shstrndx = idx; in handle_elf() 1617 newehdr->e_shstrndx = SHN_XINDEX; in handle_elf()
|
/external/qemu/ |
D | elf.h | 967 Elf32_Half e_shstrndx; member 984 Elf64_Half e_shstrndx; member
|
D | elf_ops.h | 15 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */ in glue()
|
/external/chromium/base/third_party/symbolize/ |
D | symbolize.cc | 222 elf_header.e_shentsize * elf_header.e_shstrndx); in GetSectionHeaderByName()
|