Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dsubsegs.h67 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;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dsubsegs.h68 typedef struct segment_info_struct { struct
69 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 …]