/tools/gdb/ |
A D | remote.c | 426 char *p; in check_binary_download() local 431 p += hexnumstr (p, (ULONGEST) addr); in check_binary_download() 433 p += hexnumstr (p, (ULONGEST) 0); in check_binary_download() 508 p += hexnumstr ((char *)p, (ULONGEST) memaddr); 512 p += hexnumstr ((char *)p, (ULONGEST) todo); 562 *p = '\0'; 639 char *p; local 647 p = buf2; 648 *p++ = '$'; 655 *p++ = '#'; [all …]
|
A D | error.c | 50 char *p; in Perror() local 58 if ((p = strerror(e)) == NULL || *p == '\0') in Perror() 61 fprintf(stderr, ": %s\n", p); in Perror()
|
/tools/ |
A D | prelink-riscv.inc | 35 Elf_Phdr *p; 37 for (p = phdrs; p < phdrs + phnum; ++p) 38 …if (targetnn_to_cpu(p->p_vaddr) <= addr && targetnn_to_cpu(p->p_vaddr) + targetnn_to_cpu(p->p_mems… 39 return data + targetnn_to_cpu(p->p_offset) + (addr - targetnn_to_cpu(p->p_vaddr)); 47 Elf_Phdr *p; 57 for (p = phdrs; p < phdrs + target16_to_cpu(ehdr->e_phnum); ++p) { 58 if (target32_to_cpu(p->p_type) == PT_DYNAMIC) { 59 dyns = data + targetnn_to_cpu(p->p_offset);
|
A D | asn1_compiler.c | 376 p = line; in tokenise() 378 while ((p = memchr(p, '-', nl - p))) { in tokenise() 392 nl = p; in tokenise() 395 p++; in tokenise() 402 while (p < nl && isspace(*p)) in tokenise() 421 p = q; in tokenise() 462 p = q; in tokenise() 626 p = p ? p + 1 : argv[1]; in main() 628 if (!p) { in main() 633 if (p) in main() [all …]
|
A D | stm32image.c | 71 uint8_t *p; in stm32image_checksum() local 77 p = (unsigned char *)start + header_size; in stm32image_checksum() 81 csum += *p; in stm32image_checksum() 82 p++; in stm32image_checksum()
|
A D | bmp_logo.c | 30 uint8_t *p = (uint8_t *)(&x); in le_short() local 32 val = (*p++ & 0xff) << 0; in le_short() 33 val |= (*p & 0xff) << 8; in le_short()
|
A D | fit_image.c | 242 const char *p, *start, *end; in get_basename() local 251 p = strrchr(fname, '/'); in get_basename() 252 start = p ? p + 1 : fname; in get_basename() 253 p = strrchr(fname, '.'); in get_basename() 254 end = p ? p : fname + strlen(fname); in get_basename() 1012 const char *p; in fit_extract_contents() local 1015 p = IMAGE_INDENT_STRING; in fit_extract_contents() 1043 printf("Extracted:\n%s Image %u (%s)\n", p, in fit_extract_contents() 1046 fit_image_print(fit, noffset, p); in fit_extract_contents()
|
A D | mkfwumdata.c | 244 char *p = uuids, *uuid; in fwu_parse_fill_image_uuid() local 251 uuid = strsep(&p, ","); in fwu_parse_fill_image_uuid() 260 uuid = strsep(&p, ","); in fwu_parse_fill_image_uuid() 273 uuid = strsep(&p, ","); in fwu_parse_fill_image_uuid()
|
A D | mtk_nand_headers.c | 598 static uint16_t crc16(const uint8_t *p, uint32_t len) in crc16() argument 604 crc ^= *p++ << 8; in crc16()
|
A D | pblimage.c | 160 unsigned char *p = (unsigned char *)&pbl_end_cmd; in add_end_cmd() local 168 *pmem_buf++ = *p++; in add_end_cmd()
|
A D | mkimage.c | 878 unsigned char *p = NULL; in copy_file() local 892 for (p = ptr; p < ptr + tparams->header_size; p++) { in copy_file() 893 if ( *p != 0xff ) { in copy_file()
|
A D | ifdtool.c | 803 const char *p; in get_two_words() local 805 p = strchr(str, ':'); in get_two_words() 806 if (!p) in get_two_words() 809 (*firstp)[p - str] = '\0'; in get_two_words() 810 *secondp = strdup(p + 1); in get_two_words()
|
A D | imx8image.c | 813 void *p; in get_container_image_start_pos() local 816 p = calloc(1, size); in get_container_image_start_pos() 817 if (!p) { in get_container_image_start_pos() 822 header = p; in get_container_image_start_pos() 823 header2 = p + cntr_header_len; in get_container_image_start_pos() 861 free(p); in get_container_image_start_pos()
|
A D | mips-relocs.c | 90 hdr_field(p, idx, field) 95 set_hdr_field(p, idx, field, val)
|
A D | mtk_image.c | 69 const uint8_t *p = data; in crc32_normal_cal() local 72 crc = crc32c_table[(uint8_t)((crc >> 24) ^ *p++)] ^ (crc << 8); in crc32_normal_cal()
|
A D | kwbimage.c | 336 uint8_t *p = start; in image_checksum8() local 343 csum += *p; in image_checksum8() 344 p++; in image_checksum8() 372 uint32_t *p = start; in image_checksum32() local 385 csum += *p; in image_checksum32() 386 p++; in image_checksum32()
|
/tools/dtoc/test/ |
A D | dtoc_test_simple.dts | 65 args = "-n first", "second", "-p", "123,456", "-x"; 67 args3 = "-n first second -p 123,456 -x";
|
/tools/patman/ |
A D | status.py | 93 pmatch = [p for p in all_patches if p.subject == cmt.subject] 100 '\n '.join([p.subject for p in pmatch])))
|
/tools/dtoc/ |
A D | fdt.py | 386 p = fdt_obj.get_property_by_offset(poffset) 387 prop = self.props.get(p.name) 390 'offset %d' % (self.path, p.name, poffset)) 944 p = self._fdt_obj.get_property_by_offset(poffset) 945 prop = Prop(node, poffset, p.name, p)
|
/tools/scripts/ |
A D | define2mk.sed | 36 p
|
/tools/buildman/ |
A D | test.py | 961 diff_paths = [p for p in new_path if p not in orig_path] 962 diff_path = b':'.join(p for p in new_path if p not in orig_path)
|
A D | boards.py | 770 while any(p.is_alive() for p in processes):
|
A D | control.py | 646 tools.write_file(running_fname, ' '.join([str(p) for p in procs]),
|
/tools/binman/etype/ |
A D | ti_board_config.py | 252 for p in yamllint.linter.run(open(self._config_file, "r"), yaml_config):
|
/tools/docker/ |
A D | Dockerfile | 154 mkdir -p /opt/grub && \ 236 mkdir -p /usr/local/bin /opt/tf-a/vexpress_fvp && \ 243 mkdir -p /opt/tf-a/vexpress_fvp_bloblist && \
|