reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 if (Index == ELF::SHN_XINDEX) 483 Index = Sections[0].sh_link; 485 if (!Index) // no section string table. 487 if (Index >= Sections.size()) 488 return createError("section header string table index " + Twine(Index) + 490 return getStringTable(&Sections[Index], WarnHandler);