Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c697 GElf_Shdr dst_shdr; in build_file() local
789 (void) gelf_getshdr(dst_scn, &dst_shdr); in build_file()
791 (void) memcpy(&dst_shdr, &src_shdr, sizeof (GElf_Shdr)); in build_file()
800 dst_shdr.sh_link = src_shdr.sh_link; in build_file()
803 dst_shdr.sh_link = 0; in build_file()
805 dst_shdr.sh_link = in build_file()
813 dst_shdr.sh_info = 0; in build_file()
815 dst_shdr.sh_info = state-> in build_file()
955 dst_shdr.sh_name = 0; in build_file()
956 dst_shdr.sh_type = SHT_PROGBITS; in build_file()
[all …]