Home
last modified time | relevance | path

Searched refs:bytecode_org (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbc-org.c41 typedef struct bytecode_org { struct
44 } bytecode_org; argument
80 const bytecode_org *org = (const bytecode_org *)contents; in bc_org_print()
94 bytecode_org *org = (bytecode_org *)bc->contents; in bc_org_calc_len()
108 bytecode_org *org = (bytecode_org *)bc->contents; in bc_org_expand()
128 bytecode_org *org = (bytecode_org *)bc->contents; in bc_org_tobytes()
146 bytecode_org *org = yasm_xmalloc(sizeof(bytecode_org)); in yasm_bc_create_org()