| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-object.cc | 217 struct lto_section_slot s_slot; local 225 s_slot.name = new_name; 226 slot = htab_find_slot (section_hash_table, &s_slot, INSERT);
|
| lto-common.cc | 2194 struct lto_section_slot s_slot, *new_slot; local 2229 s_slot.name = new_name; 2230 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); 2469 struct lto_section_slot s_slot; local 2475 s_slot.name = section_name; 2476 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| data-streamer-out.cc | 86 struct string_slot s_slot; local 88 s_slot.s = s; 89 s_slot.len = len; 90 s_slot.slot_num = 0; 92 slot = ob->string_hash_table->find_slot (&s_slot, INSERT);
|
| lto-streamer-in.cc | 242 string_pair_map s_slot; local 243 s_slot.str1 = cwd; 244 s_slot.str2 = data_wd; 245 s_slot.str3 = NULL; 246 s_slot.hash = h.end (); 247 s_slot.prefix = true; 250 = path_name_pair_hash_table->find_slot (&s_slot, INSERT); 281 new_slot->hash = s_slot.hash; 305 string_pair_map s_slot; local 306 s_slot.str1 = relative_prefix 352 struct string_slot s_slot; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-object.cc | 217 struct lto_section_slot s_slot; local 225 s_slot.name = new_name; 226 slot = htab_find_slot (section_hash_table, &s_slot, INSERT);
|
| lto-common.cc | 2179 struct lto_section_slot s_slot, *new_slot; local 2214 s_slot.name = new_name; 2215 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); 2453 struct lto_section_slot s_slot; local 2459 s_slot.name = section_name; 2460 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| data-streamer-out.cc | 88 struct string_slot s_slot; local 90 s_slot.s = s; 91 s_slot.len = len; 92 s_slot.slot_num = 0; 94 slot = ob->string_hash_table->find_slot (&s_slot, INSERT);
|
| lto-streamer-in.cc | 242 string_pair_map s_slot; local 243 s_slot.str1 = cwd; 244 s_slot.str2 = data_wd; 245 s_slot.str3 = NULL; 246 s_slot.hash = h.end (); 247 s_slot.prefix = true; 250 = path_name_pair_hash_table->find_slot (&s_slot, INSERT); 281 new_slot->hash = s_slot.hash; 305 string_pair_map s_slot; local 306 s_slot.str1 = relative_prefix 352 struct string_slot s_slot; local [all...] |