Searched refs:comment (Results 1 – 9 of 9) sorted by relevance
/tools/binman/ |
A D | fip_util.py | 448 comment = None 453 comment = mat.group(1) 465 macros[macro] = comment, macro, uuid 542 for comment, macro, uuid in macros.values(): 548 if last_comment != comment: 550 last_comment = comment
|
/tools/ |
A D | image-host.c | 142 if (comment && !ret) in fit_image_write_sig() 143 ret = fdt_setprop_string(fit, noffset, "comment", comment); in fit_image_write_sig() 578 void *fit, int image_noffset, const char *comment, in fit_image_cipher_data() argument 704 comment, require_keys, engine_id, cmdname, in fit_image_add_verification_data() 1073 int conf_noffset, int noffset, const char *comment, in fit_config_process_sig() argument 1164 fit, conf_name, conf_noffset, noffset, comment, in fit_config_add_verification_data() 1297 const char *comment, int require_keys, in fit_cipher_data() argument 1321 fit, noffset, comment, in fit_cipher_data() 1332 void *keydest, void *fit, const char *comment, in fit_add_verification_data() argument 1358 fit, noffset, comment, require_keys, engine_id, in fit_add_verification_data() [all …]
|
A D | imagetool.h | 83 const char *comment; /* Comment to add to signature node */ member
|
A D | fit_image.c | 128 params->comment, in fit_add_file_data() 137 params->comment, in fit_add_file_data()
|
A D | mkimage.c | 246 params.comment = optarg; in process_args()
|
/tools/patman/ |
A D | status.py | 50 for comment in comment_data: 51 pstrm = patchstream.PatchStream.process_text(comment['content'], True) 53 submitter = comment['submitter'] 290 for seq, comment in enumerate(cover.comments): 291 submitter = comment['submitter'] 295 print(comment['content'])
|
A D | patman.rst | 745 removing that version from the data. If you use this comment on branch
|
A D | README.rst | 745 removing that version from the data. If you use this comment on branch
|
/tools/binman/test/ |
A D | elf_sections.lds | 28 *(.comment)
|
Completed in 16 milliseconds