Searched refs:s_slot (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddata-streamer-out.c109 struct string_slot s_slot; local
111 s_slot.s = s;
112 s_slot.len = len;
113 s_slot.slot_num = 0;
115 slot = ob->string_hash_table->find_slot (&s_slot, INSERT);
H A Dlto-streamer-in.c148 struct string_slot s_slot; local
151 s_slot.s = string;
152 s_slot.len = len;
154 slot = file_name_hash_table->find_slot (&s_slot, INSERT);
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-object.c248 struct lto_section_slot s_slot; local
256 s_slot.name = new_name;
257 slot = htab_find_slot (section_hash_table, &s_slot, INSERT);
H A Dlto.c2172 struct lto_section_slot s_slot, *new_slot; local
2206 s_slot.name = new_name;
2207 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT);
2412 struct lto_section_slot s_slot; local
2417 s_slot.name = section_name;
2418 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot);

Completed in 102 milliseconds