Lines Matching refs:sh_link
373 sec->shdr->sh_link = 0;
411 sec->shdr->sh_link = linker->strtab_sec_idx;
774 if (!sec->shdr->sh_link || sec->shdr->sh_link >= obj->sec_cnt) {
776 sec->sec_idx, (size_t)sec->shdr->sh_link, obj->filename);
779 link_sec = &obj->secs[sec->shdr->sh_link];
782 sec->sec_idx, (size_t)sec->shdr->sh_link, obj->filename);
848 /* SHT_REL's sh_link should point to SYMTAB */
849 if (sec->shdr->sh_link != obj->symtab_sec_idx) {
851 sec->sec_idx, (size_t)sec->shdr->sh_link, obj->filename);
1016 /* sh_link and sh_info have different meaning for different types of
1020 shdr->sh_link = 0;
1226 int str_sec_idx = symtab->shdr->sh_link;
2044 /* shdr->sh_link points to SYMTAB */
2045 dst_sec->shdr->sh_link = linker->symtab_sec_idx;
2108 int str_sec_idx = symtab->shdr->sh_link;
2643 shdr->sh_link = 0;