Home
last modified time | relevance | path

Searched refs:symtab_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c462 GElf_Word symtab_type; in write_file() local
480 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file()
616 if (shdr.sh_type == symtab_type && shdr.sh_entsize != 0) { in write_file()