Searched refs:Sectname (Results 1 – 3 of 3) sorted by relevance
42 std::string Sectname; member61 : Segname(std::string(SegName)), Sectname(std::string(SectName)), in Section()65 : Segname(std::string(SegName)), Sectname(std::string(SectName)), in Section()
227 assert(Sec.Sectname.size() <= sizeof(Temp.sectname) && in writeSectionInLoadCommand()231 memcpy(Temp.sectname, Sec.Sectname.data(), Sec.Sectname.size()); in writeSectionInLoadCommand()
305 if (Sec->Sectname == "__objc_imageinfo" && in readSwiftVersion()