Home
last modified time | relevance | path

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

/dports/devel/elfutils/elfutils-0.179/src/
H A Delfcompress.c377 size_t shdrstrndx; in process_file() local
720 && (ndx == shdrstrndx in process_file()
764 if (ndx == shdrstrndx) in process_file()
820 if (ndx == shdrstrndx) in process_file()
1001 shdrstrndx); in process_file()
1023 shdrstrndx); in process_file()
1043 shdrstrndx); in process_file()
1059 shdrstrndx); in process_file()
1067 shdrstrndx); in process_file()
1075 shdrstrndx); in process_file()
[all …]
H A Dstrip.c417 update_shdrstrndx (Elf *elf, size_t shdrstrndx) in update_shdrstrndx() argument
423 if (shdrstrndx < SHN_LORESERVE) in update_shdrstrndx()
424 ehdr.e_shstrndx = shdrstrndx; in update_shdrstrndx()
434 shdr0->sh_link = shdrstrndx; in update_shdrstrndx()
1643 size_t shdrstrndx; in handle_elf() local
1644 if (elf_getshdrstrndx (elf, &shdrstrndx) < 0) in handle_elf()
1652 if (update_shdrstrndx (debugelf, shdrstrndx) != 0) in handle_elf()
H A DChangeLog221 * strip.c (handle_elf): Extract code to update shdrstrndx into...
336 Explicitly set shdrstrndx for debug file.
349 * elfcmp.c (main): Get, check and shdrstrndx for section names.
/dports/devel/elfutils/elfutils-0.179/tests/
H A 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()
H A Delfstrmerge.c180 size_t shdrstrndx; in main() local
181 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in main()
184 Elf_Scn *shdrstrscn = elf_getscn (elf, shdrstrndx); in main()
226 if (shdrstrndx == strtabndx) in main()
274 if (shdr->sh_name != 0 && scnnum != shdrstrndx) in main()
276 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in main()
332 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in main()
349 return secndx < shdrstrndx ? secndx : secndx - 1; in main()
448 if (ndx == 0 || ndx == shdrstrndx) in main()
523 && sym.st_shndx == shdrstrndx) in main()
[all …]
H A 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()
H A Dfillfile.c287 size_t shdrstrndx; in check_elf() local
288 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in check_elf()
293 printf ("shdrstrndx: %zd\n", shdrstrndx); in check_elf()
307 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in check_elf()
379 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in check_elf()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/resolve_btfids/
H A Dmain.c304 size_t shdrstrndx; in elf_collect() local
330 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
350 name = elf_strptr(elf, shdrstrndx, sh.sh_name); in elf_collect()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/resolve_btfids/
H A Dmain.c304 size_t shdrstrndx; in elf_collect() local
330 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
350 name = elf_strptr(elf, shdrstrndx, sh.sh_name); in elf_collect()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/resolve_btfids/
H A Dmain.c304 size_t shdrstrndx; in elf_collect() local
330 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
350 name = elf_strptr(elf, shdrstrndx, sh.sh_name); in elf_collect()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/compatibility/backward_cpp/
H A Dbackward.hpp1947 size_t shdrstrndx = 0; in load_object_with_dwarf() local
1948 if (elf_getshdrstrndx (elf_handle.get(), &shdrstrndx) == -1) { in load_object_with_dwarf()
1976 elf_handle.get(), shdrstrndx, \ in load_object_with_dwarf()
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/backward-cpp/
H A Dbackward.hpp2070 size_t shdrstrndx = 0; in load_object_with_dwarf() local
2071 if (elf_getshdrstrndx(elf_handle.get(), &shdrstrndx) == -1) { in load_object_with_dwarf()
2097 if ((section_name = elf_strptr(elf_handle.get(), shdrstrndx, \ in load_object_with_dwarf()
/dports/sysutils/lnav/lnav-0.10.1/src/third-party/backward-cpp/
H A Dbackward.hpp2350 size_t shdrstrndx = 0; in load_object_with_dwarf() local
2351 if (elf_getshdrstrndx(elf_handle.get(), &shdrstrndx) == -1) { in load_object_with_dwarf()
2377 if ((section_name = elf_strptr(elf_handle.get(), shdrstrndx, \ in load_object_with_dwarf()
/dports/devel/elfutils/elfutils-0.179/po/
H A Duk.po6591 msgid "%s: error while getting shdrstrndx: %s"
6592 msgstr "%s: помилка під час отримання shdrstrndx: %s"
6596 msgid "%s: error updating shdrstrndx: %s"
6597 msgstr "%s: помилка під час оновлення shdrstrndx: %s"
6755 msgid "cannot get shdrstrndx:%s"
6756 msgstr "не вдалося отримати shdrstrndx:%s"
H A Den@quot.po6407 msgid "%s: error while getting shdrstrndx: %s"
6408 msgstr "%s: error while getting shdrstrndx: %s"
6412 msgid "%s: error updating shdrstrndx: %s"
6413 msgstr "%s: error updating shdrstrndx: %s"
6563 msgid "cannot get shdrstrndx:%s"
6564 msgstr "cannot get shdrstrndx:%s"
H A Den@boldquot.po6442 msgid "%s: error while getting shdrstrndx: %s"
6443 msgstr "%s: error while getting shdrstrndx: %s"
6447 msgid "%s: error updating shdrstrndx: %s"
6448 msgstr "%s: error updating shdrstrndx: %s"
6598 msgid "cannot get shdrstrndx:%s"
6599 msgstr "cannot get shdrstrndx:%s"
H A Delfutils.pot5939 msgid "%s: error while getting shdrstrndx: %s"
5944 msgid "%s: error updating shdrstrndx: %s"
6095 msgid "cannot get shdrstrndx:%s"
H A Dja.po6274 msgid "%s: error while getting shdrstrndx: %s"
6279 msgid "%s: error updating shdrstrndx: %s"
6430 msgid "cannot get shdrstrndx:%s"
H A Dde.po6009 msgid "%s: error while getting shdrstrndx: %s"
6014 msgid "%s: error updating shdrstrndx: %s"
6165 msgid "cannot get shdrstrndx:%s"
H A Dpl.po6540 msgid "%s: error while getting shdrstrndx: %s"
6545 msgid "%s: error updating shdrstrndx: %s"
6698 msgid "cannot get shdrstrndx:%s"
H A Des.po6555 msgid "%s: error while getting shdrstrndx: %s"
6560 msgid "%s: error updating shdrstrndx: %s"
6713 msgid "cannot get shdrstrndx:%s"