Lines Matching defs:TextSegmentLoadCommand
408 getSegmentFileOffset(const LoadCommand &TextSegmentLoadCommand) {
410 TextSegmentLoadCommand.MachOLoadCommand;
421 static uint64_t getSegmentFileSize(const LoadCommand &TextSegmentLoadCommand) {
423 TextSegmentLoadCommand.MachOLoadCommand;
461 const LoadCommand &TextSegmentLoadCommand =
463 assert(TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd ==
465 TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd ==
467 assert(StringRef(TextSegmentLoadCommand.MachOLoadCommand
469 TextSegmentFileOff = getSegmentFileOffset(TextSegmentLoadCommand);
470 TextSegmentFileSize = getSegmentFileSize(TextSegmentLoadCommand);