Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c821 int esz, rc, off, ftype; in do_array_field() local
837 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_field()
838 if (esz < 0) in do_array_field()
842 print_row(off, esz, ai.ctr_nelems, _sign, comment); in do_array_field()
850 int esz, rc; in do_array_type() local
864 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_type()
865 if (esz < 0) in do_array_type()
868 print_row(0, esz, ai.ctr_nelems, _sign, fname); in do_array_type()