Lines Matching refs:coff_section
57 static void wr_sh (struct coff_ofile *, struct coff_section *);
58 static void wr_ob (struct coff_ofile *, struct coff_section *);
59 static void wr_rl (struct coff_ofile *, struct coff_section *);
62 (struct coff_sfile *, struct coff_section *, struct coff_scope *, int, int);
63 static void wr_dps_end (struct coff_section *, struct coff_scope *, int);
70 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
72 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int);
73 static void walk_tree_sfile (struct coff_section *, struct coff_sfile *);
77 static int find_base (struct coff_sfile *, struct coff_section *);
435 wr_sh (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *sec) in wr_sh()
448 wr_ob (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *section) in wr_ob()
509 wr_rl (struct coff_ofile *ptr ATTRIBUTE_UNUSED, struct coff_section *sec) in wr_rl()
581 struct coff_section *section ATTRIBUTE_UNUSED, in wr_dps_start()
617 wr_dps_end (struct coff_section *section ATTRIBUTE_UNUSED, in wr_dps_end()
953 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct c… in walk_tree_symbol()
1167 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, … in walk_tree_scope()
1191 walk_tree_sfile (struct coff_section *section, struct coff_sfile *sfile) in walk_tree_sfile()
1292 find_base (struct coff_sfile *sfile, struct coff_section *section) in find_base()
1470 struct coff_section *sec; in wr_sc()
1694 struct coff_section *common_section; in prescan()