Searched refs:tocoff (Results 1 – 5 of 5) sorted by relevance
714 uint32_t tocoff; member1382 sys::swapByteOrder(dst.tocoff); in swapStruct()
387 IO.mapRequired("tocoff", LoadCommand.tocoff); in mapping()
909 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
486 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand() 487 return malformedError("tocoff field of LC_DYSYMTAB command " + in checkDysymtabCommand() 492 BigSize += Dysymtab.tocoff; in checkDysymtabCommand() 494 return malformedError("tocoff field plus ntoc field times sizeof(struct " in checkDysymtabCommand() 498 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand() 4865 Cmd.tocoff = 0; in getDysymtabLoadCommand()
8868 outs() << " tocoff " << dyst.tocoff; in PrintDyldInfoLoadCommand() 8869 if (dyst.tocoff > object_size) in PrintDyldInfoLoadCommand() 8876 big_size += dyst.tocoff; in PrintDyldInfoLoadCommand()