Searched refs:new_map (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c205 fe_file_change (const struct line_map *new_map)
207 if (new_map == NULL)
210 if (new_map->reason == LC_ENTER)
214 if (!MAIN_FILE_P (new_map))
216 unsigned int included_at = LAST_SOURCE_LINE_LOCATION (new_map - 1);
219 line = SOURCE_LINE (new_map - 1, included_at);
221 input_location = new_map->start_location;
222 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map));
226 else if (LINEMAP_SYSP (new_map) == 2)
234 else if (new_map
204 fe_file_change(const struct line_map *new_map) argument
[all...]
H A Dc-opts.c1427 const struct line_map *new_map) struct
1430 pp_file_change (new_map);
1432 fe_file_change (new_map);
1434 if (new_map
1435 && (new_map->reason == LC_ENTER || new_map->reason == LC_RENAME))
1442 const_cast<char*> (ORDINARY_MAP_FILE_NAME (new_map)));
1445 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map)))
[all...]
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dlocalealias.c329 struct alias_map *new_map; local
332 new_map = (struct alias_map *) malloc (new_size
334 if (new_map == NULL)
338 memcpy (new_map, map, nmap * sizeof (struct alias_map));
343 map = new_map;
/haiku-buildtools/binutils/intl/
H A Dlocalealias.c374 struct alias_map *new_map; local
377 new_map = (struct alias_map *) realloc (map, (new_size
379 if (new_map == NULL)
383 map = new_map;
/haiku-buildtools/gcc/intl/
H A Dlocalealias.c374 struct alias_map *new_map; local
377 new_map = (struct alias_map *) realloc (map, (new_size
379 if (new_map == NULL)
383 map = new_map;
/haiku-buildtools/legacy/binutils/intl/
H A Dlocalealias.c367 struct alias_map *new_map; local
370 new_map = (struct alias_map *) realloc (map, (new_size
372 if (new_map == NULL)
376 map = new_map;
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dlocalealias.c367 struct alias_map *new_map; local
370 new_map = (struct alias_map *) realloc (map, (new_size
372 if (new_map == NULL)
376 map = new_map;
/haiku-buildtools/binutils/gold/
H A Dmerge.cc76 Input_merge_map* new_map = new Input_merge_map; local
77 new_map->output_data = output_data;
79 maps.push_back(std::make_pair(shndx, new_map));
80 return new_map;
/haiku-buildtools/gcc/gcc/
H A Ddf-core.c1919 int *new_map;
1930 new_map = df_compute_cfg_image ();
1931 gcc_assert (memcmp (saved_cfg, new_map, saved_cfg[0] * sizeof (int)) == 0);
1932 free (new_map);
1917 int *new_map; local
/haiku-buildtools/legacy/binutils/bfd/
H A Darchive.c1860 struct orl *new_map;
1867 new_map = bfd_realloc (map, amt);
1868 if (new_map == NULL)
1871 map = new_map;
1851 struct orl *new_map; local
/haiku-buildtools/binutils/bfd/
H A Dvms-lib.c1992 struct lib_index *new_map; local
1998 new_map = (struct lib_index *)
2000 if (new_map == NULL)
2002 map = new_map;
H A Darchive.c2399 struct orl *new_map;
2406 new_map = (struct orl *) bfd_realloc (map, amt);
2407 if (new_map == NULL)
2410 map = new_map;
2389 struct orl *new_map; local

Completed in 202 milliseconds