Searched refs:remap (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/binutils/gas/
H A Dmakefile.vms46 macro.obj,ehopt.obj,dw2gencfi.obj,dwarf2dbg.obj,remap.obj
H A DMakefile.am89 remap.c \
H A DMakefile.in119 remap.$(OBJEXT) sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) \
386 remap.c \
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remap.Po@am__quote@
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpplib.h420 /* Nonzero means we should look for header.gcc files that remap file
422 char remap; member in struct:cpp_options
H A Dcppfiles.c375 if (CPP_OPTIONS (pfile)->remap)
H A Dcppinit.c1671 if (!strcmp (argv[i], "-remap"))
1672 opts->remap = 1;
1797 -remap Remap file names when including files.\n\
H A Dcccp.c279 /* Nonzero means we should look for header.gcc files that remap file names. */
280 static int remap; variable
1197 printf (" -remap Remap file names when including files.\n");
1744 if (!strcmp (argv[i], "-remap"))
1745 remap = 1;
5091 char *fname = remap ? remap_include_file (filename, searchptr) : filename;
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c7648 gfc_ref* remap; local
7657 for (remap = expr1->ref; remap; remap = remap->next)
7658 if (!remap->next && remap->type == REF_ARRAY
7659 && remap->u.ar.type == AR_SECTION)
7661 rank_remap = (remap && remap
[all...]
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h390 /* Nonzero means we should look for header.gcc files that remap file
392 unsigned char remap; member in struct:cpp_options
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-opts.c608 cpp_opts->remap = 1;
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c11529 unsigned char remap[2 * MAX_VECT_LEN];
11546 memset (remap, 0xff, sizeof (remap));
11559 remap[which] = i;
11568 remap[which] = i;
11577 remap[which] = i;
11586 remap[which] = i;
11596 remap[which] = i;
11608 unsigned e = remap[d->perm[i]];
11620 /* Test if the final remap ca
11504 unsigned char remap[2 * MAX_VECT_LEN]; local
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dfiles.c369 where remap and PCH intercept the file lookup process. Return true
378 if (CPP_OPTION (pfile, remap) && (path = remap_filename (pfile, file)))
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c48067 unsigned char remap[2 * MAX_VECT_LEN]; local
[all...]

Completed in 417 milliseconds