Searched refs:archtype (Results 1 – 4 of 4) sorted by relevance
92 char archtype[UV_AT_SIZE]; member
10 archtype17 The archtype entry contains the UV architecture type that
326 int n = strlen(uv_ate->archtype); in decode_arch_type()328 if (n > 0 && n < sizeof(uv_ate->archtype)) { in decode_arch_type()330 uv_stringify(sizeof(uv_archtype), uv_archtype, uv_ate->archtype); in decode_arch_type()
768 __ATTR(archtype, 0444, uv_archtype_show, NULL);