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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c454 GElf_Word symtab_type; local
472 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB;
583 if (shdr.sh_type == symtab_type && shdr.sh_entsize != 0) {

Completed in 46 milliseconds