Lines Matching defs:Start
188 uint64_t Start = W.OS.tell();
189 (void) Start;
203 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64)
224 uint64_t Start = W.OS.tell();
225 (void) Start;
254 assert(W.OS.tell() - Start == SegmentLoadCommandSize);
274 uint64_t Start = W.OS.tell();
275 (void) Start;
300 assert(W.OS.tell() - Start ==
310 uint64_t Start = W.OS.tell();
311 (void) Start;
320 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command));
333 uint64_t Start = W.OS.tell();
334 (void) Start;
357 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command));
454 uint64_t Start = W.OS.tell();
455 (void) Start;
462 assert(W.OS.tell() - Start == sizeof(MachO::linkedit_data_command));
478 uint64_t Start = W.OS.tell();
479 (void) Start;
495 assert(W.OS.tell() - Start == Size);
1047 uint64_t Start = getSymbolAddress(*Data.Start, Asm);
1055 << " start: " << Start << "(" << Data.Start->getName()
1057 << ")" << " size: " << End - Start << "\n");
1058 W.write<uint32_t>(Start);
1059 W.write<uint16_t>(End - Start);
1066 unsigned Start = W.OS.tell();
1072 assert(W.OS.tell() - Start == LOHSize);