Lines Matching full:gettext
311 /* Looked up once with gettext in main. */
328 yes_str = gettext ("yes"); in main()
329 no_str = gettext ("no"); in main()
346 error (0, errno, gettext ("cannot open input file")); in main()
518 fprintf (stderr, gettext ("Unknown DWARF debug section `%s'.\n"), in parse_opt()
545 fputs (gettext ("Missing file name.\n"), stderr); in parse_opt()
550 fputs (gettext ("No operation specified.\n"), stderr); in parse_opt()
589 error (0, 0, gettext ("cannot generate Elf descriptor: %s"), in open_input_section()
596 error (0, 0, gettext ("cannot determine number of sections: %s"), in open_input_section()
605 error (0, 0, gettext ("cannot get section header string table index")); in open_input_section()
614 error (0, 0, gettext ("cannot get section: %s"), in open_input_section()
623 error (0, 0, gettext ("cannot get section header: %s"), in open_input_section()
631 error (0, 0, gettext ("cannot get section name")); in open_input_section()
640 error (0, 0, gettext ("cannot get %s content: %s"), in open_input_section()
656 error (0, 0, gettext ("cannot create temp file '%s'"), in open_input_section()
665 error (0, 0, gettext ("cannot write section data")); in open_input_section()
671 error (0, 0, gettext ("error while closing Elf descriptor: %s"), in open_input_section()
678 error (0, 0, gettext ("error while rewinding file descriptor")); in open_input_section()
688 error (0, 0, gettext ("error while closing Elf descriptor: %s"), in open_input_section()
700 error (0, 0, gettext ("cannot generate Elf descriptor: %s"), in check_archive_index()
712 gettext ("'%s' is not an archive, cannot print archive index"), in check_archive_index()
717 error (0, 0, gettext ("error while closing Elf descriptor: %s"), in check_archive_index()
816 error (0, errno, gettext ("cannot stat input file")); in create_dwfl()
818 error (0, 0, gettext ("input file is empty")); in create_dwfl()
820 error (0, 0, gettext ("failed reading '%s': %s"), in create_dwfl()
849 error (0, 0, gettext ("No such section '%s' in '%s'"), in process_file()
908 error (0, 0, gettext ("cannot read ELF header: %s"), elf_errmsg (-1)); in process_elf_file()
916 error (0, errno, gettext ("cannot create EBL handle")); in process_elf_file()
923 gettext ("cannot determine number of sections: %s"), in process_elf_file()
929 gettext ("cannot determine number of program headers: %s"), in process_elf_file()
961 error (0, 0, gettext ("cannot read ELF: %s"), elf_errmsg (-1)); in process_elf_file()
1028 puts (gettext (knowntypes[e_type])); in print_file_type()
1031 printf (gettext ("OS Specific: (%x)\n"), e_type); in print_file_type()
1033 printf (gettext ("Processor Specific: (%x)\n"), e_type); in print_file_type()
1043 fputs_unlocked (gettext ("ELF Header:\n Magic: "), stdout); in print_ehdr()
1047 printf (gettext ("\n Class: %s\n"), in print_ehdr()
1052 printf (gettext (" Data: %s\n"), in print_ehdr()
1058 printf (gettext (" Ident Version: %hhd %s\n"), in print_ehdr()
1060 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)") in print_ehdr()
1064 printf (gettext (" OS/ABI: %s\n"), in print_ehdr()
1067 printf (gettext (" ABI Version: %hhd\n"), in print_ehdr()
1070 fputs_unlocked (gettext (" Type: "), stdout); in print_ehdr()
1073 printf (gettext (" Machine: %s\n"), ebl->name); in print_ehdr()
1075 printf (gettext (" Version: %d %s\n"), in print_ehdr()
1077 ehdr->e_version == EV_CURRENT ? gettext ("(current)") : "(\?\?\?)"); in print_ehdr()
1079 printf (gettext (" Entry point address: %#" PRIx64 "\n"), in print_ehdr()
1082 printf (gettext (" Start of program headers: %" PRId64 " %s\n"), in print_ehdr()
1083 ehdr->e_phoff, gettext ("(bytes into file)")); in print_ehdr()
1085 printf (gettext (" Start of section headers: %" PRId64 " %s\n"), in print_ehdr()
1086 ehdr->e_shoff, gettext ("(bytes into file)")); in print_ehdr()
1088 printf (gettext (" Flags: %s\n"), in print_ehdr()
1091 printf (gettext (" Size of this header: %" PRId16 " %s\n"), in print_ehdr()
1092 ehdr->e_ehsize, gettext ("(bytes)")); in print_ehdr()
1094 printf (gettext (" Size of program header entries: %" PRId16 " %s\n"), in print_ehdr()
1095 ehdr->e_phentsize, gettext ("(bytes)")); in print_ehdr()
1097 printf (gettext (" Number of program headers entries: %" PRId16), in print_ehdr()
1104 printf (gettext (" (%" PRIu32 " in [0].sh_info)"), in print_ehdr()
1107 fputs_unlocked (gettext (" ([0] not available)"), stdout); in print_ehdr()
1111 printf (gettext (" Size of section header entries: %" PRId16 " %s\n"), in print_ehdr()
1112 ehdr->e_shentsize, gettext ("(bytes)")); in print_ehdr()
1114 printf (gettext (" Number of section headers entries: %" PRId16), in print_ehdr()
1121 printf (gettext (" (%" PRIu32 " in [0].sh_size)"), in print_ehdr()
1124 fputs_unlocked (gettext (" ([0] not available)"), stdout); in print_ehdr()
1134 snprintf (buf, sizeof (buf), gettext (" (%" PRIu32 " in [0].sh_link)"), in print_ehdr()
1138 strncpy (buf, gettext (" ([0] not available)"), sizeof (buf)); in print_ehdr()
1142 printf (gettext (" Section header string table index: XINDEX%s\n\n"), in print_ehdr()
1146 printf (gettext (" Section header string table index: %" PRId16 "\n\n"), in print_ehdr()
1193 gettext ("cannot get number of sections: %s"), in print_shdr()
1196 printf (gettext ("\ in print_shdr()
1205 gettext ("cannot get section header string table index: %s"), in print_shdr()
1208 puts (gettext ("Section Headers:")); in print_shdr()
1211 …puts (gettext ("[Nr] Name Type Addr Off Size ES Flags Lk Inf Al")… in print_shdr()
1213 …puts (gettext ("[Nr] Name Type Addr Off Size ES Flags… in print_shdr()
1218 puts (gettext (" [Compression Size Al]")); in print_shdr()
1220 puts (gettext (" [Compression Size Al]")); in print_shdr()
1228 error (EXIT_FAILURE, 0, gettext ("cannot get section: %s"), in print_shdr()
1235 error (EXIT_FAILURE, 0, gettext ("cannot get section header: %s"), in print_shdr()
1296 gettext ("bad compression header for section %zd: %s"), in print_shdr()
1307 gettext ("bad gnu compressed size for section %zd: %s"), in print_shdr()
1325 puts (gettext ("Program Headers:")); in print_phdr()
1327 puts (gettext ("\ in print_phdr()
1330 puts (gettext ("\ in print_phdr()
1387 printf (gettext ("\t[Requesting program interpreter: %s]\n"), in print_phdr()
1401 gettext ("cannot get number of sections: %s"), in print_phdr()
1412 gettext ("cannot get section header string table index")); in print_phdr()
1414 puts (gettext ("\n Section to Segment mapping:\n Segment Sections...")); in print_phdr()
1425 error (EXIT_FAILURE, 0, gettext ("cannot get program header: %s"), in print_phdr()
1436 error (EXIT_FAILURE, 0, gettext ("cannot get section: %s"), in print_phdr()
1444 gettext ("cannot get section header: %s"), in print_phdr()
1563 gettext ("cannot get section header string table index")); in handle_scngrp()
1584 ?: gettext ("<INVALID SYMBOL>"), in handle_scngrp()
1598 ? str : gettext ("<INVALID SECTION>")); in handle_scngrp()
1621 gettext ("Couldn't uncompress section"), in print_scngrp()
1626 gettext ("cannot get section [%zd] header: %s"), in print_scngrp()
1764 gettext ("cannot get section header string table index")); in handle_dynamic()
1770 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_dynamic()
1783 fputs_unlocked (gettext (" Type Value\n"), stdout); in handle_dynamic()
1807 printf (gettext ("Shared library: [%s]\n"), in handle_dynamic()
1812 printf (gettext ("Library soname: [%s]\n"), in handle_dynamic()
1817 printf (gettext ("Library rpath: [%s]\n"), in handle_dynamic()
1822 printf (gettext ("Library runpath: [%s]\n"), in handle_dynamic()
1842 printf (gettext ("%" PRId64 " (bytes)\n"), dyn->d_un.d_val); in handle_dynamic()
1955 printf (gettext ("\nInvalid symbol table at offset %#0" PRIx64 "\n"), in handle_relocs_rel()
1970 gettext ("cannot get section header string table index")); in handle_relocs_rel()
1998 ? gettext ("\ in handle_relocs_rel()
2000 : gettext ("\ in handle_relocs_rel()
2053 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2064 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2065 gettext ("INVALID SYMBOL"), in handle_relocs_rel()
2077 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2098 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2099 gettext ("INVALID SECTION"), in handle_relocs_rel()
2110 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2145 printf (gettext ("\nInvalid symbol table at offset %#0" PRIx64 "\n"), in handle_relocs_rela()
2160 gettext ("cannot get section header string table index")); in handle_relocs_rela()
2188 ? gettext ("\ in handle_relocs_rela()
2190 : gettext ("\ in handle_relocs_rela()
2244 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2256 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2257 gettext ("INVALID SYMBOL"), in handle_relocs_rela()
2270 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2292 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2293 gettext ("INVALID SECTION"), in handle_relocs_rela()
2305 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2338 gettext ("cannot get section header string table index")); in print_symtab()
2348 gettext ("Couldn't uncompress section"), in print_symtab()
2353 gettext ("cannot get section [%zd] header: %s"), in print_symtab()
2414 gettext ("cannot get section header string table index")); in handle_symtab()
2420 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_symtab()
2441 ? gettext ("\ in handle_symtab()
2443 : gettext ("\ in handle_symtab()
2463 printf (gettext ("\ in handle_symtab()
2551 error (0, 0, gettext ("bad dynamic symbol")); in handle_symtab()
2633 return gettext ("none"); in get_ver_flags()
2650 strncpy (endp, gettext ("| <unknown>"), buf + sizeof (buf) - endp); in get_ver_flags()
2672 gettext ("cannot get section header string table index")); in handle_verneed()
2678 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_verneed()
2702 printf (gettext (" %#06x: Version: %hu File: %s Cnt: %hu\n"), in handle_verneed()
2715 printf (gettext (" %#06x: Name: %s Flags: %s Version: %hu\n"), in handle_verneed()
2748 gettext ("cannot get section header string table index")); in handle_verdef()
2754 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_verdef()
2786 printf (gettext ("\ in handle_verdef()
2801 printf (gettext (" %#06x: Parent %d: %s\n"), in handle_verdef()
2835 gettext ("cannot get section header string table index")); in handle_versym()
3058 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_versym()
3090 fputs_unlocked (gettext (" 0 *local* "), in handle_versym()
3095 fputs_unlocked (gettext (" 1 *global* "), in handle_versym()
3132 error (0, 0, gettext ("invalid sh_link value in section %zu"), in print_hash_info()
3159 fputs_unlocked (gettext ("\ in print_hash_info()
3161 printf (gettext (" 0 %6" PRIu32 " %5.1f%%\n"), in print_hash_info()
3168 printf (gettext ("\ in print_hash_info()
3181 printf (gettext ("\ in print_hash_info()
3199 error (0, 0, gettext ("cannot get data for section %d: %s"), in handle_sysv_hash()
3207 error (0, 0, gettext ("invalid data in sysv.hash section %d"), in handle_sysv_hash()
3236 error (0, 0, gettext ("invalid chain in sysv.hash section %d"), in handle_sysv_hash()
3263 error (0, 0, gettext ("cannot get data for section %d: %s"), in handle_sysv_hash64()
3271 error (0, 0, gettext ("invalid data in sysv.hash64 section %d"), in handle_sysv_hash64()
3302 error (0, 0, gettext ("invalid chain in sysv.hash64 section %d"), in handle_sysv_hash64()
3329 error (0, 0, gettext ("cannot get data for section %d: %s"), in handle_gnu_hash()
3338 error (0, 0, gettext ("invalid data in gnu.hash section %d"), in handle_gnu_hash()
3405 if (unlikely (asprintf (&str, gettext ("\ in handle_gnu_hash()
3414 error (EXIT_FAILURE, 0, gettext ("memory exhausted")); in handle_gnu_hash()
3433 gettext ("cannot get section header string table index")); in handle_hash()
3449 gettext ("Couldn't uncompress section"), in handle_hash()
3454 gettext ("cannot get section [%zd] header: %s"), in handle_hash()
3483 gettext ("cannot get section header string table index")); in print_liblist()
3508 puts (gettext ("\ in print_liblist()
3546 gettext ("cannot get section header string table index")); in print_attributes()
3558 printf (gettext ("\ in print_attributes()
3575 fputs_unlocked (gettext (" Owner Size\n"), stdout); in print_attributes()
3604 printf (gettext (" %-13s %4" PRIu32 "\n"), name, len); in print_attributes()
3643 printf (gettext (" %-4u %12" PRIu32 "\n"), in print_attributes()
3648 printf (gettext (" File: %11" PRIu32 "\n"), in print_attributes()
3697 printf (gettext (" %s: %" PRId64 ", %s\n"), in print_attributes()
3700 printf (gettext (" %s: %" PRId64 "\n"), in print_attributes()
3703 printf (gettext (" %s: %s\n"), in print_attributes()
3713 printf (gettext (" %u: %" PRId64 "\n"), in print_attributes()
3716 printf (gettext (" %u: %s\n"), in print_attributes()
4749 printf (gettext ("%*s[%2" PRIuMAX "] %s <TRUNCATED>\n"), in print_ops()
4813 gettext ("%s %#" PRIx64 " used with different address sizes"), in compare_listptr()
4820 gettext ("%s %#" PRIx64 " used with different offset sizes"), in compare_listptr()
4827 gettext ("%s %#" PRIx64 " used with different base addresses"), in compare_listptr()
4834 gettext ("%s %#" PRIx64 in compare_listptr()
4931 printf (gettext (" [%6tx] <UNUSED GARBAGE IN REST OF SECTION>\n"), in skip_listptr_hole()
4939 printf (gettext (" [%6tx] <UNUSED GARBAGE> ... %" PRIu64 " bytes ...\n"), in skip_listptr_hole()
5017 printf (gettext ("\nDWARF section [%2zu] '%s' at offset %#" PRIx64 ":\n" in print_debug_abbrev_section()
5025 printf (gettext ("\nAbbreviation section at offset %" PRIu64 ":\n"), in print_debug_abbrev_section()
5038 printf (gettext ("\ in print_debug_abbrev_section()
5054 printf (gettext (" [%5u] offset: %" PRId64 in print_debug_abbrev_section()
5087 printf (gettext ("\ in print_debug_addr_section()
5100 error (0, 0, gettext ("cannot get .debug_addr section data: %s"), in print_debug_addr_section()
5200 printf (gettext (" Length: %8" PRIu64 "\n"), in print_debug_addr_section()
5202 printf (gettext (" DWARF version: %8" PRIu16 "\n"), version); in print_debug_addr_section()
5203 printf (gettext (" Address size: %8" PRIu64 "\n"), in print_debug_addr_section()
5205 printf (gettext (" Segment size: %8" PRIu64 "\n"), in print_debug_addr_section()
5224 printf (gettext (" Length: %8" PRIu64 "\n"), in print_debug_addr_section()
5239 printf (gettext (" DWARF version: %8" PRIu16 "\n"), version); in print_debug_addr_section()
5243 error (0, 0, gettext ("Unknown version")); in print_debug_addr_section()
5248 printf (gettext (" Address size: %8" PRIu64 "\n"), in print_debug_addr_section()
5253 error (0, 0, gettext ("unsupported address size")); in print_debug_addr_section()
5258 printf (gettext (" Segment size: %8" PRIu64 "\n"), in print_debug_addr_section()
5264 error (0, 0, gettext ("unsupported segment size")); in print_debug_addr_section()
5317 error (0, 0, gettext ("cannot get .debug_aranges content: %s"), in print_decoded_aranges_section()
5327 error (0, 0, gettext ("invalid sh_link value in section %zu"), in print_decoded_aranges_section()
5363 printf (gettext (" [%*zu] ???\n"), digits, n); in print_decoded_aranges_section()
5365 printf (gettext (" [%*zu] start: %0#*" PRIx64 in print_decoded_aranges_section()
5391 error (0, 0, gettext ("cannot get .debug_aranges content: %s"), in print_debug_aranges_section()
5396 printf (gettext ("\ in print_debug_aranges_section()
5409 printf (gettext ("\nTable at offset %zu:\n"), start_offset); in print_debug_aranges_section()
5413 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_aranges_section()
5429 printf (gettext ("\n Length: %6" PRIu64 "\n"), in print_debug_aranges_section()
5441 printf (gettext (" DWARF version: %6" PRIuFAST16 "\n"), in print_debug_aranges_section()
5445 error (0, 0, gettext ("unsupported aranges version")); in print_debug_aranges_section()
5456 printf (gettext (" CU offset: %6" PRIx64 "\n"), in print_debug_aranges_section()
5462 printf (gettext (" Address size: %6" PRIu64 "\n"), in print_debug_aranges_section()
5466 error (0, 0, gettext ("unsupported address size")); in print_debug_aranges_section()
5473 printf (gettext (" Segment size: %6" PRIu64 "\n\n"), in print_debug_aranges_section()
5477 error (0, 0, gettext ("unsupported segment size")); in print_debug_aranges_section()
5528 printf (gettext (" %zu padding bytes\n"), padding); in print_debug_aranges_section()
5563 printf (gettext ("\ in print_debug_rnglists_section()
5572 error (0, 0, gettext ("cannot get .debug_rnglists content: %s"), in print_debug_rnglists_section()
5589 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_rnglists_section()
5595 printf (gettext ("Table at Offset 0x%" PRIx64 ":\n\n"), in print_debug_rnglists_section()
5608 printf (gettext (" Length: %8" PRIu64 "\n"), unit_length); in print_debug_rnglists_section()
5621 printf (gettext (" DWARF version: %8" PRIu16 "\n"), version); in print_debug_rnglists_section()
5625 error (0, 0, gettext ("Unknown version")); in print_debug_rnglists_section()
5630 printf (gettext (" Address size: %8" PRIu64 "\n"), in print_debug_rnglists_section()
5635 error (0, 0, gettext ("unsupported address size")); in print_debug_rnglists_section()
5640 printf (gettext (" Segment size: %8" PRIu64 "\n"), in print_debug_rnglists_section()
5645 error (0, 0, gettext ("unsupported segment size")); in print_debug_rnglists_section()
5650 printf (gettext (" Offset entries: %8" PRIu64 "\n"), in print_debug_rnglists_section()
5666 printf (gettext (" Unknown CU base: ")); in print_debug_rnglists_section()
5668 printf (gettext (" CU [%6" PRIx64 "] base: "), in print_debug_rnglists_section()
5674 printf (gettext (" Not associated with a CU.\n")); in print_debug_rnglists_section()
5685 gettext ("too many offset entries for unit length")); in print_debug_rnglists_section()
5689 printf (gettext (" Offsets starting at 0x%" PRIx64 ":\n"), in print_debug_rnglists_section()
5741 error (0, 0, gettext ("invalid range list data")); in print_debug_rnglists_section()
5926 printf (gettext (" %zu padding bytes\n\n"), padding); in print_debug_rnglists_section()
5943 error (0, 0, gettext ("cannot get .debug_ranges content: %s"), in print_debug_ranges_section()
5948 printf (gettext ("\ in print_debug_ranges_section()
5979 printf (gettext ("\n Unknown CU base: ")); in print_debug_ranges_section()
5981 printf (gettext ("\n CU [%6" PRIx64 "] base: "), in print_debug_ranges_section()
5990 printf (gettext (" [%6tx] <INVALID DATA>\n"), offset); in print_debug_ranges_section()
6011 printf (gettext (" [%6tx] base address\n "), offset); in print_debug_ranges_section()
6019 printf (gettext (" [%6tx] empty list\n"), offset); in print_debug_ranges_section()
6129 gettext ("invalid encoding")); in read_encoded()
6274 fputs (gettext (" <INVALID DATA>\n"), stdout); in print_cfa_program()
6527 error (0, 0, gettext ("cannot get ELF: %s"), dwfl_errmsg (-1)); in print_debug_frame_section()
6539 error (0, 0, gettext ("cannot get %s content: %s"), in print_debug_frame_section()
6545 printf (gettext ("\ in print_debug_frame_section()
6549 printf (gettext ("\ in print_debug_frame_section()
6573 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_frame_section()
6595 printf (gettext ("\n [%6tx] Zero terminator\n"), offset); in print_debug_frame_section()
6696 error (0, 0, gettext ("invalid augmentation length")); in print_debug_frame_section()
6711 print_encoding_base (gettext ("FDE address encoding: "), in print_debug_frame_section()
6717 print_encoding_base (gettext ("LSDA pointer encoding: "), in print_debug_frame_section()
6827 printf (gettext (" (offset: %#" PRIx64 ")"), in print_debug_frame_section()
6834 printf (gettext (" (end offset: %#" PRIx64 ")"), in print_debug_frame_section()
6850 error (0, 0, gettext ("invalid augmentation length")); in print_debug_frame_section()
6871 printf (gettext ("\ in print_debug_frame_section()
6956 error (0, 0, gettext ("DIE [%" PRIx64 "] " in attr_callback()
6966 error (0, 0, gettext ("DIE [%" PRIx64 "] " in attr_callback()
6988 error (0, 0, gettext ("DIE [%" PRIx64 "] " in attr_callback()
7321 error (0, 0, gettext ("invalid file (%" PRId64 "): %s"), in attr_callback()
7325 error (0, 0, gettext ("no srcfiles for CU [%" PRIx64 "]"), in attr_callback()
7329 error (0, 0, gettext ("couldn't get DWARF CU: %s"), in attr_callback()
7552 printf (gettext ("\ in print_debug_units()
7602 error (0, 0, gettext ("cannot get next unit: %s"), dwarf_errmsg (-1)); in print_debug_units()
7621 printf (gettext (" Type unit at offset %" PRIu64 ":\n" in print_debug_units()
7633 printf (gettext (" Compilation unit at offset %" PRIu64 ":\n" in print_debug_units()
7643 printf (gettext (" Unit type: %s (%" PRIu8 ")"), in print_debug_units()
7670 error (0, 0, gettext ("unknown version (%d) or unit type (%d)"), in print_debug_units()
7699 error (0, 0, gettext ("cannot get DIE offset: %s"), in print_debug_units()
7708 error (0, 0, gettext ("cannot get tag of DIE at offset [%" PRIx64 in print_debug_units()
7746 error (0, 0, gettext ("cannot get next DIE: %s\n"), in print_debug_units()
7754 error (0, 0, gettext ("cannot get next DIE: %s"), in print_debug_units()
7798 printf (gettext (" Split compilation unit at offset %" in print_debug_units()
7806 printf (gettext (" Unit type: %s (%" PRIu8 ")"), in print_debug_units()
7850 printf (gettext ("\ in print_decoded_line_section()
8182 error (0, 0, gettext ("unknown form: %s"), dwarf_form_name (form)); in print_form_data()
8199 printf (gettext ("\ in print_debug_line_section()
8213 error (0, 0, gettext ("cannot get line data section data: %s"), in print_debug_line_section()
8226 printf (gettext ("\nTable at offset %zu:\n"), start_offset); in print_debug_line_section()
8237 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_line_section()
8315 printf (gettext ("\n" in print_debug_line_section()
8337 error (0, 0, gettext ("cannot handle .debug_line version: %u\n"), in print_debug_line_section()
8345 error (0, 0, gettext ("cannot handle address size: %u\n"), in print_debug_line_section()
8353 error (0, 0, gettext ("cannot handle segment selector size: %u\n"), in print_debug_line_section()
8363 gettext ("invalid data at offset %tu in section [%zu] '%s'"), in print_debug_line_section()
8389 puts (gettext ("\nDirectory table:")); in print_debug_line_section()
8395 printf (gettext (" [")); in print_debug_line_section()
8466 puts (gettext ("\nFile name table:")); in print_debug_line_section()
8472 printf (gettext (" [")); in print_debug_line_section()
8527 puts (gettext (" Entry Dir Time Size Name")); in print_debug_line_section()
8564 puts (gettext ("\nLine number statements:")); in print_debug_line_section()
8587 gettext ("invalid maximum operations per instruction is zero")); in print_debug_line_section()
8621 printf (gettext (" special opcode %u: address+%u = "), in print_debug_line_section()
8625 printf (gettext (", op_index = %u, line%+d = %zu\n"), in print_debug_line_section()
8628 printf (gettext (", line%+d = %zu\n"), in print_debug_line_section()
8646 printf (gettext (" extended opcode %u: "), opcode); in print_debug_line_section()
8651 puts (gettext (" end of sequence")); in print_debug_line_section()
8669 printf (gettext (" set address to ")); in print_debug_line_section()
8697 printf (gettext ("\ in print_debug_line_section()
8711 printf (gettext (" set discriminator to %u\n"), u128); in print_debug_line_section()
8716 puts (gettext (" unknown opcode")); in print_debug_line_section()
8728 puts (gettext (" copy")); in print_debug_line_section()
8739 printf (gettext (" advance address by %u to "), in print_debug_line_section()
8743 printf (gettext (", op_index to %u"), op_index); in print_debug_line_section()
8755 printf (gettext ("\ in print_debug_line_section()
8765 printf (gettext (" set file to %" PRIu64 "\n"), in print_debug_line_section()
8776 printf (gettext (" set column to %" PRIu64 "\n"), in print_debug_line_section()
8783 printf (gettext (" set '%s' to %" PRIuFAST8 "\n"), in print_debug_line_section()
8789 puts (gettext (" set basic block flag")); in print_debug_line_section()
8800 printf (gettext (" advance address by constant %u to "), in print_debug_line_section()
8804 printf (gettext (", op_index to %u"), op_index); in print_debug_line_section()
8820 printf (gettext ("\ in print_debug_line_section()
8830 puts (gettext (" set prologue end flag")); in print_debug_line_section()
8835 puts (gettext (" set epilogue begin flag")); in print_debug_line_section()
8845 printf (gettext (" set isa to %u\n"), u128); in print_debug_line_section()
8885 printf (gettext ("\ in print_debug_loclists_section()
8894 error (0, 0, gettext ("cannot get .debug_loclists content: %s"), in print_debug_loclists_section()
8911 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_loclists_section()
8917 printf (gettext ("Table at Offset 0x%" PRIx64 ":\n\n"), in print_debug_loclists_section()
8930 printf (gettext (" Length: %8" PRIu64 "\n"), unit_length); in print_debug_loclists_section()
8943 printf (gettext (" DWARF version: %8" PRIu16 "\n"), version); in print_debug_loclists_section()
8947 error (0, 0, gettext ("Unknown version")); in print_debug_loclists_section()
8952 printf (gettext (" Address size: %8" PRIu64 "\n"), in print_debug_loclists_section()
8957 error (0, 0, gettext ("unsupported address size")); in print_debug_loclists_section()
8962 printf (gettext (" Segment size: %8" PRIu64 "\n"), in print_debug_loclists_section()
8967 error (0, 0, gettext ("unsupported segment size")); in print_debug_loclists_section()
8972 printf (gettext (" Offset entries: %8" PRIu64 "\n"), in print_debug_loclists_section()
8988 printf (gettext (" Unknown CU base: ")); in print_debug_loclists_section()
8990 printf (gettext (" CU [%6" PRIx64 "] base: "), in print_debug_loclists_section()
8996 printf (gettext (" Not associated with a CU.\n")); in print_debug_loclists_section()
9007 gettext ("too many offset entries for unit length")); in print_debug_loclists_section()
9011 printf (gettext (" Offsets starting at 0x%" PRIx64 ":\n"), in print_debug_loclists_section()
9063 error (0, 0, gettext ("invalid loclists data")); in print_debug_loclists_section()
9299 printf (gettext (" %zu padding bytes\n\n"), padding); in print_debug_loclists_section()
9316 error (0, 0, gettext ("cannot get .debug_loc content: %s"), in print_debug_loc_section()
9321 printf (gettext ("\ in print_debug_loc_section()
9354 printf (gettext ("\n Unknown CU base: ")); in print_debug_loc_section()
9356 printf (gettext ("\n CU [%6" PRIx64 "] base: "), in print_debug_loc_section()
9382 printf (gettext (" [%6tx] <INVALID DATA>\n"), offset); in print_debug_loc_section()
9408 printf (gettext (" [%6tx] <INVALID DATA>\n"), offset); in print_debug_loc_section()
9488 printf (gettext (" [%6tx] base address\n "), offset); in print_debug_loc_section()
9496 printf (gettext (" [%6tx] empty list\n"), offset); in print_debug_loc_section()
9523 fputs (gettext (" <INVALID DATA>\n"), stdout); in print_debug_loc_section()
9566 printf (gettext ("\ in print_debug_macinfo_section()
9578 error (0, 0, gettext ("cannot get macro information section data: %s"), in print_debug_macinfo_section()
9658 printf (gettext ("\ in print_debug_macinfo_section()
9681 printf (gettext ("\ in print_debug_macinfo_section()
9732 printf (gettext ("\ in print_debug_macro_section()
9741 error (0, 0, gettext ("cannot get macro information section data: %s"), in print_debug_macro_section()
9782 printf (gettext (" Offset: 0x%" PRIx64 "\n"), in print_debug_macro_section()
9790 error (0, 0, gettext ("invalid data")); in print_debug_macro_section()
9794 printf (gettext (" Version: %" PRIu16 "\n"), vers); in print_debug_macro_section()
9800 printf (gettext (" unknown version, cannot parse section\n")); in print_debug_macro_section()
9807 printf (gettext (" Flag: 0x%" PRIx8), flag); in print_debug_macro_section()
9836 printf (gettext (" Offset length: %" PRIu8 "\n"), offset_len); in print_debug_macro_section()
9844 printf (gettext (" .debug_line offset: 0x%" PRIx64 "\n"), in print_debug_macro_section()
9869 printf (gettext (" extension opcode table, %" PRIu8 " items:\n"), in print_debug_macro_section()
9876 printf (gettext (" [%" PRIx8 "]"), opcode); in print_debug_macro_section()
9888 printf (gettext (" %" PRIu8 " arguments:"), args); in print_debug_macro_section()
9903 printf (gettext (" no arguments.")); in print_debug_macro_section()
10104 printf (gettext (" [%5d] DIE offset: %6" PRId64 in print_pubnames()
10119 printf (gettext ("\nDWARF section [%2zu] '%s' at offset %#" PRIx64 ":\n"), in print_debug_pubnames_section()
10148 printf (gettext ("\nDWARF section [%2zu] '%s' at offset %#" PRIx64 ":\n" in print_debug_str_section()
10163 printf (gettext (" *** error, missing string terminator\n")); in print_debug_str_section()
10179 printf (gettext ("\ in print_debug_str_offsets_section()
10192 error (0, 0, gettext ("cannot get .debug_str_offsets section data: %s"), in print_debug_str_offsets_section()
10291 printf (gettext (" Length: %8" PRIu64 "\n"), in print_debug_str_offsets_section()
10293 printf (gettext (" Offset size: %8" PRIu8 "\n"), in print_debug_str_offsets_section()
10307 printf (gettext (" DWARF version: %8" PRIu16 "\n"), version); in print_debug_str_offsets_section()
10311 error (0, 0, gettext ("Unknown version")); in print_debug_str_offsets_section()
10316 printf (gettext (" Padding: %8" PRIx16 "\n"), padding); in print_debug_str_offsets_section()
10370 printf (gettext ("\ in print_debug_frame_hdr_section()
10378 error (0, 0, gettext ("cannot get %s content: %s"), in print_debug_frame_hdr_section()
10390 error (0, 0, gettext ("invalid data")); in print_debug_frame_hdr_section()
10472 printf (gettext ("\ in print_debug_exception_table()
10480 error (0, 0, gettext ("cannot get %s content: %s"), in print_debug_exception_table()
10491 error (0, 0, gettext ("invalid data")); in print_debug_exception_table()
10495 printf (gettext (" LPStart encoding: %#x "), lpstart_encoding); in print_debug_exception_table()
10507 printf (gettext (" TType encoding: %#x "), ttype_encoding); in print_debug_exception_table()
10522 printf (gettext (" Call site encoding: %#x "), call_site_encoding); in print_debug_exception_table()
10535 puts (gettext ("\n Call site table:")); in print_debug_exception_table()
10549 printf (gettext (" [%4u] Call site start: %#" PRIx64 "\n" in print_debug_exception_table()
10567 fputs (gettext (" <INVALID DATA>\n"), stdout); in print_debug_exception_table()
10622 error (1, 0, gettext ("invalid TType encoding")); in print_debug_exception_table()
10649 printf (gettext ("\nGDB section [%2zu] '%s' at offset %#" PRIx64 in print_gdb_index_section()
10658 error (0, 0, gettext ("cannot get %s content: %s"), in print_gdb_index_section()
10673 error (0, 0, gettext ("invalid data")); in print_gdb_index_section()
10678 printf (gettext (" Version: %" PRId32 "\n"), vers); in print_gdb_index_section()
10687 printf (gettext (" unknown version, cannot parse section\n")); in print_gdb_index_section()
10696 printf (gettext (" CU offset: %#" PRIx32 "\n"), cu_off); in print_gdb_index_section()
10703 printf (gettext (" TU offset: %#" PRIx32 "\n"), tu_off); in print_gdb_index_section()
10710 printf (gettext (" address offset: %#" PRIx32 "\n"), addr_off); in print_gdb_index_section()
10717 printf (gettext (" symbol offset: %#" PRIx32 "\n"), sym_off); in print_gdb_index_section()
10724 printf (gettext (" constant offset: %#" PRIx32 "\n"), const_off); in print_gdb_index_section()
10738 printf (gettext ("\n CU list at offset %#" PRIx32 in print_gdb_index_section()
10763 printf (gettext ("\n TU list at offset %#" PRIx32 in print_gdb_index_section()
10792 printf (gettext ("\n Address list at offset %#" PRIx32 in print_gdb_index_section()
10824 printf (gettext ("\n Symbol table at offset %#" PRIx32 in print_gdb_index_section()
10962 error (0, 0, gettext ("cannot get debug context descriptor: %s"), in print_debug()
11106 gettext ("cannot get section header string table index")); in print_debug()
11325 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in convert()
11688 printf (gettext ("\n%*s... <repeats %u more times> ..."), in handle_core_items()
11947 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in handle_auxv_note()
12058 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in handle_siginfo_note()
12116 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in handle_file_note()
12195 fputs_unlocked (gettext (" Owner Data size Type\n"), stdout); in handle_notes_data()
12224 printf (gettext (" %-13.*s %9" PRId32 " %s\n"), in handle_notes_data()
12276 gettext ("cannot get content of note: %s"), in handle_notes_data()
12291 gettext ("cannot get section header string table index")); in handle_notes()
12303 printf (gettext ("\ in handle_notes()
12326 printf (gettext ("\ in handle_notes()
12373 printf (gettext ("\nSection [%zu] '%s' has no data to dump.\n"), in dump_data_section()
12386 gettext ("Couldn't uncompress section"), in dump_data_section()
12393 gettext ("Couldn't uncompress section"), in dump_data_section()
12400 error (0, 0, gettext ("cannot get data for section [%zu] '%s': %s"), in dump_data_section()
12405 printf (gettext ("\nHex dump of section [%zu] '%s', %" PRIu64 in dump_data_section()
12410 printf (gettext ("\nHex dump of section [%zu] '%s', %" PRIu64 in dump_data_section()
12424 printf (gettext ("\nSection [%zu] '%s' has no strings to dump.\n"), in print_string_section()
12437 gettext ("Couldn't uncompress section"), in print_string_section()
12444 gettext ("Couldn't uncompress section"), in print_string_section()
12451 error (0, 0, gettext ("cannot get data for section [%zu] '%s': %s"), in print_string_section()
12456 printf (gettext ("\nString section [%zu] '%s' contains %" PRIu64 in print_string_section()
12461 printf (gettext ("\nString section [%zu] '%s' contains %" PRIu64 in print_string_section()
12495 gettext ("cannot get section header string table index")); in for_each_section_argument()
12510 error (0, 0, gettext ("\nsection [%lu] does not exist"), shndx); in for_each_section_argument()
12515 error (EXIT_FAILURE, 0, gettext ("cannot get section header: %s"), in for_each_section_argument()
12539 error (0, 0, gettext ("\nsection '%s' does not exist"), a->arg); in for_each_section_argument()
12563 gettext ("cannot get section header string table index")); in print_strings()
12596 gettext ("cannot get symbol index of archive '%s': %s"), in dump_archive_index()
12599 printf (gettext ("\nArchive '%s' has no symbol index\n"), fname); in dump_archive_index()
12603 printf (gettext ("\nIndex of archive '%s' has %zu entries:\n"), in dump_archive_index()
12621 gettext ("cannot extract member at offset %zu in '%s': %s"), in dump_archive_index()
12626 printf (gettext ("Archive member '%s' contains:\n"), h->ar_name); in dump_archive_index()