Home
last modified time | relevance | path

Searched refs:yasm_symrec_get_common_size (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.h402 /*@dependent@*/ /*@null@*/ yasm_expr **yasm_symrec_get_common_size
Dsymrec.c626 yasm_symrec_get_common_size(yasm_symrec *sym) in yasm_symrec_get_common_size() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c594 csize_expr = yasm_symrec_get_common_size(sym); in rdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c533 csize_expr = yasm_symrec_get_common_size(sym); in coff_objfmt_output_value()
1062 csize_expr = yasm_symrec_get_common_size(sym); in coff_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c213 yasm_expr **size = yasm_symrec_get_common_size(sym); in build_common()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c911 yasm_expr **csize = yasm_symrec_get_common_size(sym); in macho_objfmt_output_symtable()