Home
last modified time | relevance | path

Searched refs: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; in gelf_sect_init() local
85 npbit++; /* Keep count for ET_REL code below */ in gelf_sect_init()
100 if (gf->gf_ehdr.e_type == ET_REL && npbit != 0) { in gelf_sect_init()
101 gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP); in gelf_sect_init()
102 gf->gf_phnum = npbit; in gelf_sect_init()
103 gf->gf_npload = npbit; in gelf_sect_init()