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