Home
last modified time | relevance | path

Searched refs:new_slot (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-object.cc229 struct lto_section_slot *new_slot = XCNEW (struct lto_section_slot); in lto_obj_add_section() local
231 new_slot->name = new_name; in lto_obj_add_section()
232 new_slot->start = loasd->base_offset + offset; in lto_obj_add_section()
233 new_slot->len = length; in lto_obj_add_section()
234 *slot = new_slot; in lto_obj_add_section()
239 list->first = new_slot; in lto_obj_add_section()
241 list->last->next = new_slot; in lto_obj_add_section()
242 list->last = new_slot; in lto_obj_add_section()
Dlto-common.cc2179 struct lto_section_slot s_slot, *new_slot; in create_subid_section_table() local
2218 new_slot = XDUP (struct lto_section_slot, ls); in create_subid_section_table()
2219 new_slot->name = new_name; in create_subid_section_table()
2220 *hash_slot = new_slot; in create_subid_section_table()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddata-streamer-out.cc97 struct string_slot *new_slot = XOBNEW (&ob->obstack, struct string_slot); in streamer_string_index() local
109 new_slot->s = string; in streamer_string_index()
110 new_slot->len = len; in streamer_string_index()
111 new_slot->slot_num = start; in streamer_string_index()
112 *slot = new_slot; in streamer_string_index()
Dlto-streamer-in.cc269 struct string_pair_map *new_slot in canon_relative_path_prefix() local
276 new_slot->str1 = cwd; in canon_relative_path_prefix()
277 new_slot->str2 = saved_string; in canon_relative_path_prefix()
278 new_slot->str3 = saved_string + data_wd_len + 1; in canon_relative_path_prefix()
280 new_slot->str3 = NULL; in canon_relative_path_prefix()
281 new_slot->hash = s_slot.hash; in canon_relative_path_prefix()
282 new_slot->prefix = true; in canon_relative_path_prefix()
283 *slot = new_slot; in canon_relative_path_prefix()
285 return new_slot->str3; in canon_relative_path_prefix()
321 struct string_pair_map *new_slot in canon_relative_file_name() local
[all …]
Dlto-section-in.cc351 struct lto_renaming_slot *new_slot = XNEW (struct lto_renaming_slot); in lto_record_renamed_decl() local
352 new_slot->old_name = xstrdup (old_name); in lto_record_renamed_decl()
353 new_slot->new_name = xstrdup (new_name); in lto_record_renamed_decl()
354 *slot = new_slot; in lto_record_renamed_decl()
Dtree-vect-data-refs.cc1476 _vect_peel_info **new_slot; in vect_peeling_hash_insert() local
1488 new_slot = peeling_htab->find_slot (slot, INSERT); in vect_peeling_hash_insert()
1489 *new_slot = slot; in vect_peeling_hash_insert()
DChangeLog-201112886 * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
/netbsd/src/crypto/external/bsd/heimdal/dist/kcm/
Dcache.c274 int new_slot = 0; in kcm_ccache_alloc() local
305 new_slot = 1; in kcm_ccache_alloc()
329 if (new_slot) in kcm_ccache_alloc()
339 if (new_slot && slot != NULL) { in kcm_ccache_alloc()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtypeprint.c283 void **new_slot; in copy_typedef_hash_element() local
285 new_slot = htab_find_slot (new_table, *slot, INSERT); in copy_typedef_hash_element()
286 if (*new_slot == NULL) in copy_typedef_hash_element()
287 *new_slot = *slot; in copy_typedef_hash_element()