Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c175 static struct section_pattern *keep_secs = NULL; variable
203 free_sec_patterns (keep_secs); in free_patterns()
337 add_pattern (&keep_secs, arg); in parse_opt()
359 && section_name_matches (keep_secs, ".comment")) in parse_opt()
1210 if (section_name_matches (keep_secs, shdr_info[cnt].name)) in handle_elf()
1324 if (section_name_matches (keep_secs, shdr_info[cnt].name)) in handle_elf()
DChangeLog821 (keep_secs, remove_secs): New globals.
827 (handle_elf): Handle and sanity check keep_secs and remove_secs.