Lines Matching defs:strsect
419 ctf_sect_t ctfsect, symsect, strsect;
434 bzero(&strsect, sizeof (ctf_sect_t));
618 strsect.cts_name = strs + lhp->sh_name;
619 strsect.cts_type = lhp->sh_type;
620 strsect.cts_flags = lhp->sh_flags;
621 strsect.cts_size = lhp->sh_size;
622 strsect.cts_entsize = lhp->sh_entsize;
623 strsect.cts_offset = (off64_t)lhp->sh_offset;
648 strsect.cts_type != SHT_NULL) {
650 ctf_sect_mmap(&strsect, fd) == MAP_FAILED) {
654 fp = ctf_bufopen(ctfp, &symsect, &strsect, errp);
662 ctf_sect_munmap(&strsect);