Lines Matching refs:cmd_head
148 struct sb_cmd_ctx *cmd_head; member
400 cctx = sctx->cmd_head; in sb_encrypt_image()
808 if (!sctx->cmd_head) { in sb_build_command_nop()
809 sctx->cmd_head = cctx; in sb_build_command_nop()
852 if (!sctx->cmd_head) { in sb_build_command_tag()
853 sctx->cmd_head = cctx; in sb_build_command_tag()
1021 if (!sctx->cmd_head) { in sb_build_command_load()
1022 sctx->cmd_head = cctx; in sb_build_command_load()
1118 if (!sctx->cmd_head) { in sb_build_command_fill()
1119 sctx->cmd_head = cctx; in sb_build_command_fill()
1209 if (!sctx->cmd_head) { in sb_build_command_jump_call()
1210 sctx->cmd_head = cctx; in sb_build_command_jump_call()
1299 if (!sctx->cmd_head) { in sb_build_command_mode()
1300 sctx->cmd_head = cctx; in sb_build_command_mode()
1428 cctx = sctx->cmd_head; in sb_fixup_sections_and_tags()
1915 if (!sctx->cmd_head) { in sb_verify_commands()
1916 sctx->cmd_head = cctx; in sb_verify_commands()
2143 c_head = sctx->cmd_head; in sb_free_image()
2292 cctx = sctx->cmd_head; in sb_build_image()