Lines Matching defs:Size
61 "Number of sections too large for size of load command.");
311 report_fatal_error("Segment load command size is too small.");
377 if (NValue >= StringTable.size())
456 uint64_t Size = getSectionSize(Sec);
458 EndOffset += Size;
565 return getSection64(Sec).size;
566 return getSection(Sec).size;
572 uint64_t Size;
577 Size = Sect.size;
581 Size = Sect.size;
584 Res = this->getData().substr(Offset, Size);
1081 if (Idx != Foo.npos && Foo.size() >= 2) {
1092 F = Name.slice(Idx, Idx + Foo.size());
1093 DotFramework = Name.slice(Idx + Foo.size(),
1094 Idx + Foo.size() + sizeof(".framework/")-1);
1114 F = Name.slice(Idx, Idx + Foo.size());
1115 DotFramework = Name.slice(Idx + Foo.size(),
1116 Idx + Foo.size() + sizeof(".framework/")-1);
1153 if (Lib.size() >= 3) {
1154 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
1156 Lib = Lib.slice(0, Lib.size()-2);
1170 if (Lib.size() >= 3) {
1171 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
1173 Lib = Lib.slice(0, Lib.size()-2);
1185 if (Index >= Libraries.size())
1190 if (LibrariesShortNames.size() == 0) {
1191 for (unsigned i = 0; i < Libraries.size(); i++) {
1198 if (D.dylib.name+Name.size() >= D.cmdsize)
1255 DRI.d.a = Sections.size();
1537 if (Stack.size() != Other.Stack.size())
1543 for (unsigned i=0; i < Stack.size(); ++i) {
1615 State.ParentStringLength = CumulativeString.size();
1682 if (Trie.size() == 0)
2144 if (Sec.d.a >= Sections.size())
2153 if (Sec.d.a >= Sections.size())
2246 report_fatal_error("Load command with size < 8 bytes.");
2256 report_fatal_error("Load command with size < 8 bytes.");
2261 // TODO: What if Sections.size() == 0?
2262 if (DRI.d.a >= Sections.size())
2268 // TODO: What if Sections.size() == 0?
2269 if (DRI.d.a >= Sections.size())