Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c674 static char s_ptype[32]; in phdr_type() local
685 snprintf(s_ptype, sizeof(s_ptype), "LOPROC+%#x", in phdr_type()
687 return (s_ptype); in phdr_type()
707 snprintf(s_ptype, sizeof(s_ptype), "LOOS+%#x", in phdr_type()
710 snprintf(s_ptype, sizeof(s_ptype), "<unknown: %#x>", in phdr_type()
712 return (s_ptype); in phdr_type()