Searched refs:new_prefix (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/binutils/gas/
H A Dremap.c30 const char *new_prefix; member in struct:debug_prefix_map
62 map->new_prefix = xstrdup (p);
81 return concat (map->new_prefix, name, NULL);
/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;
181 int new_length = new_prefix ? IDENTIFIER_LENGTH(new_prefix) : 0;
195 if (new_prefix)
196 sprintf (buf, "%s!%.*s", IDENTIFIER_POINTER (new_prefix),
200 new_prefix = get_identifier (buf);
205 DECL_NEW_PREFIX (decl) = new_prefix;
210 else if (new_prefix == NULL_TREE)
213 DECL_NAME (decl) = get_identifier3 (IDENTIFIER_POINTER (new_prefix),
[all...]
H A Dgrant.c2725 chill_grant (old_prefix, new_prefix, postfix, forbid)
2727 tree new_prefix;
2737 tree new_name = new_prefix == NULL_TREE ? postfix
2738 : get_identifier3 (IDENTIFIER_POINTER (new_prefix),
2741 tree alias = build_alias_decl (old_prefix, new_prefix, postfix);
H A Dparse.c985 tree new_prefix = parse_opt_prefix_clause ();
988 chill_grant (NULL_TREE, new_prefix, TREE_VALUE (t), TREE_PURPOSE (t));
984 tree new_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/legacy/gcc/texinfo/info/
H A Dinfodoc.c100 char *new_prefix, *keyname; local
103 new_prefix = (char *)
105 sprintf (new_prefix, "%s%s%s ", prefix, *prefix ? " " : "", keyname);
107 dump_map_to_message_buffer (new_prefix, (Keymap)map[i].function);
108 free (new_prefix);
/haiku-buildtools/gcc/gcc/
H A Dlanghooks.c396 char *new_prefix = (file && abstract_origin == NULL) local
399 pp_set_prefix (context->printer, new_prefix);
498 free ((char*) new_prefix);
H A Dopts-common.c338 const char *new_prefix; member in struct:option_map
400 const char *new_prefix = option_map[i].new_prefix; local
405 size_t new_prefix_len = strlen (new_prefix);
421 memcpy (dup, new_prefix, new_prefix_len);
H A Dfinal.c1555 const char *new_prefix;
1584 map->new_prefix = xstrdup (p);
1609 memcpy (s, map->new_prefix, map->new_len);
1548 const char *new_prefix; member in struct:debug_prefix_map
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c9534 const char * new_prefix = prefix[i+1];
9539 const char *rname = ACONCAT ((new_prefix,
9563 const char *new_prefix = avr_addrspace[as].section_name;
9567 const char *sname = ACONCAT ((new_prefix,
9573 default_elf_asm_named_section (new_prefix, flags, decl);
9721 const char * new_prefix = avr_addrspace[as].section_name;
9725 const char *sname = ACONCAT ((new_prefix,
9533 const char * new_prefix = prefix[i+1]; local
9562 const char *new_prefix = avr_addrspace[as].section_name; local
9720 const char * new_prefix = avr_addrspace[as].section_name; local
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c3131 char *new_prefix = (file && abstract_origin == NULL) local
3134 pp_set_prefix (context->printer, new_prefix);

Completed in 159 milliseconds