Lines Matching defs:symtab
1676 ctf_sect_t ctdata, symtab, strtab;
1686 symtab.cts_name = ".symtab";
1687 symtab.cts_type = symhdr->sh_type;
1688 symtab.cts_flags = symhdr->sh_flags;
1689 symtab.cts_data = sym_va;
1690 symtab.cts_size = symhdr->sh_size;
1691 symtab.cts_entsize = symhdr->sh_entsize;
1692 symtab.cts_offset = symhdr->sh_offset;
1702 return (ctf_bufopen(&ctdata, &symtab, &strtab, errp));