Searched refs:flag_info_list (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/
H A Dbfdlink.h295 struct flag_info_list
300 struct flag_info_list *next;
308 struct flag_info_list *flag_list;
293 struct flag_info_list struct
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dbfdlink.h293 struct flag_info_list
298 struct flag_info_list *next;
306 struct flag_info_list *flag_list;
291 struct flag_info_list struct
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dbfdlink.h295 struct flag_info_list
300 struct flag_info_list *next;
308 struct flag_info_list *flag_list;
293 struct flag_info_list struct
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h295 struct flag_info_list
300 struct flag_info_list *next;
308 struct flag_info_list *flag_list;
293 struct flag_info_list struct
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.h348 struct flag_info_list *flag_info_list; member in union:YYSTYPE
H A Dldgram.y75 struct flag_info_list *flag_info_list;
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.c446 struct flag_info_list *flag_info_list; member in union:YYSTYPE
3151 struct flag_info_list *n;
3152 n = ((struct flag_info_list *) xmalloc (sizeof *n));
3165 (yyval.flag_info_list) = n;
3173 struct flag_info_list *n;
3174 n = ((struct flag_info_list *) xmalloc (sizeof *n));
3186 n->next = (yyvsp[-2].flag_info_list);
3187 (yyval.flag_info_list) = n;
3197 n->flag_list = (yyvsp[-1].flag_info_list);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldgram.h348 struct flag_info_list *flag_info_list; member in union:YYSTYPE
H A Dldgram.y75 struct flag_info_list *flag_info_list;
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.c446 struct flag_info_list *flag_info_list; member in union:YYSTYPE
3151 struct flag_info_list *n;
3152 n = ((struct flag_info_list *) xmalloc (sizeof *n));
3165 (yyval.flag_info_list) = n;
3173 struct flag_info_list *n;
3174 n = ((struct flag_info_list *) xmalloc (sizeof *n));
3186 n->next = (yyvsp[-2].flag_info_list);
3187 (yyval.flag_info_list) = n;
3197 n->flag_list = (yyvsp[-1].flag_info_list);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldgram.y74 struct flag_info_list *flag_info_list;
97 %type <flag_info_list> sect_flag_list
528 struct flag_info_list *n;
529 n = ((struct flag_info_list *) xmalloc (sizeof *n));
546 struct flag_info_list *n;
547 n = ((struct flag_info_list *) xmalloc (sizeof *n));
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delflink.c14315 struct flag_info_list *tf = flaginfo->flag_list;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delflink.c14602 struct flag_info_list *tf = flaginfo->flag_list;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delflink.c14587 struct flag_info_list *tf = flaginfo->flag_list;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c14587 struct flag_info_list *tf = flaginfo->flag_list;

Completed in 360 milliseconds