Lines Matching +full:everything +full:- +full:else
1 #!/usr/bin/awk -f
2 #-
3 # SPDX-License-Identifier: BSD-2-Clause
38 # The type of header we're writing is set using -v hdrtype= on
45 "missing or invalid '-v hdrtype=' argument" >"/dev/stderr"
108 write_le32(hexstr_to_num("ea000000") + (gStartOff / 4) - 2)
123 # We write 'b _start' into code0. The image size is everything from
136 write_le32(0) # load_offset (0 -> auto)
165 # We write 'b _start' into code0. The image size is everything from
219 } else if (gHdrType == "v7bootz") {
221 } else if (gHdrType == "v8jump") {
223 } else if (gHdrType == "v8booti") {