Home
last modified time | relevance | path

Searched refs:yasm_symrec_get_equ (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.h309 /*@observer@*/ /*@null@*/ const yasm_expr *yasm_symrec_get_equ
Dsymrec.c540 yasm_symrec_get_equ(const yasm_symrec *sym) in yasm_symrec_get_equ() function
Dvalue.c278 && !yasm_symrec_get_equ(e->terms[j].data.sym) in value_finalize_scan()
Dexpr.c821 (equ_expr = yasm_symrec_get_equ(e->terms[i].data.sym))) { in expr_expand_equ()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c287 if (!yasm_symrec_get_equ(sym) && !yasm_symrec_is_abs(sym)) in elf_objfmt_build_symtab()
316 if (yasm_symrec_get_equ(sym) && !yasm_symrec_is_abs(sym)) in elf_objfmt_build_symtab()
Delf.c493 equ_expr_c = yasm_symrec_get_equ(entry->sym); in elf_symtab_write_to_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dsymrec.pxi70 e = yasm_symrec_get_equ(self.sym)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c487 } else if ((equ_val = yasm_symrec_get_equ(sym))) { in xdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c553 } else if (yasm_symrec_get_equ(sym)) { in rdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c656 if (!info->section && yasm_symrec_get_equ(sym)) { in map_symrec_count()
675 if (!info->section && (equ = yasm_symrec_get_equ(sym))) { in map_symrec_output()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c888 } else if ((equ_val = yasm_symrec_get_equ(sym))) { in macho_objfmt_output_symtable()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c1045 } else if ((equ_val = yasm_symrec_get_equ(sym))) { in coff_objfmt_output_sym()