Searched refs:src_shdr (Results 1 – 1 of 1) sorted by relevance
688 GElf_Shdr src_shdr; in build_file() local782 (void) gelf_getshdr(info->scn, &src_shdr); in build_file()783 (void) memcpy(&dst_shdr, &src_shdr, sizeof (GElf_Shdr)); in build_file()790 if ((src_shdr.sh_link >= shnum) || in build_file()791 (src_shdr.sh_link == 0)) in build_file()792 dst_shdr.sh_link = src_shdr.sh_link; in build_file()793 else if ((int)state->sec_table[src_shdr.sh_link].secno < in build_file()798 state->sec_table[src_shdr.sh_link].secno; in build_file()800 if ((src_shdr.sh_type == SHT_REL) || in build_file()801 (src_shdr.sh_type == SHT_RELA)) { in build_file()[all …]