HomeSort by relevance Sort by last modified time
    Searched refs:yasm_dv_create_raw (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 564 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), \
bc-data.c 282 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len);
302 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len);
326 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len);
338 dvo = yasm_dv_create_raw(yasm_xmalloc(len), len);
460 yasm_dv_create_raw(unsigned char *contents, unsigned long len) function

Completed in 34 milliseconds