reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
504 uint64_t size = objSections.size(); 507 CHECK(obj.getSectionStringTable(objSections), this); 509 for (size_t i = 0, e = objSections.size(); i < e; ++i) { 512 const Elf_Shdr &sec = objSections[i]; 540 StringRef signature = getShtGroupSignature(objSections, sec); 579 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); 590 for (size_t i = 0, e = objSections.size(); i < e; ++i) { 593 const Elf_Shdr &sec = objSections[i];