Searched refs:phdr_type_names (Results 1 – 1 of 1) sorted by relevance
3293 } phdr_type_names[] = variable3312 i < sizeof(phdr_type_names) / sizeof(phdr_type_names[0]); in script_phdr_string_to_type()3314 if (namelen == phdr_type_names[i].namelen in script_phdr_string_to_type()3315 && strncmp(name, phdr_type_names[i].name, namelen) == 0) in script_phdr_string_to_type()3316 return phdr_type_names[i].val; in script_phdr_string_to_type()