Home
last modified time | relevance | path

Searched refs:coff_types (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c78 struct coff_types struct
86 static debug_type *coff_get_slot (struct coff_types *, long); argument
88 (bfd *, struct coff_symbols *, struct coff_types *, long, int,
91 (bfd *, struct coff_symbols *, struct coff_types *, long, int,
94 (bfd *, struct coff_symbols *, struct coff_types *, int,
97 (bfd *, struct coff_symbols *, struct coff_types *,
100 (bfd *, struct coff_types *, asymbol *, long, struct internal_syment *,
107 coff_get_slot (struct coff_types *types, long indx) in coff_get_slot()
142 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type()
239 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c63 struct coff_types struct
66 struct coff_types *next; argument
75 (bfd *, struct coff_symbols *, struct coff_types **, long, int, argument
78 (bfd *, struct coff_symbols *, struct coff_types **, int,
81 (bfd *, struct coff_symbols *, struct coff_types **,
87 coff_get_slot (void *dhandle, struct coff_types **types, long indx) in coff_get_slot()
99 struct coff_types *n = debug_xzalloc (dhandle, sizeof (*n)); in coff_get_slot()
112 struct coff_types **types, long coff_symno, int ntype, in parse_coff_type()
209 struct coff_types **types, long coff_symno, int ntype, in parse_coff_base_type()
322 struct coff_types **types, int ntype, in parse_coff_struct_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git65029 * rdcoff.c (struct coff_types, coff_slots): Merge. Delete
65035 (parse_coff_symbol, parse_coff): Pass types as coff_types**.