Lines Matching defs:strtab
1676 ctf_sect_t ctdata, symtab, strtab;
1694 strtab.cts_name = ".strtab";
1695 strtab.cts_type = strhdr->sh_type;
1696 strtab.cts_flags = strhdr->sh_flags;
1697 strtab.cts_data = str_va;
1698 strtab.cts_size = strhdr->sh_size;
1699 strtab.cts_entsize = strhdr->sh_entsize;
1700 strtab.cts_offset = strhdr->sh_offset;
1702 return (ctf_bufopen(&ctdata, &symtab, &strtab, errp));