Lines Matching defs:symsect
419 ctf_sect_t ctfsect, symsect, strsect;
433 bzero(&symsect, sizeof (ctf_sect_t));
611 symsect.cts_name = strs + shp->sh_name;
612 symsect.cts_type = shp->sh_type;
613 symsect.cts_flags = shp->sh_flags;
614 symsect.cts_size = shp->sh_size;
615 symsect.cts_entsize = shp->sh_entsize;
616 symsect.cts_offset = (off64_t)shp->sh_offset;
647 if (symsect.cts_type != SHT_NULL &&
649 if (ctf_sect_mmap(&symsect, fd) == MAP_FAILED ||
654 fp = ctf_bufopen(ctfp, &symsect, &strsect, errp);
661 ctf_sect_munmap(&symsect);