Home
last modified time | relevance | path

Searched refs:shdrstrndx (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Delfcompress.c368 size_t shdrstrndx; in process_file() local
369 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in process_file()
461 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
501 if (shdr->sh_link == shdrstrndx) in process_file()
665 sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
681 && (ndx == shdrstrndx in process_file()
725 if (ndx == shdrstrndx) in process_file()
781 if (ndx == shdrstrndx) in process_file()
835 if (! adjust_names || ndx != shdrstrndx) in process_file()
862 name = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
[all …]
/external/elfutils/tests/
Ddwelfgnucompressed.c56 size_t shdrstrndx; in main() local
57 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
77 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name); in main()
Delfstrmerge.c179 size_t shdrstrndx; in main() local
180 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in main()
183 Elf_Scn *shdrstrscn = elf_getscn (elf, shdrstrndx); in main()
225 if (shdrstrndx == strtabndx) in main()
273 if (shdr->sh_name != 0 && scnnum != shdrstrndx) in main()
275 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in main()
331 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in main()
348 return secndx < shdrstrndx ? secndx : secndx - 1; in main()
447 if (ndx == 0 || ndx == shdrstrndx) in main()
522 && sym.st_shndx == shdrstrndx) in main()
[all …]
Delfgetchdr.c56 size_t shdrstrndx; in main() local
57 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
93 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name); in main()