Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Delfcompress.c59 struct section_pattern struct
62 struct section_pattern *next; argument
65 static struct section_pattern *patterns = NULL;
70 struct section_pattern *p = xmalloc (sizeof *p); in add_pattern()
79 struct section_pattern *pattern = patterns; in free_patterns()
82 struct section_pattern *p = pattern; in free_patterns()
164 struct section_pattern *pattern = patterns; in section_name_matches()
Dstrip.c168 struct section_pattern struct
171 struct section_pattern *next; argument
174 static struct section_pattern *keep_secs = NULL;
175 static struct section_pattern *remove_secs = NULL;
178 add_pattern (struct section_pattern **patterns, const char *pattern) in add_pattern()
180 struct section_pattern *p = xmalloc (sizeof *p); in add_pattern()
187 free_sec_patterns (struct section_pattern *patterns) in free_sec_patterns()
189 struct section_pattern *pattern = patterns; in free_sec_patterns()
192 struct section_pattern *p = pattern; in free_sec_patterns()
207 section_name_matches (struct section_pattern *patterns, const char *name) in section_name_matches()
[all …]
DChangeLog1508 (struct section_pattern): New data type.