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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c331 GElf_Shdr si_shdr; member in struct:symit_data
354 gelf_getshdr(scn, &si->si_shdr) == NULL ||
358 if ((scn = elf_getscn(elf, si->si_shdr.sh_link)) == NULL ||
362 si->si_nument = si->si_shdr.sh_size / si->si_shdr.sh_entsize;

Completed in 44 milliseconds