Searched refs:new_slot (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto-object.c260 struct lto_section_slot *new_slot = XCNEW (struct lto_section_slot); local
262 new_slot->name = new_name;
263 new_slot->start = loasd->base_offset + offset;
264 new_slot->len = length;
265 *slot = new_slot;
270 list->first = new_slot;
272 list->last->next = new_slot;
273 list->last = new_slot;
H A Dlto.c2172 struct lto_section_slot s_slot, *new_slot; local
2210 new_slot = XDUP (struct lto_section_slot, ls);
2211 new_slot->name = new_name;
2212 *hash_slot = new_slot;
/haiku-buildtools/gcc/gcc/
H A Ddata-streamer-out.c120 struct string_slot *new_slot = XOBNEW (&ob->obstack, struct string_slot); local
132 new_slot->s = string;
133 new_slot->len = len;
134 new_slot->slot_num = start;
135 *slot = new_slot;
H A Dlto-section-in.c353 struct lto_renaming_slot *new_slot = XNEW (struct lto_renaming_slot); local
354 new_slot->old_name = xstrdup (old_name);
355 new_slot->new_name = xstrdup (new_name);
356 *slot = new_slot;
H A Dlto-streamer-in.c158 struct string_slot *new_slot; local
161 new_slot = XCNEW (struct string_slot);
163 new_slot->s = saved_string;
164 new_slot->len = len;
165 *slot = new_slot;
H A Dtree-vect-data-refs.c1092 _vect_peel_info **new_slot; local
1105 new_slot
1107 *new_slot = slot;

Completed in 134 milliseconds