Searched refs:ReqOrOption (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h37 typedef struct req_or_option_list ReqOrOption; typedef in typeref:struct:req_or_option_list
H A Dxtensa-relax.c1286 clear_req_or_option_list (ReqOrOption **r_p)
1309 static ReqOrOption *
1310 clone_req_or_option_list (ReqOrOption *req_or_option)
1312 ReqOrOption *new_req_or_option;
1317 new_req_or_option = (ReqOrOption *) xmalloc (sizeof (ReqOrOption));
1367 ReqOrOption *req;
1368 ReqOrOption **r_p;
1378 req = (ReqOrOption *) xmalloc (sizeof (ReqOrOption));
[all...]
H A Dtc-xtensa.c2771 xg_instruction_matches_option_term (TInsn *insn, const ReqOrOption *option)
2794 const ReqOrOption *option;

Completed in 129 milliseconds