Lines Matching defs:Start
186 uint64_t Start = W.OS.tell();
187 (void) Start;
212 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64)
233 uint64_t Start = W.OS.tell();
234 (void) Start;
263 assert(W.OS.tell() - Start == SegmentLoadCommandSize);
283 uint64_t Start = W.OS.tell();
284 (void) Start;
309 assert(W.OS.tell() - Start ==
319 uint64_t Start = W.OS.tell();
320 (void) Start;
329 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command));
342 uint64_t Start = W.OS.tell();
343 (void) Start;
366 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command));
463 uint64_t Start = W.OS.tell();
464 (void) Start;
471 assert(W.OS.tell() - Start == sizeof(MachO::linkedit_data_command));
487 uint64_t Start = W.OS.tell();
488 (void) Start;
504 assert(W.OS.tell() - Start == Size);
1056 uint64_t Start = getSymbolAddress(*Data.Start, Asm);
1064 << " start: " << Start << "(" << Data.Start->getName()
1066 << ")" << " size: " << End - Start << "\n");
1067 W.write<uint32_t>(Start);
1068 W.write<uint16_t>(End - Start);
1075 unsigned Start = W.OS.tell();
1081 assert(W.OS.tell() - Start == LOHSize);