Searched refs:coff_ofile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | srconv.c | 56 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 …]
|
| D | coffgrok.c | 41 static struct coff_ofile *ofile; 74 static void do_sections_p1 (struct coff_ofile *); 75 static void do_sections_p2 (struct coff_ofile *); 81 static struct coff_ofile *doit (void); 129 do_sections_p1 (struct coff_ofile *head) in do_sections_p1() 178 do_sections_p2 (struct coff_ofile *head) in do_sections_p2() 595 struct coff_ofile * 600 struct coff_ofile *head = in doit() 601 (struct coff_ofile *) xmalloc (sizeof (struct coff_ofile)); in doit() 722 struct coff_ofile * [all …]
|
| D | coffgrok.h | 59 struct coff_ofile struct 225 struct coff_ofile *coff_grok PARAMS ((bfd *));
|
| D | coffdump.c | 439 coff_dump (struct coff_ofile *ptr) in coff_dump() 476 struct coff_ofile *tree; in main()
|