Searched refs:off (Results 1 – 14 of 14) sorted by relevance
/tools/ |
A D | mips-relocs.c | 110 static int add_reloc(unsigned int type, uint64_t off) in add_reloc() argument 144 .offset = off, in add_reloc() 153 uint32_t off, type; in parse_mips32_rel() local 155 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel() 156 off -= text_base; in parse_mips32_rel() 161 return add_reloc(type, off); in parse_mips32_rel() 167 uint64_t off, type; in parse_mips64_rela() local 169 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela() 170 off -= text_base; in parse_mips64_rela() 174 return add_reloc(type, off); in parse_mips64_rela()
|
A D | kwboot.c | 1013 size_t off; in kwboot_debugmsg() local 1028 off = 0; in kwboot_debugmsg() 1031 rc = read(tty, buf + off, sizeof(buf) - off); in kwboot_debugmsg() 1038 off += rc - 1; in kwboot_debugmsg() 1048 if (buf[off] == kwboot_msg_debug[(pos + off) % sizeof(kwboot_msg_debug)]) in kwboot_debugmsg() 1051 for (i = off; i >= 0; i--) in kwboot_debugmsg() 1055 off -= i; in kwboot_debugmsg() 1103 off++; in kwboot_debugmsg() 1119 off *= 3; in kwboot_debugmsg() 1121 while (off > sizeof(buf)) { in kwboot_debugmsg() [all …]
|
A D | imximage.c | 148 int fld, uint32_t value, uint32_t off) in set_dcd_val_v1() argument 161 dcd_v1->addr_data[off].type = value; in set_dcd_val_v1() 164 dcd_v1->addr_data[off].addr = value; in set_dcd_val_v1() 167 dcd_v1->addr_data[off].value = value; in set_dcd_val_v1() 242 int fld, uint32_t value, uint32_t off) in set_dcd_val_v2() argument 248 off = (len - 4) >> 3; in set_dcd_val_v2() 252 d->addr_data[off].addr = cpu_to_be32(value); in set_dcd_val_v2() 255 d->addr_data[off].value = cpu_to_be32(value); in set_dcd_val_v2() 256 off++; in set_dcd_val_v2() 257 d->write_dcd_command.length = cpu_to_be16((off << 3) + 4); in set_dcd_val_v2()
|
/tools/kermit/ |
A D | send_cmd | 5 set carrier-watch off
|
A D | send_image | 7 set carrier-watch off
|
A D | dot.kermrc | 3 set carrier-watch off
|
A D | flash_param | 9 set carrier-watch off
|
/tools/patman/test/ |
A D | test01.txt | 15 Signed-off-by: Simon Glass <sjg@chromium.org> 44 Signed-off-by: Simon Glass <sjg@chromium.org>
|
A D | 0001-pci-Correct-cast-for-sandbox.patch | 17 Signed-off-by: Simon Glass <sjg@chromium.org>
|
A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 17 Signed-off-by: Simon Glass <sjg@chromium.org>
|
/tools/buildman/ |
A D | README.rst | 40 where it left off. This should happen cleanly and without side-effects. 116 If you just want to build the current source tree, leave off the -b flag. 542 To run the build for real, take off the -n: 930 strips off the last part when setting the CROSS_COMPILE environment 1034 be avoided by turning off the timestamp feature. This can be achieved using
|
A D | buildman.rst | 40 where it left off. This should happen cleanly and without side-effects. 116 If you just want to build the current source tree, leave off the -b flag. 542 To run the build for real, take off the -n: 930 strips off the last part when setting the CROSS_COMPILE environment 1034 be avoided by turning off the timestamp feature. This can be achieved using
|
/tools/patman/ |
A D | patman.rst | 291 Signed-off-by: Their Name <email> 292 A sign-off is added automatically to your patches (this is 576 Now to send the patches, take off the -n flag:
|
A D | README.rst | 291 Signed-off-by: Their Name <email> 292 A sign-off is added automatically to your patches (this is 576 Now to send the patches, take off the -n flag:
|
Completed in 20 milliseconds