Searched refs:sym_sect (Results 1 – 2 of 2) sorted by relevance
1278 ctf_sect_t ctf_sect, sym_sect, str_sect; in ctf_simple_open_internal() local1296 memcpy (&sym_sect, &skeleton, sizeof (struct ctf_sect)); in ctf_simple_open_internal()1297 sym_sect.cts_data = symsect; in ctf_simple_open_internal()1298 sym_sect.cts_size = symsect_size; in ctf_simple_open_internal()1299 sym_sect.cts_entsize = symsect_entsize; in ctf_simple_open_internal()1300 symsectp = &sym_sect; in ctf_simple_open_internal()