Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c57 struct section_pattern struct
60 struct section_pattern *next; argument
63 static struct section_pattern *patterns = NULL;
68 struct section_pattern *p = xmalloc (sizeof *p); in add_pattern()
77 struct section_pattern *pattern = patterns; in free_patterns()
80 struct section_pattern *p = pattern; in free_patterns()
162 struct section_pattern *pattern = patterns; in section_name_matches()
Dstrip.c169 struct section_pattern struct
172 struct section_pattern *next; argument
175 static struct section_pattern *keep_secs = NULL;
176 static struct section_pattern *remove_secs = NULL;
179 add_pattern (struct section_pattern **patterns, const char *pattern) in add_pattern()
181 struct section_pattern *p = xmalloc (sizeof *p); in add_pattern()
188 free_sec_patterns (struct section_pattern *patterns) in free_sec_patterns()
190 struct section_pattern *pattern = patterns; in free_sec_patterns()
193 struct section_pattern *p = pattern; in free_sec_patterns()
208 section_name_matches (struct section_pattern *patterns, const char *name) in section_name_matches()
[all …]
DChangeLog1226 (struct section_pattern): New data type.
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py350 for section_pattern in sections:
351 output(elf.dump_section_contents(section_pattern))