Lines Matching defs:src
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
93 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst)
95 dst->st_name = src->st_name;
96 dst->st_value = src->st_value;
97 dst->st_size = src->st_size;
98 dst->st_info = src->st_info;
99 dst->st_other = src->st_other;
100 dst->st_shndx = src->st_shndx;
636 const void *src;
649 src = (uchar_t *)ctfsect->cts_data + hdrsz;
653 if ((rc = z_uncompress(buf, &dstlen, src, srclen)) != Z_OK) {