Home
last modified time | relevance | path

Searched refs:som_section_data (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c2287 som_section_data (subspace_asect)->reloc_size in setup_sections()
2597 som_section_data (section)->space_dict = bfd_zalloc (abfd, amt); in som_prep_headers()
2598 if (som_section_data (section)->space_dict == NULL) in som_prep_headers()
2602 som_section_data (section)->space_dict->loader_fix_index = -1; in som_prep_headers()
2603 som_section_data (section)->space_dict->init_pointer_index = -1; in som_prep_headers()
2606 som_section_data (section)->space_dict->sort_key = in som_prep_headers()
2607 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
2608 som_section_data (section)->space_dict->is_defined = in som_prep_headers()
2609 som_section_data (section)->copy_data->is_defined; in som_prep_headers()
2610 som_section_data (section)->space_dict->is_private = in som_prep_headers()
[all …]
Dsom.h204 #define som_section_data(sec) ((struct som_section_data_struct *) sec->used_by_bfd) macro
DChangeLog-91931100 som_section_data to avoid conflict with macro by that name.
1130 * som.h (som_section_data): Add new "subspace_index" field.
1183 (som_section_data): New structure to keep SOM specific information