Searched refs:LinkSection (Results 1 – 1 of 1) sorted by relevance
200 if (const Elf_Shdr *LinkSection = Obj.getSection(Shdr->sh_link)) { in dumpCommonSection() local201 NameOrErr = Obj.getSectionName(LinkSection); in dumpCommonSection()