Home
last modified time | relevance | path

Searched refs:toc_entry_lookup_list (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
Dfip_create.c57 static entry_lookup_list_t toc_entry_lookup_list[] = { variable
111 entry_lookup_list_t *entry = toc_entry_lookup_list; in print_usage()
133 while (toc_entry_lookup_list[lookup_index].command_line_name != NULL) { in get_entry_lookup_from_uuid()
134 if (compare_uuids(&toc_entry_lookup_list[lookup_index].name_uuid, in get_entry_lookup_from_uuid()
136 return &toc_entry_lookup_list[lookup_index]; in get_entry_lookup_from_uuid()
564 lookup_entry = &toc_entry_lookup_list[option_index]; in parse_cmdline()
617 static struct option long_options[(sizeof(toc_entry_lookup_list)/ in main()
622 i < sizeof(toc_entry_lookup_list)/sizeof(entry_lookup_list_t) - 1; in main()
624 long_options[i].name = toc_entry_lookup_list[i].command_line_name; in main()
626 long_options[i].has_arg = toc_entry_lookup_list[i].flags ? 1 : 0; in main()