Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.h63 typedef struct segment_info_struct { struct
64 frchainS *frchainP;
65 unsigned int hadone : 1;
72 unsigned int bss : 1;
74 int user_stuff;
78 fixS *fix_root;
79 fixS *fix_tail;
81 symbolS *dot;
83 struct lineno_list *lineno_list_head;
84 struct lineno_list *lineno_list_tail;
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsubsegs.h65 typedef struct segment_info_struct { struct
66 frchainS *frchainP;
67 unsigned int hadone : 1;
74 unsigned int bss : 1;
78 fixS *fix_root;
79 fixS *fix_tail;
83 symbolS *sym;
86 void *dwarf2_line_seg;
88 union {
94 stabu;
[all …]