Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-lex.c214 fe_file_change (const struct line_map *new_map) in fe_file_change() argument
216 if (new_map == NULL) in fe_file_change()
219 if (new_map->reason == LC_ENTER) in fe_file_change()
223 if (!MAIN_FILE_P (new_map)) in fe_file_change()
226 int included_at = LAST_SOURCE_LINE_LOCATION (new_map - 1); in fe_file_change()
229 push_srcloc (new_map->start_location); in fe_file_change()
231 int included_at = LAST_SOURCE_LINE (new_map - 1); in fe_file_change()
234 push_srcloc (new_map->to_file, 1); in fe_file_change()
236 (*debug_hooks->start_source_file) (included_at, new_map->to_file); in fe_file_change()
240 else if (new_map->sysp == 2) in fe_file_change()
[all …]
H A Dc-opts.c1469 const struct line_map *new_map) in cb_file_change() argument
1472 pp_file_change (new_map); in cb_file_change()
1474 fe_file_change (new_map); in cb_file_change()
1476 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
H A Dipa-type-escape.c1632 bitmap new_map; in close_addressof_down() local
1655 new_map = BITMAP_ALLOC (&ipa_obstack); in close_addressof_down()
1660 bitmap_set_bit (new_map, i); in close_addressof_down()
1662 bitmap_ior_into (new_map, submap); in close_addressof_down()
1664 result->value = (splay_tree_value) new_map; in close_addressof_down()
1667 return new_map; in close_addressof_down()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c257 cb_file_change (pfile, new_map) in cb_file_change() argument
259 const struct line_map *new_map;
261 unsigned int to_line = SOURCE_LINE (new_map, new_map->to_line);
263 if (new_map->reason == LC_ENTER)
268 main_input_filename = new_map->to_file;
271 int included_at = SOURCE_LINE (new_map - 1, new_map->from_line - 1);
274 push_srcloc (new_map->to_file, 1);
275 (*debug_hooks->start_source_file) (included_at, new_map->to_file);
279 else if (new_map->sysp == 2)
287 else if (new_map->reason == LC_LEAVE)
[all …]
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dlocalealias.c367 struct alias_map *new_map; in extend_alias_table() local
370 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
372 if (new_map == NULL) in extend_alias_table()
376 map = new_map; in extend_alias_table()
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c350 struct alias_map *new_map; in extend_alias_table() local
353 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
355 if (new_map == NULL) in extend_alias_table()
359 map = new_map; in extend_alias_table()
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dlocalealias.c371 struct alias_map *new_map; in extend_alias_table() local
374 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
376 if (new_map == NULL) in extend_alias_table()
380 map = new_map; in extend_alias_table()
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dlocalealias.c367 struct alias_map *new_map; in extend_alias_table() local
370 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
372 if (new_map == NULL) in extend_alias_table()
376 map = new_map; in extend_alias_table()
/openbsd-src/gnu/gcc/intl/
H A Dlocalealias.c374 struct alias_map *new_map; in extend_alias_table() local
377 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
379 if (new_map == NULL) in extend_alias_table()
383 map = new_map; in extend_alias_table()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DConverter.pm418 my $new_map = CPAN::Meta::Requirements->new(
429 $new_map->add_minimum($k => 0);
430 $new_map->add_minimum($v => 0);
432 $new_map->add_string_requirement($k => $v);
434 return $new_map->as_string_hash;
/openbsd-src/sys/uvm/
H A Duvm_map.c3613 uvm_mapent_forkshared(struct vmspace *new_vm, struct vm_map *new_map, in uvm_mapent_share()
3619 new_entry = uvm_mapent_share(new_map, old_entry->start, in uvm_mapent_share()
3634 uvm_mapent_forkcopy(struct vmspace *new_vm, struct vm_map *new_map,
3641 new_entry = uvm_mapent_clone(new_map, old_entry->start, in uvm_mapent_forkshared()
3683 amap_copy(new_map, new_entry, M_WAITOK, FALSE, in uvm_mapent_forkcopy()
3705 amap_cow_now(new_map, new_entry); in uvm_mapent_forkcopy()
3748 pmap_protect(new_map->pmap, new_entry->start, in uvm_mapent_forkcopy()
3762 uvm_mapent_forkzero(struct vmspace *new_vm, struct vm_map *new_map, in uvm_mapent_forkcopy()
3768 new_entry = uvm_mapent_clone(new_map, old_entry->start, in uvm_mapent_forkcopy()
3805 struct vm_map *new_map; in uvm_mapent_forkzero()
3640 uvm_mapent_forkshared(struct vmspace * new_vm,struct vm_map * new_map,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_forkshared() argument
3661 uvm_mapent_forkcopy(struct vmspace * new_vm,struct vm_map * new_map,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_forkcopy() argument
3789 uvm_mapent_forkzero(struct vmspace * new_vm,struct vm_map * new_map,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_forkzero() argument
3832 struct vm_map *new_map; uvmspace_fork() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp768 NamespaceMapSP new_map; in BuildNamespaceMap() local
770 new_map = std::make_shared<NamespaceMap>(); in BuildNamespaceMap()
776 new_map, ConstString(namespace_string.c_str()), parent_map); in BuildNamespaceMap()
779 context_md->m_namespace_maps[decl] = new_map; in BuildNamespaceMap()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Darchive.c1847 struct orl *new_map; in _bfd_compute_and_write_armap() local
1854 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
1855 if (new_map == NULL) in _bfd_compute_and_write_armap()
1858 map = new_map; in _bfd_compute_and_write_armap()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c1880 struct orl *new_map; in _bfd_compute_and_write_armap() local
1887 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
1888 if (new_map == NULL) in _bfd_compute_and_write_armap()
1891 map = new_map; in _bfd_compute_and_write_armap()