Searched refs:shdrstrndx (Results 1 – 13 of 13) sorted by relevance
/third_party/elfutils/tests/ |
D | elfstrmerge.c | 152 newsecndx (size_t secndx, size_t shdrstrndx, size_t shdrnum, in newsecndx() argument 157 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in newsecndx() 174 return secndx < shdrstrndx ? secndx : secndx - 1; in newsecndx() 179 size_t ndx, size_t shdrstrndx, size_t shdrnum) in new_data_buf() argument 187 newscnbufs[newsecndx (ndx, shdrstrndx, shdrnum, fname, in new_data_buf() 221 size_t shdrstrndx; in main() local 222 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in main() 225 Elf_Scn *shdrstrscn = elf_getscn (elf, shdrstrndx); in main() 267 if (shdrstrndx == strtabndx) in main() 315 if (shdr->sh_name != 0 && scnnum != shdrstrndx) in main() [all …]
|
D | dwelfgnucompressed.c | 58 size_t shdrstrndx; in main() local 59 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main() 79 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name); in main()
|
D | elfgetchdr.c | 58 size_t shdrstrndx; in main() local 59 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main() 95 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name); in main()
|
D | fillfile.c | 288 size_t shdrstrndx; in check_elf() local 289 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in check_elf() 294 printf ("shdrstrndx: %zd\n", shdrstrndx); in check_elf() 308 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in check_elf() 380 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in check_elf()
|
D | ChangeLog | 539 (newsecndx): ...top-level static function adding shdrstrndx,
|
/third_party/elfutils/src/ |
D | elfcompress.c | 344 size_t shdrstrndx; in process_file() local 345 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in process_file() 440 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file() 497 if (shdr->sh_link == shdrstrndx) in process_file() 669 sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file() 685 && (ndx == shdrstrndx in process_file() 729 if (ndx == shdrstrndx) in process_file() 794 if (ndx == shdrstrndx) in process_file() 857 if (! adjust_names || ndx != shdrstrndx) in process_file() 884 name = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file() [all …]
|
D | strip.c | 414 update_shdrstrndx (Elf *elf, size_t shdrstrndx) in update_shdrstrndx() argument 420 if (shdrstrndx < SHN_LORESERVE) in update_shdrstrndx() 421 ehdr.e_shstrndx = shdrstrndx; in update_shdrstrndx() 431 shdr0->sh_link = shdrstrndx; in update_shdrstrndx() 1701 size_t shdrstrndx; in handle_elf() local 1702 if (elf_getshdrstrndx (elf, &shdrstrndx) < 0) in handle_elf() 1710 if (update_shdrstrndx (debugelf, shdrstrndx) != 0) in handle_elf()
|
D | ChangeLog | 749 * strip.c (handle_elf): Extract code to update shdrstrndx into... 864 Explicitly set shdrstrndx for debug file. 877 * elfcmp.c (main): Get, check and shdrstrndx for section names.
|
/third_party/elfutils/po/ |
D | ja.po | 6624 msgid "%s: error while getting shdrstrndx: %s" 6625 msgstr "%s: shdrstrndx の取得中にエラー: %s" 6629 msgid "%s: error updating shdrstrndx: %s" 6630 msgstr "%s: shdrstrndx の更新中にエラー: %s" 6782 msgid "cannot get shdrstrndx:%s" 6783 msgstr "shdrstrndx を取得できません: %s"
|
D | uk.po | 6989 msgid "%s: error while getting shdrstrndx: %s" 6990 msgstr "%s: помилка під час отримання shdrstrndx: %s" 6994 msgid "%s: error updating shdrstrndx: %s" 6995 msgstr "%s: помилка під час оновлення shdrstrndx: %s" 7152 msgid "cannot get shdrstrndx:%s" 7153 msgstr "не вдалося отримати shdrstrndx:%s"
|
D | pl.po | 6969 msgid "%s: error while getting shdrstrndx: %s" 6970 msgstr "%s: błąd podczas uzyskiwania shdrstrndx: %s" 6974 msgid "%s: error updating shdrstrndx: %s" 6975 msgstr "%s: błąd podczas aktualizowania shdrstrndx: %s" 7126 msgid "cannot get shdrstrndx:%s" 7127 msgstr "nie można uzyskać shdrstrndx: %s"
|
D | de.po | 6379 msgid "%s: error while getting shdrstrndx: %s" 6384 msgid "%s: error updating shdrstrndx: %s" 6534 msgid "cannot get shdrstrndx:%s"
|
D | es.po | 6954 msgid "%s: error while getting shdrstrndx: %s" 6959 msgid "%s: error updating shdrstrndx: %s" 7112 msgid "cannot get shdrstrndx:%s"
|