Searched refs:elf_xen_feature_names (Results 1 – 1 of 1) sorted by relevance
23 static const char *const elf_xen_feature_names[] = { variable33 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