Searched defs:ip_rel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalue.c56 value->ip_rel = 0;
74 value->ip_rel = 0;
91 value->ip_rel = orig->ip_rel;
110 unsigned int ip_rel)
113 value->ip_rel = ip_rel;
721 if (value->seg_of || value->rshift || value->curpos_rel || value->ip_rel
762 if (value->ip_rel)
109 yasm_value_set_curpos_rel(yasm_value *value, yasm_bytecode *bc, unsigned int ip_rel) argument
H A Dcoretype.h158 unsigned int ip_rel : 1; member in struct:yasm_value

Completed in 171 milliseconds