Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance
800 Obj->SectionNames = &StrTab; in addStrTab()1180 Obj.SectionNames = in build()1273 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()1304 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()1305 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()1335 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()1336 SectionNames = nullptr; in removeSections()1547 if (Obj.SectionNames != nullptr) in finalize()1549 Obj.SectionNames->addString(Section.Name); in finalize()1573 if (Obj.SectionNames != nullptr) in finalize()[all …]
67 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()372 if (&Sec == Obj.SectionNames) in handleArgs()400 if (&Sec == Obj.SectionNames) in handleArgs()409 if (&Sec == Obj.SectionNames) in handleArgs()428 if (Obj.SectionNames == &Sec) in handleArgs()
795 StringTableSection *SectionNames = nullptr; variable
347 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local348 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
65 ArrayRef<SectionName> SectionNames; in dumpRanges() local67 SectionNames = Obj.getSectionNames(); in dumpRanges()
1243 std::vector<SectionName> SectionNames; member in __anonf3f23cd30d11::DWARFObjInMemory1390 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()1529 for (SectionName &S : SectionNames) in DWARFObjInMemory()1546 return SectionNames; in getSectionNames()
513 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument516 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()517 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()533 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument