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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dobjfmt.h37 typedef struct yasm_objfmt_base { struct
40 } yasm_objfmt_base; typedef in typeref:struct:yasm_objfmt_base
197 ((yasm_objfmt_base *)((object)->objfmt))->module->output \
200 ((yasm_objfmt_base *)objfmt)->module->destroy(objfmt)
202 ((yasm_objfmt_base *)((object)->objfmt))->module->section_switch \
205 ((yasm_objfmt_base *)((object)->objfmt))->module->add_default_section \
208 ((yasm_objfmt_base *)((object)->objfmt))->module->init_new_section \
211 ((yasm_objfmt_base *)((object)->objfmt))->module->get_special_sym \

Completed in 377 milliseconds