| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-object.cc | 200 htab_t section_hash_table; member in struct:lto_obj_add_section_data 215 htab_t section_hash_table = (htab_t) loasd->section_hash_table; local 226 slot = htab_find_slot (section_hash_table, &s_slot, INSERT); 261 htab_t section_hash_table; local 266 section_hash_table = lto_obj_create_section_hash_table (); 269 loasd.section_hash_table = section_hash_table; 280 htab_delete (section_hash_table); 284 return section_hash_table; [all...] |
| lto-common.cc | 2215 file_data->section_hash_table = lto_obj_create_section_hash_table (); 2230 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); 2323 htab_t section_hash_table; local 2329 section_hash_table = lto_obj_build_section_table (file, §ion_list); 2360 htab_delete (section_hash_table); 2467 htab_t section_hash_table = file_data->section_hash_table; local 2476 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot);
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-object.cc | 200 htab_t section_hash_table; member in struct:lto_obj_add_section_data 215 htab_t section_hash_table = (htab_t) loasd->section_hash_table; local 226 slot = htab_find_slot (section_hash_table, &s_slot, INSERT); 261 htab_t section_hash_table; local 266 section_hash_table = lto_obj_create_section_hash_table (); 269 loasd.section_hash_table = section_hash_table; 280 htab_delete (section_hash_table); 284 return section_hash_table; [all...] |
| lto-common.cc | 2200 file_data->section_hash_table = lto_obj_create_section_hash_table (); 2215 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT); 2307 htab_t section_hash_table; local 2313 section_hash_table = lto_obj_build_section_table (file, §ion_list); 2344 htab_delete (section_hash_table); 2451 htab_t section_hash_table = file_data->section_hash_table; local 2460 f_slot = (struct lto_section_slot *) htab_find (section_hash_table, &s_slot);
|