Searched refs:flag_info_list (Results 1 – 16 of 16) sorted by relevance
293 struct flag_info_list struct298 struct flag_info_list *next; argument306 struct flag_info_list *flag_list;
739 (flag_info_list): New structure.
75 struct flag_info_list *flag_info_list; member98 %type <flag_info_list> sect_flag_list510 struct flag_info_list *n;511 n = ((struct flag_info_list *) xmalloc (sizeof *n));528 struct flag_info_list *n;529 n = ((struct flag_info_list *) xmalloc (sizeof *n));
348 struct flag_info_list *flag_info_list; member
446 struct flag_info_list *flag_info_list; member3151 struct flag_info_list *n; in yyparse()3152 n = ((struct flag_info_list *) xmalloc (sizeof *n)); in yyparse()3165 (yyval.flag_info_list) = n; in yyparse()3173 struct flag_info_list *n; in yyparse()3174 n = ((struct flag_info_list *) xmalloc (sizeof *n)); in yyparse()3186 n->next = (yyvsp[-2].flag_info_list); in yyparse()3187 (yyval.flag_info_list) = n; in yyparse()3197 n->flag_list = (yyvsp[-1].flag_info_list); in yyparse()
330 * ldgram.y (flag_info_list, flag_info): Add to union.
78 struct flag_info_list *flag_info_list; member101 %type <flag_info_list> sect_flag_list544 struct flag_info_list *n;545 n = ((struct flag_info_list *) xmalloc (sizeof *n));562 struct flag_info_list *n;563 n = ((struct flag_info_list *) xmalloc (sizeof *n));
356 struct flag_info_list *flag_info_list; member
457 struct flag_info_list *flag_info_list; member3221 struct flag_info_list *n; in yyparse()3222 n = ((struct flag_info_list *) xmalloc (sizeof *n)); in yyparse()3235 (yyval.flag_info_list) = n; in yyparse()3243 struct flag_info_list *n; in yyparse()3244 n = ((struct flag_info_list *) xmalloc (sizeof *n)); in yyparse()3256 n->next = (yyvsp[-2].flag_info_list); in yyparse()3257 (yyval.flag_info_list) = n; in yyparse()3267 n->flag_list = (yyvsp[-1].flag_info_list); in yyparse()
14671 struct flag_info_list *tf = flaginfo->flag_list; in bfd_elf_lookup_section_flags()
14572 struct flag_info_list *tf = flaginfo->flag_list; in bfd_elf_lookup_section_flags()