Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.h70 void yasm_value_init_copy(yasm_value *value, const yasm_value *orig);
Dvalue.c83 yasm_value_init_copy(yasm_value *value, const yasm_value *orig) in yasm_value_init_copy() function
Dsection.c894 yasm_value_init_copy(&span->depval, value); in create_span()