Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dhw-handles.c170 struct hw_handle_mapping *new_map = ZALLOC (struct hw_handle_mapping); in hw_handle_add_ihandle() local
171 new_map->next = db->mappings; in hw_handle_add_ihandle()
172 new_map->ihandle = internal; in hw_handle_add_ihandle()
174 new_map->external = db->nr_mappings; in hw_handle_add_ihandle()
175 db->mappings = new_map; in hw_handle_add_ihandle()
192 struct hw_handle_mapping *new_map = ZALLOC (struct hw_handle_mapping); in hw_handle_add_phandle() local
193 new_map->next = db->mappings; in hw_handle_add_phandle()
194 new_map->phandle = internal; in hw_handle_add_phandle()
196 new_map->external = db->nr_mappings; in hw_handle_add_phandle()
197 db->mappings = new_map; in hw_handle_add_phandle()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-handles.c170 struct hw_handle_mapping *new_map = ZALLOC (struct hw_handle_mapping); in hw_handle_add_ihandle() local
171 new_map->next = db->mappings; in hw_handle_add_ihandle()
172 new_map->ihandle = internal; in hw_handle_add_ihandle()
174 new_map->external = db->nr_mappings; in hw_handle_add_ihandle()
175 db->mappings = new_map; in hw_handle_add_ihandle()
192 struct hw_handle_mapping *new_map = ZALLOC (struct hw_handle_mapping); in hw_handle_add_phandle() local
193 new_map->next = db->mappings; in hw_handle_add_phandle()
194 new_map->phandle = internal; in hw_handle_add_phandle()
196 new_map->external = db->nr_mappings; in hw_handle_add_phandle()
197 db->mappings = new_map; in hw_handle_add_phandle()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dcap.c106 cap_mapping *new_map = ZALLOC(cap_mapping); in cap_add() local
107 new_map->next = db->mappings; in cap_add()
108 new_map->internal = internal; in cap_add()
110 new_map->external = db->nr_mappings; in cap_add()
111 db->mappings = new_map; in cap_add()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dcap.c106 cap_mapping *new_map = ZALLOC(cap_mapping); in cap_add() local
107 new_map->next = db->mappings; in cap_add()
108 new_map->internal = internal; in cap_add()
110 new_map->external = db->nr_mappings; in cap_add()
111 db->mappings = new_map; in cap_add()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.c192 fe_file_change (const line_map_ordinary *new_map) in fe_file_change() argument
194 if (new_map == NULL) in fe_file_change()
197 if (new_map->reason == LC_ENTER) in fe_file_change()
201 if (!MAIN_FILE_P (new_map)) in fe_file_change()
208 input_location = new_map->start_location; in fe_file_change()
213 else if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
221 else if (new_map->reason == LC_LEAVE) in fe_file_change()
226 if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
231 input_location = new_map->start_location; in fe_file_change()
236 update_header_times (LINEMAP_FILE (new_map)); in fe_file_change()
[all …]
H A Dc-lex.cc191 fe_file_change (const line_map_ordinary *new_map) in fe_file_change() argument
193 if (new_map == NULL) in fe_file_change()
196 if (new_map->reason == LC_ENTER) in fe_file_change()
200 if (!MAIN_FILE_P (new_map)) in fe_file_change()
207 input_location = new_map->start_location; in fe_file_change()
212 else if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
220 else if (new_map->reason == LC_LEAVE) in fe_file_change()
225 if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
230 input_location = new_map->start_location; in fe_file_change()
235 update_header_times (LINEMAP_FILE (new_map)); in fe_file_change()
[all …]
H A Dc-opts.cc1611 cb_file_change (cpp_reader *reader, const line_map_ordinary *new_map) in cb_file_change() argument
1614 pp_file_change (new_map); in cb_file_change()
1616 fe_file_change (new_map); in cb_file_change()
1618 if (new_map && cpp_opts->preprocessed in cb_file_change()
1619 && lang_hooks.preprocess_main_file && MAIN_FILE_P (new_map) in cb_file_change()
1620 && ORDINARY_MAP_STARTING_LINE_NUMBER (new_map)) in cb_file_change()
1622 lang_hooks.preprocess_main_file (reader, line_table, new_map); in cb_file_change()
1624 if (new_map in cb_file_change()
1625 && (new_map->reason == LC_ENTER || new_map->reason == LC_RENAME)) in cb_file_change()
1632 const_cast<char*> (ORDINARY_MAP_FILE_NAME (new_map))); in cb_file_change()
[all …]
H A Dc-opts.c1565 const line_map_ordinary *new_map) in cb_file_change() argument
1568 pp_file_change (new_map); in cb_file_change()
1570 fe_file_change (new_map); in cb_file_change()
1572 if (new_map in cb_file_change()
1573 && (new_map->reason == LC_ENTER || new_map->reason == LC_RENAME)) in cb_file_change()
1580 const_cast<char*> (ORDINARY_MAP_FILE_NAME (new_map))); in cb_file_change()
1583 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c192 fe_file_change (const line_map_ordinary *new_map) in fe_file_change() argument
194 if (new_map == NULL) in fe_file_change()
197 if (new_map->reason == LC_ENTER) in fe_file_change()
201 if (!MAIN_FILE_P (new_map)) in fe_file_change()
208 input_location = new_map->start_location; in fe_file_change()
213 else if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
221 else if (new_map->reason == LC_LEAVE) in fe_file_change()
226 if (LINEMAP_SYSP (new_map) == 2) in fe_file_change()
231 input_location = new_map->start_location; in fe_file_change()
236 update_header_times (LINEMAP_FILE (new_map)); in fe_file_change()
[all …]
H A Dc-opts.c1565 const line_map_ordinary *new_map) in cb_file_change() argument
1568 pp_file_change (new_map); in cb_file_change()
1570 fe_file_change (new_map); in cb_file_change()
1572 if (new_map in cb_file_change()
1573 && (new_map->reason == LC_ENTER || new_map->reason == LC_RENAME)) in cb_file_change()
1580 const_cast<char*> (ORDINARY_MAP_FILE_NAME (new_map))); in cb_file_change()
1583 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
/netbsd/external/gpl2/groff/dist/src/devices/xditview/
H A Dfont.c314 DviFontMap *fm, *new_map; in ParseFontMap() local
333 new_map = (DviFontMap *) XtMalloc (sizeof *new_map); in ParseFontMap()
334 new_map->x_name = savestr (x_name); in ParseFontMap()
335 new_map->dvi_name = savestr (dvi_name); in ParseFontMap()
336 new_map->next = fm; in ParseFontMap()
337 fm = new_map; in ParseFontMap()
/netbsd/external/gpl3/binutils.old/dist/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()
/netbsd/external/gpl3/gdb/dist/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()
/netbsd/external/gpl2/texinfo/dist/intl/
H A Dlocalealias.c373 struct alias_map *new_map; in extend_alias_table() local
376 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
378 if (new_map == NULL) in extend_alias_table()
382 map = new_map; in extend_alias_table()
/netbsd/external/gpl3/gcc/dist/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()
/netbsd/external/gpl3/gdb.old/dist/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()
/netbsd/external/gpl3/binutils/dist/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()
/netbsd/external/gpl3/gcc.old/dist/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()
/netbsd/external/gpl2/grep/dist/intl/
H A Dlocalealias.c363 struct alias_map *new_map; in extend_alias_table() local
366 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
368 if (new_map == NULL) in extend_alias_table()
372 map = new_map; in extend_alias_table()
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlocalealias.c394 struct alias_map *new_map; in extend_alias_table() local
397 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
399 if (new_map == NULL) in extend_alias_table()
403 map = new_map; in extend_alias_table()
/netbsd/usr.sbin/sysinst/arch/mac68k/
H A Dmenus.md.pl59 map.in_use_cnt = new_map[0].pmMapBlkCnt;
63 memcpy (&map.blk[i], &new_map[i],
125 memcpy (&map.blk[i], &new_map[i],
H A Dmd.c80 struct apple_part_map_entry new_map[] = variable
193 new_map[i].pmPyPartStart = new_map[i-1].pmPyPartStart + in md_get_info()
194 new_map[i-1].pmPartBlkCnt; in md_get_info()
195 new_map[i].pmDataCnt = new_map[i].pmPartBlkCnt; in md_get_info()
196 if (new_map[i].pmPartBlkCnt == 0) { in md_get_info()
197 new_map[i].pmPartBlkCnt = pm->dlsize; in md_get_info()
198 new_map[i].pmDataCnt = pm->dlsize; in md_get_info()
201 pm->dlsize -= new_map[i].pmPartBlkCnt; in md_get_info()
/netbsd/lib/libcurses/
H A Dgetch.c484 keymap_t *new_map; in new_keymap() local
486 if ((new_map = malloc(sizeof(keymap_t))) == NULL) { in new_keymap()
492 new_map->count = 0; in new_keymap()
494 new_map->mapping[i] = MAPPING_UNUSED; /* no mapping for char */ in new_keymap()
498 new_map->key = NULL; in new_keymap()
500 return new_map; in new_keymap()
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cotable.c396 struct ttm_bo_kmap_obj old_map, new_map; in vmw_cotable_resize() local
444 ret = ttm_bo_kmap(bo, i, 1, &new_map); in vmw_cotable_resize()
449 memcpy(ttm_kmap_obj_virtual(&new_map, &dummy), in vmw_cotable_resize()
452 ttm_bo_kunmap(&new_map); in vmw_cotable_resize()
/netbsd/external/gpl3/gdb/dist/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()

12