Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbc-org.c144 yasm_bc_create_org(unsigned long start, unsigned long fill, unsigned long line) in yasm_bc_create_org() function
Dbytecode.h387 /*@only@*/ yasm_bytecode *yasm_bc_create_org
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dbytecode.pxi98 bc = yasm_bc_create_org(start, line, value)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c534 bc = yasm_bc_create_org(yasm_intnum_get_uint(start), in dir_org()
538 bc = yasm_bc_create_org(yasm_intnum_get_uint(start), 0, in dir_org()