Lines Matching defs:to
1 /* simple-object-coff.c -- routines to manipulate COFF object files.
16 along with this program; if not, write to the Free Software
54 unsigned char f_symptr[4]; /* file pointer to symtab */
74 unsigned char s_scnptr[4]; /* file ptr to raw data for section */
75 unsigned char s_relptr[4]; /* file ptr to relocation */
76 unsigned char s_lnnoptr[4]; /* file ptr to line numbers */
87 only for PE. This may need to be moved into coff_magic. */
195 /* There is no magic number which indicates a COFF file as opposed to
462 struct simple_object_coff_attributes *to =
467 if (to->magic != from->magic || to->is_big_endian != from->is_big_endian)
483 /* Prepare to write out a file. */
494 /* We're just going to record the attributes, but we need to make a
585 /* PE can represent alignment up to 13. */
614 /* The interface doesn't give us access to the name of the input file
615 yet. We want to use its basename for the FILE symbol. This is
616 what 'gas' uses when told to assemble from stdin. */
692 /* Advance across space reserved for symbol table to locate
704 directly, but must be if it has to be placed into the string table. */