Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 33) sorted by relevance

12

/tools/gdb/
A Dremote.c426 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 Derror.c50 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 Dprelink-riscv.inc35 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 Dasn1_compiler.c376 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 Dstm32image.c71 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 Dbmp_logo.c30 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 Dfit_image.c242 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 Dmkfwumdata.c244 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 Dmtk_nand_headers.c598 static uint16_t crc16(const uint8_t *p, uint32_t len) in crc16() argument
604 crc ^= *p++ << 8; in crc16()
A Dpblimage.c160 unsigned char *p = (unsigned char *)&pbl_end_cmd; in add_end_cmd() local
168 *pmem_buf++ = *p++; in add_end_cmd()
A Dmkimage.c878 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 Difdtool.c803 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 Dimx8image.c813 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 Dmips-relocs.c90 hdr_field(p, idx, field)
95 set_hdr_field(p, idx, field, val)
A Dmtk_image.c69 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 Dkwbimage.c336 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 Ddtoc_test_simple.dts65 args = "-n first", "second", "-p", "123,456", "-x";
67 args3 = "-n first second -p 123,456 -x";
/tools/patman/
A Dstatus.py93 pmatch = [p for p in all_patches if p.subject == cmt.subject]
100 '\n '.join([p.subject for p in pmatch])))
/tools/dtoc/
A Dfdt.py386 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 Ddefine2mk.sed36 p
/tools/buildman/
A Dtest.py961 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 Dboards.py770 while any(p.is_alive() for p in processes):
A Dcontrol.py646 tools.write_file(running_fname, ' '.join([str(p) for p in procs]),
/tools/binman/etype/
A Dti_board_config.py252 for p in yamllint.linter.run(open(self._config_file, "r"), yaml_config):
/tools/docker/
A DDockerfile154 mkdir -p /opt/grub && \
236 mkdir -p /usr/local/bin /opt/tf-a/vexpress_fvp && \
243 mkdir -p /opt/tf-a/vexpress_fvp_bloblist && \

Completed in 54 milliseconds

12