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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h39 typedef struct req_option_list ReqOption; typedef in typeref:struct:req_option_list
H A Dxtensa-relax.c1298 clear_req_option_list (ReqOption **r_p)
1326 static ReqOption *
1327 clone_req_option_list (ReqOption *req_option)
1329 ReqOption *new_req_option;
1334 new_req_option = (ReqOption *) xmalloc (sizeof (ReqOption));
1345 parse_option_cond (const char *s, ReqOption *option)
1464 ReqOption **r_p;
1465 ReqOption *req_option = (ReqOption *) xmallo
[all...]
H A Dtc-xtensa.c2808 const ReqOption *req_options;

Completed in 102 milliseconds