Home
last modified time | relevance | path

Searched refs:coff_ofile (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dsrconv.c56 static void wr_un (struct coff_ofile *, struct coff_sfile *, int, int);
57 static void wr_hd (struct coff_ofile *);
58 static void wr_sh (struct coff_ofile *, struct coff_section *);
59 static void wr_ob (struct coff_ofile *, struct coff_section *);
60 static void wr_rl (struct coff_ofile *, struct coff_section *);
61 static void wr_object_body (struct coff_ofile *);
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 *);
79 static void wr_dln (struct coff_ofile *, struct coff_sfile *, int);
[all …]
Dcoffgrok.c40 static struct coff_ofile * ofile;
112 do_sections_p1 (struct coff_ofile *head) in do_sections_p1()
165 do_sections_p2 (struct coff_ofile *head) in do_sections_p2()
719 static struct coff_ofile *
724 struct coff_ofile *head = in doit()
725 (struct coff_ofile *) xmalloc (sizeof (struct coff_ofile)); in doit()
877 struct coff_ofile *
881 struct coff_ofile *p; in coff_grok()
Dcoffgrok.h60 struct coff_ofile struct
221 struct coff_ofile * coff_grok (bfd *);
Dcoffdump.c444 coff_dump (struct coff_ofile *ptr) in coff_dump()
481 struct coff_ofile *tree; in main()
DChangeLog-2014944 * coffgrok.h (coff_ofile): Don't use PARAMS.