Lines Matching defs:sh_link
802 W.write<uint32_t>(Link); // sh_link
891 uint64_t sh_link = 0;
905 sh_link = SymbolTableIndex;
906 assert(sh_link && ".symtab not found");
913 sh_link = StringTableIndex;
920 sh_link = SymbolTableIndex;
924 sh_link = SymbolTableIndex;
931 // undefined. Represent this with sh_link=0.
934 sh_link = Sym->getSection().getOrdinal();
939 Size, sh_link, sh_info, Section.getAlign(),