Lines Matching refs:gengetopt_args_info_help

34 const char *gengetopt_args_info_help[] = {
183 args_info->help_help = gengetopt_args_info_help[0] ;
184 args_info->version_help = gengetopt_args_info_help[1] ;
185 args_info->kernel_help = gengetopt_args_info_help[2] ;
186 args_info->rootfs_help = gengetopt_args_info_help[3] ;
187 args_info->output_help = gengetopt_args_info_help[4] ;
188 args_info->cfe_help = gengetopt_args_info_help[5] ;
189 args_info->boardid_help = gengetopt_args_info_help[6] ;
190 args_info->chipid_help = gengetopt_args_info_help[7] ;
191 args_info->flash_start_help = gengetopt_args_info_help[8] ;
192 args_info->image_offset_help = gengetopt_args_info_help[9] ;
193 args_info->tag_version_help = gengetopt_args_info_help[10] ;
194 args_info->signature_help = gengetopt_args_info_help[11] ;
195 args_info->signature2_help = gengetopt_args_info_help[12] ;
196 args_info->block_size_help = gengetopt_args_info_help[13] ;
197 args_info->load_addr_help = gengetopt_args_info_help[14] ;
198 args_info->entry_help = gengetopt_args_info_help[15] ;
199 args_info->layoutver_help = gengetopt_args_info_help[16] ;
200 args_info->info1_help = gengetopt_args_info_help[17] ;
201 args_info->altinfo_help = gengetopt_args_info_help[18] ;
202 args_info->info2_help = gengetopt_args_info_help[19] ;
203 args_info->root_first_help = gengetopt_args_info_help[20] ;
204 args_info->rsa_signature_help = gengetopt_args_info_help[21] ;
205 args_info->second_image_flag_help = gengetopt_args_info_help[22] ;
206 args_info->inactive_help = gengetopt_args_info_help[23] ;
207 args_info->reserved2_help = gengetopt_args_info_help[24] ;
208 args_info->kernel_file_has_header_help = gengetopt_args_info_help[25] ;
209 args_info->pad_help = gengetopt_args_info_help[26] ;
210 args_info->align_rootfs_help = gengetopt_args_info_help[27] ;
242 while (gengetopt_args_info_help[i])
243 printf("%s\n", gengetopt_args_info_help[i++]);