Home
last modified time | relevance | path

Searched refs:yasm_symtab_define_special (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.h163 /*@dependent@*/ yasm_symrec *yasm_symtab_define_special
Dsymrec.c356 yasm_symtab_define_special(yasm_symtab *symtab, const char *name, in yasm_symtab_define_special() function
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dsymrec.pxi216 yasm_symtab_define_special(self.symtab, name,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c290 filesym = yasm_symtab_define_special(object->symtab, ".file", in coff_common_create()