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