Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c208 section_name_matches (struct section_pattern *patterns, const char *name) in section_name_matches() function
359 && section_name_matches (keep_secs, ".comment")) in parse_opt()
1199 if (section_name_matches (remove_secs, shdr_info[cnt].name)) in handle_elf()
1210 if (section_name_matches (keep_secs, shdr_info[cnt].name)) in handle_elf()
1321 || section_name_matches (remove_secs, shdr_info[cnt].name))) in handle_elf()
1324 if (section_name_matches (keep_secs, shdr_info[cnt].name)) in handle_elf()
Delfcompress.c160 section_name_matches (const char *name) in section_name_matches() function
477 if (section_name_matches (sname)) in process_file()
DChangeLog822 (add_pattern, free_sec_patterns, free_patterns, section_name_matches):