Home
last modified time | relevance | path

Searched refs:flag_info_list (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h293 struct flag_info_list struct
298 struct flag_info_list *next; argument
306 struct flag_info_list *flag_list;
H A DChangeLog-0415739 (flag_info_list): New structure.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h293 struct flag_info_list struct
298 struct flag_info_list *next; argument
306 struct flag_info_list *flag_list;
H A DChangeLog-0415739 (flag_info_list): New structure.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldgram.y75 struct flag_info_list *flag_info_list; member
98 %type <flag_info_list> sect_flag_list
510 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));
H A Dldgram.h348 struct flag_info_list *flag_info_list; member
H A Dldgram.c446 struct flag_info_list *flag_info_list; member
3151 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()
H A DChangeLog-2011330 * ldgram.y (flag_info_list, flag_info): Add to union.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldgram.y78 struct flag_info_list *flag_info_list; member
101 %type <flag_info_list> sect_flag_list
544 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));
H A Dldgram.h356 struct flag_info_list *flag_info_list; member
H A Dldgram.c457 struct flag_info_list *flag_info_list; member
3221 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()
H A DChangeLog-2011330 * ldgram.y (flag_info_list, flag_info): Add to union.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-0415739 (flag_info_list): New structure.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-0415739 (flag_info_list): New structure.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c14671 struct flag_info_list *tf = flaginfo->flag_list; in bfd_elf_lookup_section_flags()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c14572 struct flag_info_list *tf = flaginfo->flag_list; in bfd_elf_lookup_section_flags()