HomeSort by relevance Sort by last modified time
    Searched refs:align_expr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 609 /*@only@*/ /*@null@*/ yasm_expr *align_expr; local
613 if (!(align_expr = yasm_vp_expr(vp,
616 !(align_intn = yasm_expr_get_intnum(&align_expr,
621 if (align_expr)
622 yasm_expr_destroy(align_expr);
626 yasm_expr_destroy(align_expr);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 222 /*@only@*/ /*@null@*/ yasm_expr *align_expr; local
225 if (!(align_expr = yasm_vp_expr(vp, object->symtab,
227 || !(align_intn = yasm_expr_get_intnum(&align_expr, 0))) {
230 if (align_expr)
231 yasm_expr_destroy(align_expr);
235 yasm_expr_destroy(align_expr);
    [all...]

Completed in 1683 milliseconds