Searched refs:subspace_dict (Results 1 – 5 of 5) sorted by relevance
2291 som_section_data (section)->subspace_dict = bfd_zalloc (abfd, amt); in som_prep_headers()2292 if (som_section_data (section)->subspace_dict == NULL) in som_prep_headers()2299 som_section_data (section)->subspace_dict->is_loadable = 1; in som_prep_headers()2302 som_section_data (section)->subspace_dict->code_only = 1; in som_prep_headers()2304 som_section_data (section)->subspace_dict->subspace_start = in som_prep_headers()2306 som_section_data (section)->subspace_dict->subspace_length = in som_prep_headers()2308 som_section_data (section)->subspace_dict->initialization_length = in som_prep_headers()2310 som_section_data (section)->subspace_dict->alignment = in som_prep_headers()2314 som_section_data (section)->subspace_dict->sort_key = in som_prep_headers()2316 som_section_data (section)->subspace_dict->access_control_bits = in som_prep_headers()[all …]
219 struct som_subspace_dictionary_record *subspace_dict; member
3487 is_comdat, is_common and dup_common in section subspace_dict from
2398 som_section_data (section)->subspace_dict =2400 if (som_section_data (section)->subspace_dict == NULL)2408 som_section_data (section)->subspace_dict->dup_common = 1;2409 som_section_data (section)->subspace_dict->is_common = 1;2413 som_section_data (section)->subspace_dict->is_loadable = 1;2416 som_section_data (section)->subspace_dict->code_only = 1;2418 som_section_data (section)->subspace_dict->subspace_start =2420 som_section_data (section)->subspace_dict->subspace_length =2422 som_section_data (section)->subspace_dict->initialization_length =2424 som_section_data (section)->subspace_dict->alignment =[all …]
187 struct subspace_dictionary_record *subspace_dict; member