Home
last modified time | relevance | path

Searched refs:nstore (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
265 alloc_ptr = nstore = (char *) malloc (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
[all …]
DChangeLog2857 if nstore is a regular file.
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
265 alloc_ptr = nstore = (char *) malloc (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
[all …]
DChangeLog2366 if nstore is a regular file.
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
265 alloc_ptr = nstore = (char *) malloc (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
[all …]
DChangeLog2857 if nstore is a regular file.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfile-find.cc175 char *nstore = XNEWVEC (char, strlen (p) + 3); in prefix_from_string() local
185 strncpy (nstore, startp, endp-startp); in prefix_from_string()
188 strcpy (nstore, "./"); in prefix_from_string()
192 nstore[endp-startp] = DIR_SEPARATOR; in prefix_from_string()
193 nstore[endp-startp+1] = 0; in prefix_from_string()
196 nstore[endp-startp] = 0; in prefix_from_string()
199 fprintf (stderr, " - add prefix: %s\n", nstore); in prefix_from_string()
201 add_prefix (pprefix, nstore); in prefix_from_string()
209 free (nstore); in prefix_from_string()
Dgcc.cc4811 char *nstore = (char *) alloca (strlen (temp) + 3); in process_command() local
4818 strncpy (nstore, startp, endp - startp); in process_command()
4820 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
4823 nstore[endp - startp] = DIR_SEPARATOR; in process_command()
4824 nstore[endp - startp + 1] = 0; in process_command()
4827 nstore[endp - startp] = 0; in process_command()
4828 add_prefix (&exec_prefixes, nstore, 0, in process_command()
4830 add_prefix (&include_prefixes, nstore, 0, in process_command()
4845 char *nstore = (char *) alloca (strlen (temp) + 3); in process_command() local
4852 strncpy (nstore, startp, endp - startp); in process_command()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dsis.h115 uint64_t nstore; /* Number of load instructions */ member
Dfunc.c607 sregs->nstore = 0; in reset_stat()
627 iinst = sregs->ninst - sregs->finst - sregs->nload - sregs->nstore - in show_stat()
639 100.0 * (float) sregs->nstore / (float) sregs->ninst); in show_stat()
Dexec.c1208 sregs->nstore++; in dispatch_instruction()
1474 sregs->nstore++; /* Double store counts twice */ in dispatch_instruction()
1503 sregs->nstore++; /* Double store counts twice */ in dispatch_instruction()
1564 sregs->nstore++; /* Double store counts twice */ in dispatch_instruction()