Lines Matching defs:segment_info_struct
67 typedef struct segment_info_struct { struct
68 frchainS *frchainP;
69 unsigned int hadone : 1;
76 unsigned int bss : 1;
78 int user_stuff;
82 fixS *fix_root;
83 fixS *fix_tail;
86 struct internal_scnhdr scnhdr;
87 enum linkonce_type linkonce;
88 const char *name;
91 symbolS *dot;
93 struct lineno_list *lineno_list_head;
94 struct lineno_list *lineno_list_tail;
98 asection *bfd_section;
102 symbolS *sym;
105 union {
111 stabu;
114 unsigned long literal_pool_size;
118 TC_SEGMENT_INFO_TYPE tc_segment_info_data;