Searched refs:s_slot (Results 1 – 4 of 4) sorted by relevance
86 struct string_slot s_slot; in streamer_string_index() local88 s_slot.s = s; in streamer_string_index()89 s_slot.len = len; in streamer_string_index()90 s_slot.slot_num = 0; in streamer_string_index()92 slot = ob->string_hash_table->find_slot (&s_slot, INSERT); in streamer_string_index()
242 string_pair_map s_slot; in canon_relative_path_prefix() local243 s_slot.str1 = cwd; in canon_relative_path_prefix()244 s_slot.str2 = data_wd; in canon_relative_path_prefix()245 s_slot.str3 = NULL; in canon_relative_path_prefix()246 s_slot.hash = h.end (); in canon_relative_path_prefix()247 s_slot.prefix = true; in canon_relative_path_prefix()250 = path_name_pair_hash_table->find_slot (&s_slot, INSERT); in canon_relative_path_prefix()281 new_slot->hash = s_slot.hash; in canon_relative_path_prefix()305 string_pair_map s_slot; in canon_relative_file_name() local306 s_slot.str1 = relative_prefix; in canon_relative_file_name()[all …]
217 struct lto_section_slot s_slot; in lto_obj_add_section() local225 s_slot.name = new_name; in lto_obj_add_section()226 slot = htab_find_slot (section_hash_table, &s_slot, INSERT); in lto_obj_add_section()
2179 struct lto_section_slot s_slot, *new_slot; in create_subid_section_table() local2214 s_slot.name = new_name; in create_subid_section_table()2215 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); in create_subid_section_table()2453 struct lto_section_slot s_slot; in get_section_data() local2459 s_slot.name = section_name; in get_section_data()2460 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot); in get_section_data()