Home
last modified time | relevance | path

Searched refs:EXP_ELEM_TO_BYTES (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dparse.c183 + EXP_ELEM_TO_BYTES (expout_size)); in write_exp_elt()
299 + EXP_ELEM_TO_BYTES (expout_size))); in write_exp_string()
348 + EXP_ELEM_TO_BYTES (expout_size))); in write_exp_bitstring()
790 sizeof (struct expression) + EXP_ELEM_TO_BYTES (expr->nelts); in prefixify_expression()
988 EXP_ELEM_TO_BYTES (oplen)); in prefixify_subexp()
1067 xmalloc (sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_size)); in parse_exp_in_context()
1083 sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_ptr));; in parse_exp_in_context()
Dexpression.h372 #define EXP_ELEM_TO_BYTES(elements) \ macro
Djv-exp.y1443 = (struct expression *) malloc (sizeof (*new) + EXP_ELEM_TO_BYTES (len));
1445 memcpy (new->elts, expr->elts + endpos - len, EXP_ELEM_TO_BYTES (len));
1466 + EXP_ELEM_TO_BYTES (expout_size)));
1476 memcpy (expout->elts + pos, new->elts, EXP_ELEM_TO_BYTES (newlen));
Dada-lang.c3229 + EXP_ELEM_TO_BYTES ((*expp)->nelts + 7 - oplen)); in replace_operator_with_call()
3234 memcpy (newexp->elts, exp->elts, EXP_ELEM_TO_BYTES (pc)); in replace_operator_with_call()
3236 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen)); in replace_operator_with_call()