Lines Matching defs:link_sec
765 struct src_sec *link_sec;
779 link_sec = &obj->secs[sec->shdr->sh_link];
780 if (link_sec->shdr->sh_type != SHT_STRTAB) {
839 struct src_sec *link_sec, *sym_sec;
861 link_sec = &obj->secs[sec->shdr->sh_info];
865 || strcmp(sec->sec_name + sizeof(".rel") - 1, link_sec->sec_name) != 0) {
872 if (link_sec->skipped)
876 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) {
903 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) {