/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | bc-org.c | 52 long new_val, /*@out@*/ long *neg_thres, 95 long neg_thres = 0; in bc_org_calc_len() local 98 if (bc_org_expand(bc, 0, 0, (long)bc->offset, &neg_thres, &pos_thres) < 0) in bc_org_calc_len() 106 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in bc_org_expand() argument
|
D | bytecode.h | 57 long neg_thres, long pos_thres); 133 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres); 272 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres); 489 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres);
|
D | bc-align.c | 58 long new_val, /*@out@*/ long *neg_thres, 123 long neg_thres = 0; in bc_align_calc_len() local 126 if (bc_align_expand(bc, 0, 0, (long)bc->offset, &neg_thres, in bc_align_calc_len() 135 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in bc_align_expand() argument
|
D | section.c | 858 long neg_thres; member 888 long neg_thres, long pos_thres, yasm_offset_setter *os) in create_span() argument 903 span->neg_thres = neg_thres; in create_span() 916 const yasm_value *value, long neg_thres, long pos_thres) in optimize_add_span() argument 920 span = create_span(bc, id, value, neg_thres, pos_thres, optd->os); in optimize_add_span() 1045 return (span->new_val < span->neg_thres in recalc_normal_span() 1072 long neg_thres = 0; in update_all_bc_offsets() local 1076 &neg_thres, &pos_thres); in update_all_bc_offsets() 1375 span->new_val, &span->neg_thres, in yasm_object_optimize() 1513 span->new_val, &span->neg_thres, in yasm_object_optimize()
|
D | bytecode.c | 67 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in yasm_bc_expand_common() argument 285 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in yasm_bc_expand() argument 296 return bc->callback->expand(bc, span, old_val, new_val, neg_thres, in yasm_bc_expand()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | win64-except.c | 47 long new_val, /*@out@*/ long *neg_thres, 62 long new_val, /*@out@*/ long *neg_thres, 255 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in win64_uwinfo_bc_expand() argument 424 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in win64_uwcode_bc_expand() argument
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
D | lc3bbc.c | 43 long new_val, /*@out@*/ long *neg_thres, 161 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in lc3b_bc_insn_expand() argument
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86bc.c | 43 long new_val, /*@out@*/ long *neg_thres, 56 long new_val, /*@out@*/ long *neg_thres, 630 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in x86_bc_insn_expand() argument 735 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres) in x86_bc_jmp_expand() argument
|