Home
last modified time | relevance | path

Searched refs:addsym_node (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c65 struct addsym_node struct
67 struct addsym_node *next; argument
248 static struct addsym_node *add_sym_list = NULL, **add_sym_tail = &add_sym_list;
1319 need_sym_before (struct addsym_node **node, const char *sym) in need_sym_before()
1322 struct addsym_node *ptr = add_sym_list; in need_sym_before()
1342 create_new_symbol (struct addsym_node *ptr, bfd *obfd) in create_new_symbol()
1388 struct addsym_node *ptr; in filter_symbols()
1554 struct addsym_node *ptr = add_sym_list; in filter_symbols()
4116 struct addsym_node *newsym = xmalloc (sizeof *newsym); in copy_main()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c64 struct addsym_node struct
66 struct addsym_node *next; argument
262 static struct addsym_node *add_sym_list = NULL, **add_sym_tail = &add_sym_list;
1460 need_sym_before (struct addsym_node **node, const char *sym) in need_sym_before()
1463 struct addsym_node *ptr = add_sym_list; in need_sym_before()
1485 create_new_symbol (struct addsym_node *ptr, bfd *obfd) in create_new_symbol()
1531 struct addsym_node *ptr; in filter_symbols()
1697 struct addsym_node *ptr = add_sym_list; in filter_symbols()
5191 struct addsym_node *newsym = xmalloc (sizeof *newsym); in copy_main()