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