Searched refs:add_to_symop_list (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 904 add_to_symop_list(ecp, optarg, NULL, SYMOP_KEEPG); in elfcopy_main() 919 add_to_symop_list(ecp, optarg, NULL, SYMOP_KEEP); in elfcopy_main() 922 add_to_symop_list(ecp, optarg, NULL, SYMOP_LOCALIZE); in elfcopy_main() 925 add_to_symop_list(ecp, optarg, NULL, SYMOP_STRIP); in elfcopy_main() 940 add_to_symop_list(ecp, optarg, NULL, SYMOP_WEAKEN); in elfcopy_main() 980 add_to_symop_list(ecp, optarg, NULL, SYMOP_GLOBALIZE); in elfcopy_main() 1023 add_to_symop_list(ecp, optarg, s, SYMOP_REDEF); in elfcopy_main() 1217 add_to_symop_list(ecp, optarg, NULL, SYMOP_KEEP); in strip_main() 1220 add_to_symop_list(ecp, optarg, NULL, SYMOP_STRIP); in strip_main() 1409 add_to_symop_list(ecp, line, NULL, op); in parse_symlist_file() [all …]
|
H A D | elfcopy.h | 273 void add_to_symop_list(struct elfcopy *_ecp, const char *_name,
|
H A D | symbols.c | 1140 add_to_symop_list(struct elfcopy *ecp, const char *name, const char *newname, in add_to_symop_list() function
|