HomeSort by relevance Sort by last modified time
    Searched refs:yasm_value (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.h 37 /** Initialize a #yasm_value with just an expression. No processing is
40 * processing into a #yasm_value. This function is intended for use during
49 void yasm_value_initialize(/*@out@*/ yasm_value *value,
53 /** Initialize a #yasm_value with just a symrec. No processing is performed,
61 void yasm_value_init_sym(/*@out@*/ yasm_value *value,
64 /** Initialize a #yasm_value as a copy of another yasm_value. Any expressions
70 void yasm_value_init_copy(yasm_value *value, const yasm_value *orig);
76 void yasm_value_delete(yasm_value *value)
    [all...]
coretype.h 121 typedef struct yasm_value { struct
184 } yasm_value; typedef in typeref:struct:yasm_value
186 /** Maximum value of #yasm_value.rshift */
255 /** Convert yasm_value to its byte representation. Usually implemented by
274 (yasm_value *value, /*@out@*/ unsigned char *buf, unsigned int destsize,
value.c 47 yasm_value_initialize(/*@out@*/ yasm_value *value,
65 yasm_value_init_sym(/*@out@*/ yasm_value *value, /*@null@*/ yasm_symrec *sym,
83 yasm_value_init_copy(yasm_value *value, const yasm_value *orig)
100 yasm_value_delete(yasm_value *value)
109 yasm_value_set_curpos_rel(yasm_value *value, yasm_bytecode *bc,
125 value_finalize_scan(yasm_value *value, yasm_expr *e,
448 yasm_value_finalize_expr(yasm_value *value, yasm_expr *e,
460 yasm_value_finalize(yasm_value *value, yasm_bytecode *precbc)
559 yasm_value_get_intnum(yasm_value *value, yasm_bytecode *bc, int calc_bc_dist
    [all...]
insn.h 42 yasm_value disp; /**< address displacement */
bytecode.h 56 (void *add_span_data, yasm_bytecode *bc, int id, const yasm_value *value,
581 yasm_value *yasm_dv_get_value(yasm_dataval *dv);
bytecode.c 178 yasm_value val;
268 yasm_value value;
bc-data.c 48 yasm_value val;
143 yasm_value val;
483 yasm_value *
bc-incbin.c 111 yasm_value val;
section.c 846 yasm_value depval;
887 create_span(yasm_bytecode *bc, int id, /*@null@*/ const yasm_value *value,
916 const yasm_value *value, long neg_thres, long pos_thres)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 48 yasm_value off; /* Offset expression (used for some codes) */
58 yasm_value frameoff; /* Frame offset */
67 yasm_value prolog_size;
68 yasm_value codes_count;
win64-except.c 469 yasm_value val;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.h 45 yasm_value imm; /* immediate or relative value */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 237 /*@null@*/ yasm_value *imm; /* immediate or relative value */
269 yasm_value target; /* jump target */
284 yasm_value segment; /* target segment */
285 yasm_value offset; /* target offset */
x86bc.c 528 yasm_value *imm = insn->imm;
635 yasm_value *imm = insn->imm;
814 yasm_value *imm = insn->imm;
    [all...]
x86id.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
value.pxi 27 cdef yasm_value value
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 81 nasm_listfmt_output_value(yasm_value *value, unsigned char *buf,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 285 yasm_value value;
dwarf2-line.c 880 yasm_value value;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 664 yasm_value val;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 181 rdf_objfmt_output_value(yasm_value *value, unsigned char *buf,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 147 xdf_objfmt_output_value(yasm_value *value, unsigned char *buf,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 474 elf_objfmt_output_value(yasm_value *value, unsigned char *buf,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 406 macho_objfmt_output_value(yasm_value *value, unsigned char *buf,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 896 bin_objfmt_output_value(yasm_value *value, unsigned char *buf,
    [all...]

Completed in 525 milliseconds

1 2