Home
last modified time | relevance | path

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

/xen/xen/common/libelf/
A Dlibelf-dominfo.c23 static const char *const elf_xen_feature_names[] = { variable
33 sizeof(elf_xen_feature_names) / sizeof(elf_xen_feature_names[0]);
64 if ( !elf_xen_feature_names[i] ) in elf_xen_parse_features()
69 if ( !strcmp(feature + 1, elf_xen_feature_names[i]) ) in elf_xen_parse_features()
80 if ( !strcmp(feature, elf_xen_feature_names[i]) ) in elf_xen_parse_features()

Completed in 3 milliseconds