Searched refs:maxskip (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-align.c46 /*@only@*/ /*@null@*/ yasm_expr *maxskip; member in struct:bytecode_align
85 if (align->maxskip)
86 yasm_expr_destroy(align->maxskip);
100 yasm_expr_print(align->maxskip, f);
114 if (align->maxskip && !yasm_expr_get_intnum(&align->maxskip, 0))
155 if (align->maxskip) {
156 unsigned long maxskip = local
157 yasm_intnum_get_uint(yasm_expr_get_intnum(&align->maxskip, 0));
158 if (bc->len > maxskip) {
187 unsigned long maxskip = local
233 yasm_bc_create_align(yasm_expr *boundary, yasm_expr *fill, yasm_expr *maxskip, const unsigned char **code_fill, unsigned long line) argument
[all...]
H A Dbytecode.h364 * \param maxskip maximum number of bytes to skip
376 /*@keep@*/ /*@null@*/ yasm_expr *maxskip,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c493 yasm_expr *bound, *fill=NULL, *maxskip=NULL; local
507 maxskip = parse_expr(parser_gas);
511 return gas_parser_align(parser_gas, cursect, bound, fill, maxskip,

Completed in 85 milliseconds