Searched refs:yasm_value_init_copy (Results 1 – 3 of 3) sorted by relevance
70 void yasm_value_init_copy(yasm_value *value, const yasm_value *orig);
83 yasm_value_init_copy(yasm_value *value, const yasm_value *orig) in yasm_value_init_copy() function
894 yasm_value_init_copy(&span->depval, value); in create_span()