Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c111 } cexp_op_t; typedef
219 STACK(cexp_op_t) lms_cexp_op_stack; /* Cond. expr operators */
989 cexp_push_op(cexp_op_t op) in cexp_push_op()
1009 cexp_op_t op; in cexp_eval_op()
1089 cexp_op_t new_op = CEXP_OP_AND; /* to catch binop at start */ in cexp_eval_expr()
1122 cexp_op_t op = STACK_TOP(lms.lms_cexp_op_stack); in cexp_eval_expr()