Lines Matching defs:link_sec
913 struct src_sec *link_sec;
927 link_sec = &obj->secs[sec->shdr->sh_link];
928 if (link_sec->shdr->sh_type != SHT_STRTAB) {
987 struct src_sec *link_sec, *sym_sec;
1009 link_sec = &obj->secs[sec->shdr->sh_info];
1013 || strcmp(sec->sec_name + sizeof(".rel") - 1, link_sec->sec_name) != 0) {
1020 if (link_sec->skipped)
1024 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) {
1051 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) {