Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dobj.h49 struct format_ops { struct
50 int flavor;
51 unsigned dfl_leading_underscore : 1;
52 unsigned emit_section_symbols : 1;
53 void (*begin) (void);
54 void (*app_file) (const char *);
55 void (*frob_symbol) (symbolS *, int *);
56 void (*frob_file) (void);
57 void (*frob_file_before_adjust) (void);
58 void (*frob_file_before_fix) (void);
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dobj.h41 struct format_ops { struct
42 int flavor;
43 unsigned dfl_leading_underscore : 1;
44 unsigned emit_section_symbols : 1;
45 void (*begin) (void);
46 void (*app_file) (const char *, int);
47 void (*frob_symbol) (symbolS *, int *);
48 void (*frob_file) (void);
49 void (*frob_file_before_adjust) (void);
50 void (*frob_file_before_fix) (void);
[all …]