Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c62 struct section_pattern struct
65 struct section_pattern *next; argument
68 static struct section_pattern *patterns = NULL;
73 struct section_pattern *p = xmalloc (sizeof *p); in add_pattern()
82 struct section_pattern *pattern = patterns; in free_patterns()
85 struct section_pattern *p = pattern; in free_patterns()
165 struct section_pattern *pattern = patterns; in section_name_matches()