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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-aranges.c 68 start = yasm_expr_create_ident(
71 length = yasm_expr_create_ident(
101 yasm_expr_create_ident(yasm_expr_int(
116 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 0),
117 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 0),
dwarf2-info.c 297 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(1)), 0),
303 yasm_expr_create_ident(yasm_expr_sym(
315 yasm_expr_create_ident(yasm_expr_sym(first), 0),
347 yasm_expr_create_ident(yasm_expr_int(
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 117 #define p_expr_new_ident(r) yasm_expr_create_ident(r,cur_line)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 385 e = yasm_expr_create_ident(yasm_expr_int(tokval->t_integer), 0);
392 e = yasm_expr_create_ident(yasm_expr_sym(sym), 0);
397 e = yasm_expr_create_ident(yasm_expr_int(
409 e = yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_int(1)),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 136 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)),
163 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)),
177 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)),
187 yasm_expr_create_ident(yasm_expr_sym(info->ehandler), line)));
coff-objfmt.c 360 yasm_expr_create_ident(yasm_expr_int(
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 155 #define p_expr_new_ident(r) yasm_expr_create_ident(r,cur_line)
gas-parse.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 160 #define yasm_expr_create_ident(r,i) \ macro
bytecode.c 194 bc->multiple = yasm_expr_create_ident(
valparam.c 107 return yasm_expr_create_ident(yasm_expr_sym(
symrec.c 262 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 215 insn->imm.abs = yasm_expr_create_ident(yasm_expr_int(delta),
lc3bid.re 312 yasm_expr_create_ident(yasm_expr_int(
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 873 yasm_expr_create_ident(yasm_expr_int(delta), bc->line);
940 jmp->target.abs = yasm_expr_create_ident(yasm_expr_int(delta),
    [all...]
x86id.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 601 (yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)), 0),
652 (yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)), 0),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 914 syme = yasm_expr_create_ident(yasm_expr_int(
918 syme = yasm_expr_create_ident(yasm_expr_sym(value->rel), bc->line);
920 syme = yasm_expr_create_ident(yasm_expr_int(
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c     [all...]

Completed in 695 milliseconds