Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c193 fe_file_change (const struct line_map *new_map) in fe_file_change() argument
195 if (new_map == NULL) in fe_file_change()
198 if (new_map->reason == LC_ENTER) in fe_file_change()
202 if (!MAIN_FILE_P (new_map)) in fe_file_change()
209 input_location = new_map->start_location; in fe_file_change()
214 else if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
222 else if (new_map->reason == LC_LEAVE) in fe_file_change()
227 if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
232 input_location = new_map->start_location; in fe_file_change()
237 update_header_times (LINEMAP_FILE (new_map)); in fe_file_change()
[all …]
H A Dc-opts.c1441 const struct line_map *new_map) in cb_file_change() argument
1444 pp_file_change (new_map); in cb_file_change()
1446 fe_file_change (new_map); in cb_file_change()
1448 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c193 fe_file_change (const line_map_ordinary *new_map) in fe_file_change() argument
195 if (new_map == NULL) in fe_file_change()
198 if (new_map->reason == LC_ENTER) in fe_file_change()
202 if (!MAIN_FILE_P (new_map)) in fe_file_change()
209 input_location = new_map->start_location; in fe_file_change()
214 else if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
222 else if (new_map->reason == LC_LEAVE) in fe_file_change()
227 if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
232 input_location = new_map->start_location; in fe_file_change()
237 update_header_times (LINEMAP_FILE (new_map)); in fe_file_change()
[all …]
H A Dc-opts.c1520 const line_map_ordinary *new_map) in cb_file_change() argument
1523 pp_file_change (new_map); in cb_file_change()
1525 fe_file_change (new_map); in cb_file_change()
1527 if (new_map in cb_file_change()
1528 && (new_map->reason == LC_ENTER || new_map->reason == LC_RENAME)) in cb_file_change()
1535 const_cast<char*> (ORDINARY_MAP_FILE_NAME (new_map))); in cb_file_change()
1538 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
/dragonfly/contrib/binutils-2.34/gold/
H A Dmerge.cc76 Input_merge_map* new_map = new Input_merge_map; in get_or_make_input_merge_map() local
77 new_map->output_data = output_data; in get_or_make_input_merge_map()
79 maps.push_back(std::make_pair(shndx, new_map)); in get_or_make_input_merge_map()
80 return new_map; in get_or_make_input_merge_map()
/dragonfly/contrib/binutils-2.27/gold/
H A Dmerge.cc76 Input_merge_map* new_map = new Input_merge_map; in get_or_make_input_merge_map() local
77 new_map->output_data = output_data; in get_or_make_input_merge_map()
79 maps.push_back(std::make_pair(shndx, new_map)); in get_or_make_input_merge_map()
80 return new_map; in get_or_make_input_merge_map()
/dragonfly/sys/vm/
H A Dvm_map.c3608 vm_map_t old_map, vm_map_t new_map,
3616 vm_map_t new_map; in vmspace_fork() local
3632 new_map = &vm2->vm_map; /* XXX */ in vmspace_fork()
3633 new_map->timestamp = 1; in vmspace_fork()
3635 vm_map_lock(new_map); in vmspace_fork()
3647 old_map, new_map, in vmspace_fork()
3660 new_map->size = old_map->size; in vmspace_fork()
3661 vm_map_unlock(new_map); in vmspace_fork()
3766 vm_map_entry_link(new_map, new_entry); in vmspace_fork_normal_entry()
3791 vm_map_entry_link(new_map, new_entry); in vmspace_fork_normal_entry()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf-core.c1701 int *new_map; in df_check_cfg_clean() local
1712 new_map = df_compute_cfg_image (); in df_check_cfg_clean()
1713 gcc_assert (memcmp (saved_cfg, new_map, saved_cfg[0] * sizeof (int)) == 0); in df_check_cfg_clean()
1714 free (new_map); in df_check_cfg_clean()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf-core.c1875 int *new_map; in df_check_cfg_clean() local
1886 new_map = df_compute_cfg_image (); in df_check_cfg_clean()
1887 gcc_assert (memcmp (saved_cfg, new_map, saved_cfg[0] * sizeof (int)) == 0); in df_check_cfg_clean()
1888 free (new_map); in df_check_cfg_clean()
/dragonfly/contrib/gdb-7/bfd/
H A Darchive.c2345 struct orl *new_map; in _bfd_compute_and_write_armap() local
2352 new_map = (struct orl *) bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
2353 if (new_map == NULL) in _bfd_compute_and_write_armap()
2356 map = new_map; in _bfd_compute_and_write_armap()
/dragonfly/contrib/binutils-2.34/bfd/
H A Darchive.c2332 struct orl *new_map; in _bfd_compute_and_write_armap() local
2339 new_map = (struct orl *) bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
2340 if (new_map == NULL) in _bfd_compute_and_write_armap()
2343 map = new_map; in _bfd_compute_and_write_armap()
/dragonfly/contrib/binutils-2.27/bfd/
H A Darchive.c2389 struct orl *new_map; in _bfd_compute_and_write_armap() local
2396 new_map = (struct orl *) bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
2397 if (new_map == NULL) in _bfd_compute_and_write_armap()
2400 map = new_map; in _bfd_compute_and_write_armap()