Searched defs:segment_info_struct (Results 1 – 2 of 2) sorted by relevance
67 typedef struct segment_info_struct { struct68 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;[all …]
68 typedef struct segment_info_struct { struct69 frchainS *frchainP;70 unsigned int hadone : 1;77 unsigned int bss : 1;79 int user_stuff;83 fixS *fix_root;84 fixS *fix_tail;86 symbolS *dot;88 struct lineno_list *lineno_list_head;89 struct lineno_list *lineno_list_tail;[all …]