Home
last modified time | relevance | path

Searched refs:coff_sfile (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDsrconv.c56 static void wr_un (struct coff_ofile *, struct coff_sfile *, int, int);
63 (struct coff_sfile *, struct coff_section *, struct coff_scope *, int, int);
67 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int);
69 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int);
71 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
73 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int);
74 static void walk_tree_sfile (struct coff_section *, struct coff_sfile *);
75 static void wr_program_structure (struct coff_ofile *, struct coff_sfile *);
76 static void wr_du (struct coff_ofile *, struct coff_sfile *, int);
77 static void wr_dus (struct coff_ofile *, struct coff_sfile *);
[all …]
HDcoffgrok.h62 struct coff_sfile *source_head;
63 struct coff_sfile *source_tail;
77 struct coff_sfile struct
81 struct coff_sfile *next; argument
222 struct coff_sfile *sfile;
HDcoffgrok.c47 static struct coff_sfile *cur_sfile;
619 struct coff_sfile *n = in doit()
620 (struct coff_sfile *) xmalloc (sizeof (struct coff_sfile)); in doit()
HDcoffdump.c43 static void dump_coff_sfile (struct coff_sfile *);
397 dump_coff_sfile (struct coff_sfile *p) in dump_coff_sfile()