Home
last modified time | relevance | path

Searched defs:som_copyable_section_data_struct (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.h146 struct som_copyable_section_data_struct struct
150 unsigned int sort_key : 8;
151 unsigned int access_control_bits : 7;
152 unsigned int is_defined : 1;
153 unsigned int is_private : 1;
154 unsigned int quadrant : 2;
155 unsigned int is_comdat : 1;
156 unsigned int is_common : 1;
157 unsigned int dup_common : 1;
183 struct som_copyable_section_data_struct *copy_data; argument