Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gas/
H A Dobj.h40 struct format_ops { struct
41 int flavor;
42 unsigned dfl_leading_underscore : 1;
43 unsigned emit_section_symbols : 1;
44 void (*begin) (void);
45 void (*app_file) (const char *, int);
46 void (*frob_symbol) (symbolS *, int *);
47 void (*frob_file) (void);
48 void (*frob_file_before_adjust) (void);
49 void (*frob_file_before_fix) (void);
[all …]
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dobj.h40 struct format_ops { struct
41 int flavor;
42 unsigned dfl_leading_underscore : 1;
43 unsigned emit_section_symbols : 1;
44 void (*begin) (void);
45 void (*app_file) (const char *, int);
46 void (*frob_symbol) (symbolS *, int *);
47 void (*frob_file) (void);
48 void (*frob_file_before_adjust) (void);
49 void (*frob_file_before_fix) (void);
[all …]