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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.h39 typedef struct req_option_list ReqOption; typedef in typeref:struct:req_option_list
H A Dxtensa-relax.c1284 clear_req_option_list (ReqOption **r_p)
1312 static ReqOption *
1313 clone_req_option_list (ReqOption *req_option)
1315 ReqOption *new_req_option;
1320 new_req_option = (ReqOption *) xmalloc (sizeof (ReqOption));
1331 parse_option_cond (const char *s, ReqOption *option)
1450 ReqOption **r_p;
1451 ReqOption *req_option = (ReqOption *) xmallo
[all...]
H A Dtc-xtensa.c2759 const ReqOption *req_options;

Completed in 131 milliseconds