Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/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 *);
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 …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dobj.h42 struct format_ops { struct
43 int flavor;
44 unsigned dfl_leading_underscore : 1;
45 unsigned emit_section_symbols : 1;
46 void (*begin) (void);
47 void (*end) (void);
48 void (*app_file) (const char *);
49 void (*frob_symbol) (symbolS *, int *);
50 void (*frob_file) (void);
51 void (*frob_file_before_adjust) (void);
[all …]