• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/elftoolchain/elfcopy/

Lines Matching refs:required_argument

95 	{"input-target", required_argument, NULL, 'I'},
96 {"keep-symbol", required_argument, NULL, 'K'},
98 {"output-file", required_argument, NULL, 'o'},
99 {"output-target", required_argument, NULL, 'O'},
101 {"remove-section", required_argument, NULL, 'R'},
104 {"strip-symbol", required_argument, NULL, 'N'},
113 {"add-gnu-debuglink", required_argument, NULL, ECP_ADD_GNU_DEBUGLINK},
114 {"add-section", required_argument, NULL, ECP_ADD_SECTION},
115 {"adjust-section-vma", required_argument, NULL, ECP_CHANGE_SEC_ADDR},
116 {"adjust-vma", required_argument, NULL, ECP_CHANGE_ADDR},
117 {"adjust-start", required_argument, NULL, ECP_CHANGE_START},
119 {"binary-architecture", required_argument, NULL, 'B'},
120 {"change-addresses", required_argument, NULL, ECP_CHANGE_ADDR},
121 {"change-section-address", required_argument, NULL,
123 {"change-section-lma", required_argument, NULL, ECP_CHANGE_SEC_LMA},
124 {"change-section-vma", required_argument, NULL, ECP_CHANGE_SEC_VMA},
125 {"change-start", required_argument, NULL, ECP_CHANGE_START},
130 {"gap-fill", required_argument, NULL, ECP_GAP_FILL},
131 {"globalize-symbol", required_argument, NULL, ECP_GLOBALIZE_SYMBOL},
132 {"globalize-symbols", required_argument, NULL, ECP_GLOBALIZE_SYMBOLS},
134 {"input-target", required_argument, NULL, 'I'},
135 {"keep-symbol", required_argument, NULL, 'K'},
136 {"keep-symbols", required_argument, NULL, ECP_KEEP_SYMBOLS},
137 {"keep-global-symbol", required_argument, NULL, 'G'},
138 {"keep-global-symbols", required_argument, NULL,
141 {"localize-symbol", required_argument, NULL, 'L'},
142 {"localize-symbols", required_argument, NULL, ECP_LOCALIZE_SYMBOLS},
146 {"only-section", required_argument, NULL, 'j'},
147 {"osabi", required_argument, NULL, ECP_SET_OSABI},
148 {"output-target", required_argument, NULL, 'O'},
149 {"pad-to", required_argument, NULL, ECP_PAD_TO},
151 {"prefix-alloc-sections", required_argument, NULL, ECP_PREFIX_ALLOC},
152 {"prefix-sections", required_argument, NULL, ECP_PREFIX_SEC},
153 {"prefix-symbols", required_argument, NULL, ECP_PREFIX_SYM},
154 {"redefine-sym", required_argument, NULL, ECP_REDEF_SYMBOL},
155 {"redefine-syms", required_argument, NULL, ECP_REDEF_SYMBOLS},
156 {"remove-section", required_argument, NULL, 'R'},
157 {"rename-section", required_argument, NULL, ECP_RENAME_SECTION},
158 {"set-section-flags", required_argument, NULL, ECP_SET_SEC_FLAGS},
159 {"set-start", required_argument, NULL, ECP_SET_START},
161 {"srec-len", required_argument, NULL, ECP_SREC_LEN},
165 {"strip-symbol", required_argument, NULL, 'N'},
166 {"strip-symbols", required_argument, NULL, ECP_STRIP_SYMBOLS},
170 {"weaken-symbol", required_argument, NULL, 'W'},
171 {"weaken-symbols", required_argument, NULL, ECP_WEAKEN_SYMBOLS},