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

/freebsd-11-stable/contrib/gcc/
H A Dc-lex.c215 fe_file_change (const struct line_map *new_map)
217 if (new_map == NULL)
220 if (new_map->reason == LC_ENTER)
224 if (!MAIN_FILE_P (new_map))
227 int included_at = LAST_SOURCE_LINE_LOCATION (new_map - 1);
230 push_srcloc (new_map->start_location);
232 int included_at = LAST_SOURCE_LINE (new_map - 1);
235 push_srcloc (new_map->to_file, 1);
237 (*debug_hooks->start_source_file) (included_at, new_map->to_file);
241 else if (new_map
214 fe_file_change(const struct line_map *new_map) argument
[all...]
H A Dc-opts.c1522 const struct line_map *new_map) struct
1525 pp_file_change (new_map);
1527 fe_file_change (new_map);
1529 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map)))
H A Dipa-type-escape.c1633 bitmap new_map;
1654 /* The new_map will have all of the bits for the enclosed fields and
1656 new_map = BITMAP_ALLOC (&ipa_obstack);
1661 bitmap_set_bit (new_map, i);
1663 bitmap_ior_into (new_map, submap);
1665 result->value = (splay_tree_value) new_map;
1668 return new_map;
1632 bitmap new_map; local
/freebsd-11-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c179 volatile char *new_map, *old_map; local
213 new_map = mmap(NULL, PAGE_SIZE, PROT_READ, MAP_SHARED, fd, 0);
216 (uintptr_t)old_map, (uintptr_t)new_map) == 0 &&
217 new_map != MAP_FAILED)
218 munmap((void *)new_map, PAGE_SIZE);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dfont.c312 DviFontMap *fm, *new_map; local
331 new_map = (DviFontMap *) XtMalloc (sizeof *new_map);
332 new_map->x_name = savestr (x_name);
333 new_map->dvi_name = savestr (dvi_name);
334 new_map->next = fm;
335 fm = new_map;
H A DDvi.c355 char *new_map; local
362 new_map = XtMalloc (strlen (request->dvi.font_map_string) + 1);
363 if (new_map) {
365 strcpy (new_map, request->dvi.font_map_string);
366 new_wd->dvi.font_map_string = new_map;
/freebsd-11-stable/sys/vm/
H A Dvm_map.c3392 vm_map_t new_map, old_map; local
3410 new_map = &vm2->vm_map;
3411 locked = vm_map_trylock(new_map); /* trylock to silence WITNESS */
3498 new_entry = vm_map_entry_create(new_map);
3513 vm_map_entry_link(new_map, new_map->header.prev,
3520 pmap_copy(new_map->pmap, old_map->pmap,
3530 new_entry = vm_map_entry_create(new_map);
3541 vm_map_entry_link(new_map, new_map
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp807 NamespaceMapSP new_map; local
809 new_map = std::make_shared<NamespaceMap>();
815 new_map, ConstString(namespace_string.c_str()), parent_map);
818 context_md->m_namespace_maps[decl] = new_map;
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c1868 struct orl *new_map;
1875 new_map = bfd_realloc (map, amt);
1876 if (new_map == NULL)
1879 map = new_map;
1859 struct orl *new_map; local
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c386 swap_map(struct ip_fw_chain *chain, struct ip_fw **new_map, int new_len) argument
394 chain->map = new_map;

Completed in 184 milliseconds