Searched defs:npbit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c50 GElf_Half npbit = 0; local
85 npbit++; /* Keep count for ET_REL code below */
100 if (gf->gf_ehdr.e_type == ET_REL && npbit != 0) {
101 gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP);
102 gf->gf_phnum = npbit;
103 gf->gf_npload = npbit;

Completed in 49 milliseconds