Searched refs:symtab_define (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | symrec.c | 294 symtab_define(yasm_symtab *symtab, const char *name, sym_type type, in symtab_define() function 322 yasm_symrec *rec = symtab_define(symtab, name, SYM_EQU, 1, line); in yasm_symtab_define_equ() 335 yasm_symrec *rec = symtab_define(symtab, name, SYM_LABEL, in_table, line); in yasm_symtab_define_label() 348 yasm_symrec *rec = symtab_define(symtab, name, SYM_CURPOS, 0, line); in yasm_symtab_define_curpos() 359 yasm_symrec *rec = symtab_define(symtab, name, SYM_SPECIAL, 1, 0); in yasm_symtab_define_special()
|