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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c779 int esz, rc, off, ftype; local
795 esz = ctf_type_size(ctf, ai.ctr_contents);
796 if (esz < 0)
800 print_row(off, esz, ai.ctr_nelems, _sign, comment);
808 int esz, rc; local
822 esz = ctf_type_size(ctf, ai.ctr_contents);
823 if (esz < 0)
826 print_row(0, esz, ai.ctr_nelems, _sign, fname);

Completed in 75 milliseconds