Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbc-data.c282 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len); in yasm_bc_create_data()
302 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len); in yasm_bc_create_data()
326 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len); in yasm_bc_create_data()
338 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len); in yasm_bc_create_data()
460 yasm_dv_create_raw(unsigned char *contents, unsigned long len) in yasm_dv_create_raw() function
Dbytecode.h564 yasm_dataval *yasm_dv_create_raw(/*@keep@*/ unsigned char *contents,
573 #define yasm_dv_create_string(s, l) yasm_dv_create_raw((unsigned char *)(s), \