Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1066 int nlong = 0, nshort = 0, nchar = 0, nint = 0; in ctf_dwarf_parse_int() local
1084 nshort++; in ctf_dwarf_parse_int()
1097 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2) in ctf_dwarf_parse_int()
1101 if (nlong > 0 || nshort > 0 || nint > 0) in ctf_dwarf_parse_int()
1104 } else if (nshort > 0) { in ctf_dwarf_parse_int()