Home
last modified time | relevance | path

Searched refs:dst_shdr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c689 GElf_Shdr dst_shdr; in build_file() local
781 (void) gelf_getshdr(dst_scn, &dst_shdr); in build_file()
783 (void) memcpy(&dst_shdr, &src_shdr, sizeof (GElf_Shdr)); in build_file()
792 dst_shdr.sh_link = src_shdr.sh_link; in build_file()
795 dst_shdr.sh_link = 0; in build_file()
797 dst_shdr.sh_link = in build_file()
805 dst_shdr.sh_info = 0; in build_file()
807 dst_shdr.sh_info = state-> in build_file()
947 dst_shdr.sh_name = 0; in build_file()
948 dst_shdr.sh_type = SHT_PROGBITS; in build_file()
[all …]