Searched defs:yasm_object (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h49 struct yasm_object { struct
89 /*@null@*/ /*@only@*/ yasm_object *yasm_object_create
111 (yasm_object *object, const char *name, unsigned long align, int code,
125 int yasm_object_directive(yasm_object *object, const char *name,
135 void yasm_object_destroy(/*@only@*/ yasm_object *object);
143 void yasm_object_print(const yasm_object *object, FILE *f, int indent_level);
151 void yasm_object_finalize(yasm_object *object, yasm_errwarns *errwarns);
162 (yasm_object *object, /*@null@*/ void *d,
172 (yasm_object *object, const char *name);
179 void yasm_object_set_source_fn(yasm_object *objec
[all...]
H A Dcoretype.h96 typedef struct yasm_object yasm_object; typedef in typeref:struct:yasm_object

Completed in 199 milliseconds