Lines Matching defs:symsect
194 ctf_sect_t ctfsect, symsect, strsect;
208 bzero(&symsect, sizeof (ctf_sect_t));
382 symsect.cts_name = strs + shp->sh_name;
383 symsect.cts_type = shp->sh_type;
384 symsect.cts_flags = shp->sh_flags;
385 symsect.cts_size = shp->sh_size;
386 symsect.cts_entsize = shp->sh_entsize;
387 symsect.cts_offset = (off64_t)shp->sh_offset;
414 if (symsect.cts_type != SHT_NULL &&
416 if (ctf_sect_mmap(&symsect, fd) == MAP_FAILED ||
421 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, errp);
427 ctf_sect_munmap(&symsect);