Home
last modified time | relevance | path

Searched refs:objfmt_module (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.c216 const yasm_objfmt_module *objfmt_module, in yasm_object_create() argument
245 object->objfmt = yasm_objfmt_create(objfmt_module, object); in yasm_object_create()
249 objfmt_module->keyword, ((yasm_arch_base *)arch)->module->keyword, in yasm_object_create()
255 objfmt_module = ((yasm_objfmt_base *)object->objfmt)->module; in yasm_object_create()
264 for (i=0; objfmt_module->dbgfmt_keywords[i]; i++) in yasm_object_create()
265 if (yasm__strcasecmp(objfmt_module->dbgfmt_keywords[i], in yasm_object_create()
271 dbgfmt_module->keyword, objfmt_module->keyword); in yasm_object_create()
280 dbgfmt_module->keyword, objfmt_module->keyword); in yasm_object_create()
Dsection.h92 const yasm_objfmt_module *objfmt_module,