Searched refs:yasm_expr_segment (Results 1 – 3 of 3) sorted by relevance
304 const char *yasm_expr_segment(const yasm_expr *e);
1488 yasm_expr_segment(const yasm_expr *e) in yasm_expr_segment() function1505 if ((segment = yasm_expr_segment(e->terms[i].data.expn))) { in yasm_expr_segment()
72 const char *segment = yasm_expr_segment(e); in yasm_ea_set_implicit_size_segment()