Lines Matching refs:gettext
298 error (0, errno, gettext ("cannot open input file")); in main()
447 fprintf (stderr, gettext ("Unknown DWARF debug section `%s'.\n"), in parse_opt()
474 fputs (gettext ("Missing file name.\n"), stderr); in parse_opt()
479 fputs (gettext ("No operation specified.\n"), stderr); in parse_opt()
509 fprintf (stream, gettext ("\ in print_version()
514 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); in print_version()
529 error (0, 0, gettext ("cannot generate Elf descriptor: %s"), in open_input_section()
536 error (0, 0, gettext ("cannot determine number of sections: %s"), in open_input_section()
545 error (0, 0, gettext ("cannot get section header string table index")); in open_input_section()
554 error (0, 0, gettext ("cannot get section: %s"), in open_input_section()
563 error (0, 0, gettext ("cannot get section header: %s"), in open_input_section()
571 error (0, 0, gettext ("cannot get section name")); in open_input_section()
580 error (0, 0, gettext ("cannot get %s content: %s"), in open_input_section()
596 error (0, 0, gettext ("cannot create temp file '%s'"), in open_input_section()
605 error (0, 0, gettext ("cannot write section data")); in open_input_section()
611 error (0, 0, gettext ("error while closing Elf descriptor: %s"), in open_input_section()
618 error (0, 0, gettext ("error while rewinding file descriptor")); in open_input_section()
628 error (0, 0, gettext ("error while closing Elf descriptor: %s"), in open_input_section()
640 error (0, 0, gettext ("cannot generate Elf descriptor: %s"), in check_archive_index()
652 gettext ("'%s' is not an archive, cannot print archive index"), in check_archive_index()
657 error (0, 0, gettext ("error while closing Elf descriptor: %s"), in check_archive_index()
751 error (0, 0, gettext ("No such section '%s' in '%s'"), in process_file()
778 error (0, errno, gettext ("cannot stat input file")); in process_file()
780 error (0, 0, gettext ("input file is empty")); in process_file()
782 error (0, 0, gettext ("failed reading '%s': %s"), in process_file()
837 error (0, 0, gettext ("cannot read ELF header: %s"), elf_errmsg (-1)); in process_elf_file()
845 error (0, errno, gettext ("cannot create EBL handle")); in process_elf_file()
852 gettext ("cannot determine number of sections: %s"), in process_elf_file()
858 gettext ("cannot determine number of program headers: %s"), in process_elf_file()
954 puts (gettext (knowntypes[e_type])); in print_file_type()
957 printf (gettext ("OS Specific: (%x)\n"), e_type); in print_file_type()
959 printf (gettext ("Processor Specific: (%x)\n"), e_type); in print_file_type()
969 fputs_unlocked (gettext ("ELF Header:\n Magic: "), stdout); in print_ehdr()
973 printf (gettext ("\n Class: %s\n"), in print_ehdr()
978 printf (gettext (" Data: %s\n"), in print_ehdr()
984 printf (gettext (" Ident Version: %hhd %s\n"), in print_ehdr()
986 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)") in print_ehdr()
990 printf (gettext (" OS/ABI: %s\n"), in print_ehdr()
993 printf (gettext (" ABI Version: %hhd\n"), in print_ehdr()
996 fputs_unlocked (gettext (" Type: "), stdout); in print_ehdr()
999 printf (gettext (" Machine: %s\n"), ebl->name); in print_ehdr()
1001 printf (gettext (" Version: %d %s\n"), in print_ehdr()
1003 ehdr->e_version == EV_CURRENT ? gettext ("(current)") : "(\?\?\?)"); in print_ehdr()
1005 printf (gettext (" Entry point address: %#" PRIx64 "\n"), in print_ehdr()
1008 printf (gettext (" Start of program headers: %" PRId64 " %s\n"), in print_ehdr()
1009 ehdr->e_phoff, gettext ("(bytes into file)")); in print_ehdr()
1011 printf (gettext (" Start of section headers: %" PRId64 " %s\n"), in print_ehdr()
1012 ehdr->e_shoff, gettext ("(bytes into file)")); in print_ehdr()
1014 printf (gettext (" Flags: %s\n"), in print_ehdr()
1017 printf (gettext (" Size of this header: %" PRId16 " %s\n"), in print_ehdr()
1018 ehdr->e_ehsize, gettext ("(bytes)")); in print_ehdr()
1020 printf (gettext (" Size of program header entries: %" PRId16 " %s\n"), in print_ehdr()
1021 ehdr->e_phentsize, gettext ("(bytes)")); in print_ehdr()
1023 printf (gettext (" Number of program headers entries: %" PRId16), in print_ehdr()
1030 printf (gettext (" (%" PRIu32 " in [0].sh_info)"), in print_ehdr()
1033 fputs_unlocked (gettext (" ([0] not available)"), stdout); in print_ehdr()
1037 printf (gettext (" Size of section header entries: %" PRId16 " %s\n"), in print_ehdr()
1038 ehdr->e_shentsize, gettext ("(bytes)")); in print_ehdr()
1040 printf (gettext (" Number of section headers entries: %" PRId16), in print_ehdr()
1047 printf (gettext (" (%" PRIu32 " in [0].sh_size)"), in print_ehdr()
1050 fputs_unlocked (gettext (" ([0] not available)"), stdout); in print_ehdr()
1060 snprintf (buf, sizeof (buf), gettext (" (%" PRIu32 " in [0].sh_link)"), in print_ehdr()
1064 strncpy (buf, gettext (" ([0] not available)"), sizeof (buf)); in print_ehdr()
1068 printf (gettext (" Section header string table index: XINDEX%s\n\n"), in print_ehdr()
1072 printf (gettext (" Section header string table index: %" PRId16 "\n\n"), in print_ehdr()
1115 printf (gettext ("\ in print_shdr()
1123 gettext ("cannot get section header string table index")); in print_shdr()
1125 puts (gettext ("Section Headers:")); in print_shdr()
1128 …puts (gettext ("[Nr] Name Type Addr Off Size ES Flags Lk Inf Al")… in print_shdr()
1130 …puts (gettext ("[Nr] Name Type Addr Off Size ES Flags… in print_shdr()
1135 puts (gettext (" [Compression Size Al]")); in print_shdr()
1137 puts (gettext (" [Compression Size Al]")); in print_shdr()
1145 error (EXIT_FAILURE, 0, gettext ("cannot get section: %s"), in print_shdr()
1152 error (EXIT_FAILURE, 0, gettext ("cannot get section header: %s"), in print_shdr()
1213 gettext ("bad compression header for section %zd: %s"), in print_shdr()
1224 gettext ("bad gnu compressed size for section %zd: %s"), in print_shdr()
1242 puts (gettext ("Program Headers:")); in print_phdr()
1244 puts (gettext ("\ in print_phdr()
1247 puts (gettext ("\ in print_phdr()
1304 printf (gettext ("\t[Requesting program interpreter: %s]\n"), in print_phdr()
1323 gettext ("cannot get section header string table index")); in print_phdr()
1325 puts (gettext ("\n Section to Segment mapping:\n Segment Sections...")); in print_phdr()
1336 error (EXIT_FAILURE, 0, gettext ("cannot get program header: %s"), in print_phdr()
1347 error (EXIT_FAILURE, 0, gettext ("cannot get section: %s"), in print_phdr()
1355 gettext ("cannot get section header: %s"), in print_phdr()
1471 gettext ("cannot get section header string table index")); in handle_scngrp()
1492 ?: gettext ("<INVALID SYMBOL>"), in handle_scngrp()
1506 ? str : gettext ("<INVALID SECTION>")); in handle_scngrp()
1529 gettext ("Couldn't uncompress section"), in print_scngrp()
1667 gettext ("cannot get section header string table index")); in handle_dynamic()
1673 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_dynamic()
1686 fputs_unlocked (gettext (" Type Value\n"), stdout); in handle_dynamic()
1710 printf (gettext ("Shared library: [%s]\n"), in handle_dynamic()
1715 printf (gettext ("Library soname: [%s]\n"), in handle_dynamic()
1720 printf (gettext ("Library rpath: [%s]\n"), in handle_dynamic()
1725 printf (gettext ("Library runpath: [%s]\n"), in handle_dynamic()
1745 printf (gettext ("%" PRId64 " (bytes)\n"), dyn->d_un.d_val); in handle_dynamic()
1858 printf (gettext ("\nInvalid symbol table at offset %#0" PRIx64 "\n"), in handle_relocs_rel()
1873 gettext ("cannot get section header string table index")); in handle_relocs_rel()
1901 ? gettext ("\ in handle_relocs_rel()
1903 : gettext ("\ in handle_relocs_rel()
1956 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
1967 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
1968 gettext ("INVALID SYMBOL"), in handle_relocs_rel()
1980 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2001 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2002 gettext ("INVALID SECTION"), in handle_relocs_rel()
2013 : gettext ("<INVALID RELOC>"), in handle_relocs_rel()
2048 printf (gettext ("\nInvalid symbol table at offset %#0" PRIx64 "\n"), in handle_relocs_rela()
2063 gettext ("cannot get section header string table index")); in handle_relocs_rela()
2091 ? gettext ("\ in handle_relocs_rela()
2093 : gettext ("\ in handle_relocs_rela()
2147 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2159 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2160 gettext ("INVALID SYMBOL"), in handle_relocs_rela()
2173 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2195 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2196 gettext ("INVALID SECTION"), in handle_relocs_rela()
2208 : gettext ("<INVALID RELOC>"), in handle_relocs_rela()
2238 gettext ("Couldn't uncompress section"), in print_symtab()
2300 gettext ("cannot get section header string table index")); in handle_symtab()
2306 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_symtab()
2327 ? gettext ("\ in handle_symtab()
2329 : gettext ("\ in handle_symtab()
2349 printf (gettext ("\ in handle_symtab()
2437 error (0, 0, gettext ("bad dynamic symbol")); in handle_symtab()
2519 return gettext ("none"); in get_ver_flags()
2536 strncpy (endp, gettext ("| <unknown>"), buf + sizeof (buf) - endp); in get_ver_flags()
2558 gettext ("cannot get section header string table index")); in handle_verneed()
2564 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_verneed()
2588 printf (gettext (" %#06x: Version: %hu File: %s Cnt: %hu\n"), in handle_verneed()
2601 printf (gettext (" %#06x: Name: %s Flags: %s Version: %hu\n"), in handle_verneed()
2634 gettext ("cannot get section header string table index")); in handle_verdef()
2640 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_verdef()
2672 printf (gettext ("\ in handle_verdef()
2687 printf (gettext (" %#06x: Parent %d: %s\n"), in handle_verdef()
2721 gettext ("cannot get section header string table index")); in handle_versym()
2944 error (EXIT_FAILURE, 0, gettext ("invalid sh_link value in section %zu"), in handle_versym()
2976 fputs_unlocked (gettext (" 0 *local* "), in handle_versym()
2981 fputs_unlocked (gettext (" 1 *global* "), in handle_versym()
3018 error (0, 0, gettext ("invalid sh_link value in section %zu"), in print_hash_info()
3045 fputs_unlocked (gettext ("\ in print_hash_info()
3047 printf (gettext (" 0 %6" PRIu32 " %5.1f%%\n"), in print_hash_info()
3054 printf (gettext ("\ in print_hash_info()
3067 printf (gettext ("\ in print_hash_info()
3085 error (0, 0, gettext ("cannot get data for section %d: %s"), in handle_sysv_hash()
3093 error (0, 0, gettext ("invalid data in sysv.hash section %d"), in handle_sysv_hash()
3140 error (0, 0, gettext ("cannot get data for section %d: %s"), in handle_sysv_hash64()
3148 error (0, 0, gettext ("invalid data in sysv.hash64 section %d"), in handle_sysv_hash64()
3197 error (0, 0, gettext ("cannot get data for section %d: %s"), in handle_gnu_hash()
3206 error (0, 0, gettext ("invalid data in gnu.hash section %d"), in handle_gnu_hash()
3273 if (unlikely (asprintf (&str, gettext ("\ in handle_gnu_hash()
3282 error (EXIT_FAILURE, 0, gettext ("memory exhausted")); in handle_gnu_hash()
3301 gettext ("cannot get section header string table index")); in handle_hash()
3317 gettext ("Couldn't uncompress section"), in handle_hash()
3347 gettext ("cannot get section header string table index")); in print_liblist()
3372 puts (gettext ("\ in print_liblist()
3410 gettext ("cannot get section header string table index")); in print_attributes()
3422 printf (gettext ("\ in print_attributes()
3439 fputs_unlocked (gettext (" Owner Size\n"), stdout); in print_attributes()
3468 printf (gettext (" %-13s %4" PRIu32 "\n"), name, len); in print_attributes()
3507 printf (gettext (" %-4u %12" PRIu32 "\n"), in print_attributes()
3512 printf (gettext (" File: %11" PRIu32 "\n"), in print_attributes()
3561 printf (gettext (" %s: %" PRId64 ", %s\n"), in print_attributes()
3564 printf (gettext (" %s: %" PRId64 "\n"), in print_attributes()
3567 printf (gettext (" %s: %s\n"), in print_attributes()
3577 printf (gettext (" %u: %" PRId64 "\n"), in print_attributes()
3580 printf (gettext (" %u: %s\n"), in print_attributes()
3625 gettext ("%s+%#" PRIx64 " <%s+%#" PRIx64 ">"), in format_dwarf_addr()
3628 gettext ("%s+%#0*" PRIx64 " <%s+%#" PRIx64 ">"), in format_dwarf_addr()
3633 gettext ("%#" PRIx64 " <%s+%#" PRIx64 ">"), in format_dwarf_addr()
3636 gettext ("%#0*" PRIx64 " <%s+%#" PRIx64 ">"), in format_dwarf_addr()
3642 gettext ("%s+%#" PRIx64 " <%s>"), in format_dwarf_addr()
3645 gettext ("%s+%#0*" PRIx64 " <%s>"), in format_dwarf_addr()
3649 gettext ("%#" PRIx64 " <%s>"), in format_dwarf_addr()
3652 gettext ("%#0*" PRIx64 " <%s>"), in format_dwarf_addr()
3657 gettext ("%s+%#" PRIx64), in format_dwarf_addr()
3660 gettext ("%s+%#0*" PRIx64), in format_dwarf_addr()
4438 printf (gettext ("%*s[%4" PRIuMAX "] %s <TRUNCATED>\n"), in print_ops()
4495 gettext ("%s %#" PRIx64 " used with different address sizes"), in compare_listptr()
4502 gettext ("%s %#" PRIx64 " used with different offset sizes"), in compare_listptr()
4509 gettext ("%s %#" PRIx64 " used with different base addresses"), in compare_listptr()
4598 printf (gettext (" [%6tx] <UNUSED GARBAGE IN REST OF SECTION>\n"), in skip_listptr_hole()
4606 printf (gettext (" [%6tx] <UNUSED GARBAGE> ... %" PRIu64 " bytes ...\n"), in skip_listptr_hole()
4632 printf (gettext ("\nDWARF section [%2zu] '%s' at offset %#" PRIx64 ":\n" in print_debug_abbrev_section()
4640 printf (gettext ("\nAbbreviation section at offset %" PRIu64 ":\n"), in print_debug_abbrev_section()
4653 printf (gettext ("\ in print_debug_abbrev_section()
4669 printf (gettext (" [%5u] offset: %" PRId64 in print_debug_abbrev_section()
4672 has_children ? gettext ("yes") : gettext ("no"), in print_debug_abbrev_section()
4706 error (0, 0, gettext ("cannot get .debug_aranges content: %s"), in print_decoded_aranges_section()
4716 error (0, 0, gettext ("invalid sh_link value in section %zu"), in print_decoded_aranges_section()
4752 printf (gettext (" [%*zu] ???\n"), digits, n); in print_decoded_aranges_section()
4754 printf (gettext (" [%*zu] start: %0#*" PRIx64 in print_decoded_aranges_section()
4779 error (0, 0, gettext ("cannot get .debug_aranges content: %s"), in print_debug_aranges_section()
4784 printf (gettext ("\ in print_debug_aranges_section()
4797 printf (gettext ("\nTable at offset %zu:\n"), start_offset); in print_debug_aranges_section()
4801 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_aranges_section()
4817 printf (gettext ("\n Length: %6" PRIu64 "\n"), in print_debug_aranges_section()
4829 printf (gettext (" DWARF version: %6" PRIuFAST16 "\n"), in print_debug_aranges_section()
4833 error (0, 0, gettext ("unsupported aranges version")); in print_debug_aranges_section()
4844 printf (gettext (" CU offset: %6" PRIx64 "\n"), in print_debug_aranges_section()
4850 printf (gettext (" Address size: %6" PRIu64 "\n"), in print_debug_aranges_section()
4854 error (0, 0, gettext ("unsupported address size")); in print_debug_aranges_section()
4859 printf (gettext (" Segment size: %6" PRIu64 "\n\n"), in print_debug_aranges_section()
4863 error (0, 0, gettext ("unsupported segment size")); in print_debug_aranges_section()
4903 printf (gettext (" %s..%s (%" PRIx64 ")\n"), b, e, in print_debug_aranges_section()
4906 printf (gettext (" %s..%s\n"), b, e); in print_debug_aranges_section()
4915 printf (gettext (" %zu padding bytes\n"), padding); in print_debug_aranges_section()
4933 error (0, 0, gettext ("cannot get .debug_ranges content: %s"), in print_debug_ranges_section()
4938 printf (gettext ("\ in print_debug_ranges_section()
4963 printf (gettext (" [%6tx] <INVALID DATA>\n"), offset); in print_debug_ranges_section()
4985 printf (gettext (" [%6tx] base address %s\n"), offset, b); in print_debug_ranges_section()
4992 printf (gettext (" [%6tx] empty list\n"), offset); in print_debug_ranges_section()
5003 printf (gettext (" [%6tx] %s..%s\n"), offset, b, e); in print_debug_ranges_section()
5005 printf (gettext (" %s..%s\n"), b, e); in print_debug_ranges_section()
5184 fputs (gettext (" <INVALID DATA>\n"), stdout); in print_cfa_program()
5473 gettext ("invalid encoding")); in read_encoded()
5493 error (0, 0, gettext ("cannot get ELF: %s"), dwfl_errmsg (-1)); in print_debug_frame_section()
5504 error (0, 0, gettext ("cannot get %s content: %s"), in print_debug_frame_section()
5510 printf (gettext ("\ in print_debug_frame_section()
5514 printf (gettext ("\ in print_debug_frame_section()
5538 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_frame_section()
5560 printf (gettext ("\n [%6tx] Zero terminator\n"), offset); in print_debug_frame_section()
5653 error (0, 0, gettext ("invalid augmentation length")); in print_debug_frame_section()
5668 print_encoding_base (gettext ("FDE address encoding: "), in print_debug_frame_section()
5674 print_encoding_base (gettext ("LSDA pointer encoding: "), in print_debug_frame_section()
5785 printf (gettext (" (offset: %#" PRIx64 ")"), in print_debug_frame_section()
5792 printf (gettext (" (end offset: %#" PRIx64 ")"), in print_debug_frame_section()
5808 error (0, 0, gettext ("invalid augmentation length")); in print_debug_frame_section()
5829 printf (gettext ("\ in print_debug_frame_section()
5884 error (0, 0, gettext ("cannot get attribute code: %s"), in attr_callback()
5893 error (0, 0, gettext ("cannot get attribute form: %s"), in attr_callback()
5908 error (0, 0, gettext ("cannot get attribute value: %s"), in attr_callback()
6207 printf (gettext ("\ in print_debug_units()
6239 printf (gettext (" Type unit at offset %" PRIu64 ":\n" in print_debug_units()
6248 printf (gettext (" Compilation unit at offset %" PRIu64 ":\n" in print_debug_units()
6273 error (0, 0, gettext ("cannot get DIE at offset %" PRIu64 in print_debug_units()
6287 error (0, 0, gettext ("cannot get DIE offset: %s"), in print_debug_units()
6296 error (0, 0, gettext ("cannot get tag of DIE at offset %" PRIu64 in print_debug_units()
6328 error (0, 0, gettext ("cannot get next DIE: %s\n"), in print_debug_units()
6336 error (0, 0, gettext ("cannot get next DIE: %s"), in print_debug_units()
6372 printf (gettext ("\ in print_decoded_line_section()
6468 printf (gettext ("\ in print_debug_line_section()
6481 error (0, 0, gettext ("cannot get line data section data: %s"), in print_debug_line_section()
6494 printf (gettext ("\nTable at offset %zu:\n"), start_offset); in print_debug_line_section()
6505 error (0, 0, gettext ("invalid data in section [%zu] '%s'"), in print_debug_line_section()
6551 printf (gettext ("\n" in print_debug_line_section()
6572 gettext ("invalid data at offset %tu in section [%zu] '%s'"), in print_debug_line_section()
6595 puts (gettext ("\nDirectory table:")); in print_debug_line_section()
6611 puts (gettext ("\nFile name table:\n" in print_debug_line_section()
6646 puts (gettext ("\nLine number statements:")); in print_debug_line_section()
6697 gettext ("invalid maximum operations per instruction is zero")); in print_debug_line_section()
6733 printf (gettext ("\ in print_debug_line_section()
6738 printf (gettext ("\ in print_debug_line_section()
6758 printf (gettext (" extended opcode %u: "), opcode); in print_debug_line_section()
6763 puts (gettext (" end of sequence")); in print_debug_line_section()
6782 printf (gettext (" set address to %s\n"), a); in print_debug_line_section()
6809 printf (gettext ("\ in print_debug_line_section()
6822 printf (gettext (" set discriminator to %u\n"), u128); in print_debug_line_section()
6827 puts (gettext (" unknown opcode")); in print_debug_line_section()
6839 puts (gettext (" copy")); in print_debug_line_section()
6850 printf (gettext ("\ in print_debug_line_section()
6854 printf (gettext (" advance address by %u to %s\n"), in print_debug_line_section()
6865 printf (gettext ("\ in print_debug_line_section()
6873 printf (gettext (" set file to %" PRIu64 "\n"), in print_debug_line_section()
6883 printf (gettext (" set column to %" PRIu64 "\n"), in print_debug_line_section()
6890 printf (gettext (" set '%s' to %" PRIuFAST8 "\n"), in print_debug_line_section()
6896 puts (gettext (" set basic block flag")); in print_debug_line_section()
6909 printf (gettext ("\ in print_debug_line_section()
6913 printf (gettext ("\ in print_debug_line_section()
6931 printf (gettext ("\ in print_debug_line_section()
6940 puts (gettext (" set prologue end flag")); in print_debug_line_section()
6945 puts (gettext (" set epilogue begin flag")); in print_debug_line_section()
6954 printf (gettext (" set isa to %u\n"), u128); in print_debug_line_section()
6995 error (0, 0, gettext ("cannot get .debug_loc content: %s"), in print_debug_loc_section()
7000 printf (gettext ("\ in print_debug_loc_section()
7027 printf (gettext (" [%6tx] <INVALID DATA>\n"), offset); in print_debug_loc_section()
7049 printf (gettext (" [%6tx] base address %s\n"), offset, b); in print_debug_loc_section()
7056 printf (gettext (" [%6tx] empty list\n"), offset); in print_debug_loc_section()
7070 printf (gettext (" [%6tx] %s..%s"), offset, b, e); in print_debug_loc_section()
7072 printf (gettext (" %s..%s"), b, e); in print_debug_loc_section()
7079 fputs (gettext (" <INVALID DATA>\n"), stdout); in print_debug_loc_section()
7120 printf (gettext ("\ in print_debug_macinfo_section()
7131 error (0, 0, gettext ("cannot get macro information section data: %s"), in print_debug_macinfo_section()
7211 printf (gettext ("\ in print_debug_macinfo_section()
7234 printf (gettext ("\ in print_debug_macinfo_section()
7284 printf (gettext ("\ in print_debug_macro_section()
7293 error (0, 0, gettext ("cannot get macro information section data: %s"), in print_debug_macro_section()
7334 printf (gettext (" Offset: 0x%" PRIx64 "\n"), in print_debug_macro_section()
7342 error (0, 0, gettext ("invalid data")); in print_debug_macro_section()
7346 printf (gettext (" Version: %" PRIu16 "\n"), vers); in print_debug_macro_section()
7352 printf (gettext (" unknown version, cannot parse section\n")); in print_debug_macro_section()
7359 printf (gettext (" Flag: 0x%" PRIx8 "\n"), flag); in print_debug_macro_section()
7362 printf (gettext (" Offset length: %" PRIu8 "\n"), offset_len); in print_debug_macro_section()
7370 printf (gettext (" .debug_line offset: 0x%" PRIx64 "\n"), in print_debug_macro_section()
7383 printf (gettext (" extension opcode table, %" PRIu8 " items:\n"), in print_debug_macro_section()
7390 printf (gettext (" [%" PRIx8 "]"), opcode); in print_debug_macro_section()
7402 printf (gettext (" %" PRIu8 " arguments:"), args); in print_debug_macro_section()
7430 printf (gettext (" no arguments.")); in print_debug_macro_section()
7667 error (0, 0, gettext ("vendor opcode not verified?")); in print_debug_macro_section()
7695 printf (gettext (" [%5d] DIE offset: %6" PRId64 in print_pubnames()
7709 printf (gettext ("\nDWARF section [%2zu] '%s' at offset %#" PRIx64 ":\n"), in print_debug_pubnames_section()
7736 printf (gettext ("\nDWARF section [%2zu] '%s' at offset %#" PRIx64 ":\n" in print_debug_str_section()
7750 printf (gettext (" *** error while reading strings: %s\n"), in print_debug_str_section()
7770 printf (gettext ("\ in print_debug_frame_hdr_section()
7778 error (0, 0, gettext ("cannot get %s content: %s"), in print_debug_frame_hdr_section()
7790 error (0, 0, gettext ("invalid data")); in print_debug_frame_hdr_section()
7872 printf (gettext ("\ in print_debug_exception_table()
7880 error (0, 0, gettext ("cannot get %s content: %s"), in print_debug_exception_table()
7891 error (0, 0, gettext ("invalid data")); in print_debug_exception_table()
7895 printf (gettext (" LPStart encoding: %#x "), lpstart_encoding); in print_debug_exception_table()
7907 printf (gettext (" TType encoding: %#x "), ttype_encoding); in print_debug_exception_table()
7922 printf (gettext (" Call site encoding: %#x "), call_site_encoding); in print_debug_exception_table()
7935 puts (gettext ("\n Call site table:")); in print_debug_exception_table()
7949 printf (gettext (" [%4u] Call site start: %#" PRIx64 "\n" in print_debug_exception_table()
7967 fputs (gettext (" <INVALID DATA>\n"), stdout); in print_debug_exception_table()
8022 error (1, 0, gettext ("invalid TType encoding")); in print_debug_exception_table()
8048 printf (gettext ("\nGDB section [%2zu] '%s' at offset %#" PRIx64 in print_gdb_index_section()
8057 error (0, 0, gettext ("cannot get %s content: %s"), in print_gdb_index_section()
8072 error (0, 0, gettext ("invalid data")); in print_gdb_index_section()
8077 printf (gettext (" Version: %" PRId32 "\n"), vers); in print_gdb_index_section()
8086 printf (gettext (" unknown version, cannot parse section\n")); in print_gdb_index_section()
8095 printf (gettext (" CU offset: %#" PRIx32 "\n"), cu_off); in print_gdb_index_section()
8102 printf (gettext (" TU offset: %#" PRIx32 "\n"), tu_off); in print_gdb_index_section()
8109 printf (gettext (" address offset: %#" PRIx32 "\n"), addr_off); in print_gdb_index_section()
8116 printf (gettext (" symbol offset: %#" PRIx32 "\n"), sym_off); in print_gdb_index_section()
8123 printf (gettext (" constant offset: %#" PRIx32 "\n"), const_off); in print_gdb_index_section()
8137 printf (gettext ("\n CU list at offset %#" PRIx32 in print_gdb_index_section()
8162 printf (gettext ("\n TU list at offset %#" PRIx32 in print_gdb_index_section()
8191 printf (gettext ("\n Address list at offset %#" PRIx32 in print_gdb_index_section()
8224 printf (gettext ("\n Symbol table at offset %#" PRIx32 in print_gdb_index_section()
8311 error (0, 0, gettext ("cannot get debug context descriptor: %s"), in print_debug()
8320 gettext ("cannot get section header string table index")); in print_debug()
8467 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in convert()
8830 printf (gettext ("\n%*s... <repeats %u more times> ..."), in handle_core_items()
9089 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in handle_auxv_note()
9200 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in handle_siginfo_note()
9258 gettext ("cannot convert core note data: %s"), elf_errmsg (-1)); in handle_file_note()
9337 fputs_unlocked (gettext (" Owner Data size Type\n"), stdout); in handle_notes_data()
9355 printf (gettext (" %-13.*s %9" PRId32 " %s\n"), in handle_notes_data()
9405 gettext ("cannot get content of note section: %s"), in handle_notes_data()
9420 gettext ("cannot get section header string table index")); in handle_notes()
9432 printf (gettext ("\ in handle_notes()
9455 printf (gettext ("\ in handle_notes()
9501 printf (gettext ("\nSection [%zu] '%s' has no data to dump.\n"), in dump_data_section()
9518 error (0, 0, gettext ("cannot get data for section [%zu] '%s': %s"), in dump_data_section()
9523 printf (gettext ("\nHex dump of section [%zu] '%s', %" PRIu64 in dump_data_section()
9528 printf (gettext ("\nHex dump of section [%zu] '%s', %" PRIu64 in dump_data_section()
9542 printf (gettext ("\nSection [%zu] '%s' has no strings to dump.\n"), in print_string_section()
9559 error (0, 0, gettext ("cannot get data for section [%zu] '%s': %s"), in print_string_section()
9564 printf (gettext ("\nString section [%zu] '%s' contains %" PRIu64 in print_string_section()
9569 printf (gettext ("\nString section [%zu] '%s' contains %" PRIu64 in print_string_section()
9603 gettext ("cannot get section header string table index")); in for_each_section_argument()
9618 error (0, 0, gettext ("\nsection [%lu] does not exist"), shndx); in for_each_section_argument()
9623 error (EXIT_FAILURE, 0, gettext ("cannot get section header: %s"), in for_each_section_argument()
9647 error (0, 0, gettext ("\nsection '%s' does not exist"), a->arg); in for_each_section_argument()
9671 gettext ("cannot get section header string table index")); in print_strings()
9704 gettext ("cannot get symbol index of archive '%s': %s"), in dump_archive_index()
9707 printf (gettext ("\nArchive '%s' has no symbol index\n"), fname); in dump_archive_index()
9711 printf (gettext ("\nIndex of archive '%s' has %zu entries:\n"), in dump_archive_index()
9729 gettext ("cannot extract member at offset %zu in '%s': %s"), in dump_archive_index()
9734 printf (gettext ("Archive member '%s' contains:\n"), h->ar_name); in dump_archive_index()