Home
last modified time | relevance | path

Searched refs:def_file_exclude_symbol (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Ddeffile.h64 typedef struct def_file_exclude_symbol { struct
66 } def_file_exclude_symbol; typedef
106 def_file_exclude_symbol *exclude_symbols;
H A Ddeffilep.y954 find_exclude_in_list (def_file_exclude_symbol *b, unsigned int max, in find_exclude_in_list()
1001 static def_file_exclude_symbol *
1004 def_file_exclude_symbol *e; in def_file_add_exclude_symbol()
1019 fdef->max_exclude_symbols * sizeof (def_file_exclude_symbol)); in def_file_add_exclude_symbol()
1026 memmove (&e[1], e, (sizeof (def_file_exclude_symbol) * (fdef->num_exclude_symbols - pos))); in def_file_add_exclude_symbol()
1028 memset (e, 0, sizeof (def_file_exclude_symbol)); in def_file_add_exclude_symbol()
H A Ddeffilep.c2800 find_exclude_in_list (def_file_exclude_symbol *b, unsigned int max, in find_exclude_in_list()
2847 static def_file_exclude_symbol *
2850 def_file_exclude_symbol *e; in def_file_add_exclude_symbol()
2865 fdef->max_exclude_symbols * sizeof (def_file_exclude_symbol)); in def_file_add_exclude_symbol()
2872 memmove (&e[1], e, (sizeof (def_file_exclude_symbol) * (fdef->num_exclude_symbols - pos))); in def_file_add_exclude_symbol()
2874 memset (e, 0, sizeof (def_file_exclude_symbol)); in def_file_add_exclude_symbol()