Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-lex.c216 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()
229 push_srcloc (new_map->start_location); in fe_file_change()
234 push_srcloc (new_map->to_file, 1); in fe_file_change()
240 else if (new_map->sysp == 2) in fe_file_change()
248 else if (new_map->reason == LC_LEAVE) in fe_file_change()
253 if (new_map->sysp == 2) in fe_file_change()
264 in_system_header = new_map->sysp != 0; in fe_file_change()
268 input_filename = new_map->to_file; in fe_file_change()
[all …]
H A Dc-opts.c1522 const struct line_map *new_map) in cb_file_change() argument
1525 pp_file_change (new_map); in cb_file_change()
1527 fe_file_change (new_map); in cb_file_change()
1529 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()
H A DChangeLog-20036952 * c-lex.c (fe_file_change): Handle a NULL new_map.
6978 (fe_file_change): Handle NULL new_map, and simplify.
H A DChangeLog-200442291 Don't save new_map.
/freebsd-12.1/lib/libc/x86/sys/
H A D__vdso_gettc.c115 volatile char *new_map, *old_map; in __vdso_init_hpet() local
149 new_map = mmap(NULL, PAGE_SIZE, PROT_READ, MAP_SHARED, fd, 0); in __vdso_init_hpet()
152 (uintptr_t)old_map, (uintptr_t)new_map) == 0 && in __vdso_init_hpet()
153 new_map != MAP_FAILED) in __vdso_init_hpet()
154 munmap((void *)new_map, PAGE_SIZE); in __vdso_init_hpet()
/freebsd-12.1/sys/vm/
H A Dvm_map.c3852 vm_map_t new_map, old_map; in vmspace_fork() local
3871 new_map = &vm2->vm_map; in vmspace_fork()
3878 sx_xunlock(&new_map->lock); in vmspace_fork()
3884 new_map->anon_loc = old_map->anon_loc; in vmspace_fork()
3970 new_entry = vm_map_entry_create(new_map); in vmspace_fork()
3986 vm_map_entry_link(new_map, new_entry); in vmspace_fork()
3992 pmap_copy(new_map->pmap, old_map->pmap, in vmspace_fork()
4002 new_entry = vm_map_entry_create(new_map); in vmspace_fork()
4013 vm_map_entry_link(new_map, new_entry); in vmspace_fork()
4037 vm_map_entry_link(new_map, new_entry); in vmspace_fork()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp767 NamespaceMapSP new_map; in BuildNamespaceMap() local
769 new_map.reset(new NamespaceMap); in BuildNamespaceMap()
775 new_map, ConstString(namespace_string.c_str()), parent_map); in BuildNamespaceMap()
778 context_md->m_namespace_maps[decl] = new_map; in BuildNamespaceMap()
/freebsd-12.1/contrib/binutils/bfd/
H A Darchive.c1859 struct orl *new_map; in _bfd_compute_and_write_armap() local
1866 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
1867 if (new_map == NULL) in _bfd_compute_and_write_armap()
1870 map = new_map; in _bfd_compute_and_write_armap()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c388 swap_map(struct ip_fw_chain *chain, struct ip_fw **new_map, int new_len) in swap_map() argument
396 chain->map = new_map; in swap_map()