Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c719 static char s_stype[32]; in section_type() local
779 snprintf(s_stype, sizeof(s_stype), "LOPROC+%#x", in section_type()
781 return (s_stype); in section_type()
816 snprintf(s_stype, sizeof(s_stype), "LOOS+%#x", in section_type()
819 snprintf(s_stype, sizeof(s_stype), "LOUSER+%#x", in section_type()
822 snprintf(s_stype, sizeof(s_stype), "<unknown: %#x>", in section_type()
824 return (s_stype); in section_type()
1059 static char s_stype[32]; in st_type() local
1074 snprintf(s_stype, sizeof(s_stype), "OS+%#x", in st_type()
1079 snprintf(s_stype, sizeof(s_stype), "PROC+%#x", in st_type()
[all …]