svn path=/trunk/yasm/; revision=1813
* purposes.
* \param module debug format module
* \param object object to generate debugging information for
- * \param of object format in use
- * \param a architecture in use
* \return NULL if object format does not provide needed support.
*/
/*@null@*/ /*@only@*/ yasm_dbgfmt *yasm_dbgfmt_create
};
#endif
+/** An object. This is the internal representation of an object file. */
struct yasm_object {
/*@owned@*/ char *src_filename; /**< Source filename */
/*@owned@*/ char *obj_filename; /**< Object filename */