Home | History | Annotate | Download | only in MC

Lines Matching defs:Object

10 // This file contains an implementation of a Win32 COFF object file writer.
138 // Maps used during object file creation.
355 object_t *Object = new object_t(Name);
357 List.push_back(Object);
359 return Object;
362 /// This function takes a section data object from the assembler
363 /// and creates the associated COFF section staging object.
411 /// This function takes a section data object from the assembler
412 /// and creates the associated COFF symbol staging object.
783 // Assign file offsets to COFF object file structures.