Home
last modified time | relevance | path

Searched refs:section_hash_table (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc200 htab_t section_hash_table; member
215 htab_t section_hash_table = (htab_t) loasd->section_hash_table; in lto_obj_add_section() local
226 slot = htab_find_slot (section_hash_table, &s_slot, INSERT); in lto_obj_add_section()
261 htab_t section_hash_table; in lto_obj_build_section_table() local
266 section_hash_table = lto_obj_create_section_hash_table (); in lto_obj_build_section_table()
269 loasd.section_hash_table = section_hash_table; in lto_obj_build_section_table()
280 htab_delete (section_hash_table); in lto_obj_build_section_table()
284 return section_hash_table; in lto_obj_build_section_table()
H A Dlto-common.cc2200 file_data->section_hash_table = lto_obj_create_section_hash_table (); in create_subid_section_table()
2215 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); in create_subid_section_table()
2307 htab_t section_hash_table; in lto_file_read() local
2313 section_hash_table = lto_obj_build_section_table (file, &section_list); in lto_file_read()
2344 htab_delete (section_hash_table); in lto_file_read()
2451 htab_t section_hash_table = file_data->section_hash_table; in get_section_data() local
2460 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot); in get_section_data()
H A DChangeLog5091 (lto_main): Remove redundant initialization of section_hash_table.
5432 (section_hash_table.lto_file_decl_data): New field.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c204 htab_t section_hash_table; member
219 htab_t section_hash_table = (htab_t) loasd->section_hash_table; in lto_obj_add_section() local
230 slot = htab_find_slot (section_hash_table, &s_slot, INSERT); in lto_obj_add_section()
265 htab_t section_hash_table; in lto_obj_build_section_table() local
270 section_hash_table = lto_obj_create_section_hash_table (); in lto_obj_build_section_table()
273 loasd.section_hash_table = section_hash_table; in lto_obj_build_section_table()
284 htab_delete (section_hash_table); in lto_obj_build_section_table()
288 return section_hash_table; in lto_obj_build_section_table()
H A Dlto-common.c2191 file_data->section_hash_table = lto_obj_create_section_hash_table (); in create_subid_section_table()
2206 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); in create_subid_section_table()
2298 htab_t section_hash_table; in lto_file_read() local
2304 section_hash_table = lto_obj_build_section_table (file, &section_list); in lto_file_read()
2335 htab_delete (section_hash_table); in lto_file_read()
2442 htab_t section_hash_table = file_data->section_hash_table; in get_section_data() local
2451 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot); in get_section_data()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer.h573 htab_t GTY((skip)) section_hash_table;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer.h613 htab_t GTY((skip)) section_hash_table;