Lines Matching defs:TextSegmentLoadCommand
407 getSegmentFileOffset(const LoadCommand &TextSegmentLoadCommand) {
409 TextSegmentLoadCommand.MachOLoadCommand;
420 static uint64_t getSegmentFileSize(const LoadCommand &TextSegmentLoadCommand) {
422 TextSegmentLoadCommand.MachOLoadCommand;
460 const LoadCommand &TextSegmentLoadCommand =
462 assert(TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd ==
464 TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd ==
466 assert(StringRef(TextSegmentLoadCommand.MachOLoadCommand
468 TextSegmentFileOff = getSegmentFileOffset(TextSegmentLoadCommand);
469 TextSegmentFileSize = getSegmentFileSize(TextSegmentLoadCommand);