Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dscript.cc3293 } phdr_type_names[] = variable
3312 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()