Lines Matching defs:sh_link
790 W.write<uint32_t>(Link); // sh_link
879 uint64_t sh_link = 0;
893 sh_link = SymbolTableIndex;
894 assert(sh_link && ".symtab not found");
901 sh_link = StringTableIndex;
908 sh_link = SymbolTableIndex;
912 sh_link = SymbolTableIndex;
919 // undefined. Represent this with sh_link=0.
922 sh_link = Sym->getSection().getOrdinal();
927 sh_link, sh_info, Section.getAlign(),