Home | History | Annotate | Download | only in src

Lines Matching refs:N_

72   { NULL, 0, NULL, 0, N_("ELF input selection:"), 0 },
74 N_("Use the named SECTION (default .gnu_debugdata) as (compressed) ELF "
76 { NULL, 0, NULL, 0, N_("ELF output selection:"), 0 },
78 N_("All these plus -p .strtab -p .dynstr -p .comment"), 0 },
79 { "dynamic", 'd', NULL, 0, N_("Display the dynamic segment"), 0 },
80 { "file-header", 'h', NULL, 0, N_("Display the ELF file header"), 0 },
82 N_("Display histogram of bucket list lengths"), 0 },
83 { "program-headers", 'l', NULL, 0, N_("Display the program headers"), 0 },
85 { "relocs", 'r', NULL, 0, N_("Display relocations"), 0 },
86 { "section-headers", 'S', NULL, 0, N_("Display the sections' headers"), 0 },
88 { "symbols", 's', NULL, 0, N_("Display the symbol table"), 0 },
89 { "version-info", 'V', NULL, 0, N_("Display versioning information"), 0 },
90 { "notes", 'n', NULL, 0, N_("Display the ELF notes"), 0 },
92 N_("Display architecture specific information, if any"), 0 },
94 N_("Display sections for exception handling"), 0 },
96 { NULL, 0, NULL, 0, N_("Additional output selection:"), 0 },
98 N_("Display DWARF section content. SECTION can be one of abbrev, "
102 N_("Dump the uninterpreted contents of SECTION, by number or name"), 0 },
104 N_("Print string contents of sections"), 0 },
107 N_("Display the symbol index of an archive"), 0 },
109 { NULL, 0, NULL, 0, N_("Output control:"), 0 },
111 N_("Do not find symbol names for addresses in DWARF data"), 0 },
113 N_("Display just offsets instead of resolving values to addresses in DWARF data"), 0 },
115 N_("Ignored for compatibility (lines always wide)"), 0 },
117 N_("Show compression information for compressed sections (when used with -S); decompress section before dumping data (when used with -p or -x)"), 0 },
122 static const char doc[] = N_("\
126 static const char args_doc[] = N_("FILE...");
948 N_("NONE (None)"),
949 N_("REL (Relocatable file)"),
950 N_("EXEC (Executable file)"),
951 N_("DYN (Shared object file)"),
952 N_("CORE (Core file)")