Searched refs:old_prefix (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/gas/
H A Dremap.c29 const char *old_prefix; member in struct:debug_prefix_map
58 map->old_prefix = o;
78 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0)
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtree.c173 build_alias_decl (old_prefix, new_prefix, postfix)
174 tree old_prefix, new_prefix, postfix;
180 int old_length = old_prefix ? IDENTIFIER_LENGTH(old_prefix) : 0;
189 if (old_prefix)
190 sprintf (buf, "%s!%.*s", IDENTIFIER_POINTER (old_prefix),
194 old_prefix = get_identifier (buf);
204 DECL_OLD_PREFIX (decl) = old_prefix;
H A Dgrant.c2725 chill_grant (old_prefix, new_prefix, postfix, forbid)
2726 tree old_prefix;
2734 tree old_name = old_prefix == NULL_TREE ? postfix
2735 : get_identifier3 (IDENTIFIER_POINTER (old_prefix),
2741 tree alias = build_alias_decl (old_prefix, new_prefix, postfix);
H A Dparse.c1001 tree old_prefix = parse_opt_prefix_clause ();
1004 chill_seize (old_prefix, NULL_TREE, TREE_VALUE (t));
1000 tree old_prefix = parse_opt_prefix_clause (); local
H A Ddecl.c2137 chill_seize (old_prefix, new_prefix, postfix)
2138 tree old_prefix, new_prefix, postfix;
2142 tree decl = build_alias_decl (old_prefix, new_prefix, postfix);
/haiku-buildtools/gcc/gcc/
H A Dlanghooks.c394 const char *old_prefix = context->printer->prefix; local
497 context->printer->prefix = old_prefix;
H A Dfinal.c1554 const char *old_prefix;
1581 map->old_prefix = xstrndup (arg, p - arg);
1602 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0)
1547 const char *old_prefix; member in struct:debug_prefix_map
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c9533 const char * old_prefix = prefix[i];
9537 if (STR_PREFIX_P (name, old_prefix))
9540 name + strlen (old_prefix), NULL));
9562 const char *old_prefix = ".rodata";
9565 if (STR_PREFIX_P (name, old_prefix))
9568 name + strlen (old_prefix), NULL));
9720 const char * old_prefix = ".rodata";
9723 if (STR_PREFIX_P (name, old_prefix))
9726 name + strlen (old_prefix), NULL));
9532 const char * old_prefix = prefix[i]; local
9561 const char *old_prefix = ".rodata"; local
9719 const char * old_prefix = ".rodata"; local
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c3128 const char *old_prefix = context->printer->prefix; local
3227 context->printer->prefix = old_prefix;

Completed in 407 milliseconds