Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dxtensa-relax.c1283 clear_req_or_option_list (ReqOrOption **r_p) in clear_req_or_option_list()
1306 static ReqOrOption *
1307 clone_req_or_option_list (ReqOrOption *req_or_option) in clone_req_or_option_list()
1309 ReqOrOption *new_req_or_option; in clone_req_or_option_list()
1314 new_req_or_option = (ReqOrOption *) xmalloc (sizeof (ReqOrOption)); in clone_req_or_option_list()
1364 ReqOrOption *req; in parse_option_cond()
1365 ReqOrOption **r_p; in parse_option_cond()
1375 req = (ReqOrOption *) xmalloc (sizeof (ReqOrOption)); in parse_option_cond()
1527 ReqOrOption *req_or_option = req_option->or_option_terms; in transition_applies()
Dxtensa-relax.h37 typedef struct req_or_option_list ReqOrOption; typedef
Dtc-xtensa.c2787 xg_instruction_matches_option_term (TInsn *insn, const ReqOrOption *option) in xg_instruction_matches_option_term()
2810 const ReqOrOption *option; in xg_instruction_matches_or_options()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20041057 * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,