Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* Mach-O support for BFD.
1
/* Mach-O support for BFD.
2
   Copyright 2011, 2012
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 2011-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   This file is part of BFD, the Binary File Descriptor library.
4
   This file is part of BFD, the Binary File Descriptor library.
6
 
5
 
Line 286... Line 285...
286
  unsigned char lazy_bind_size[4];
285
  unsigned char lazy_bind_size[4];
287
  unsigned char export_off[4];
286
  unsigned char export_off[4];
288
  unsigned char export_size[4];
287
  unsigned char export_size[4];
289
};
288
};
Line -... Line 289...
-
 
289
 
-
 
290
struct mach_o_prebound_dylib_command_external
-
 
291
{
-
 
292
  unsigned char name[4];
-
 
293
  unsigned char nmodules[4];
-
 
294
  unsigned char linked_modules[4];
-
 
295
};
-
 
296
 
-
 
297
struct mach_o_prebind_cksum_command_external
-
 
298
{
-
 
299
  unsigned char cksum[4];
-
 
300
};
-
 
301
 
-
 
302
struct mach_o_twolevel_hints_command_external
-
 
303
{
-
 
304
  unsigned char offset[4];
-
 
305
  unsigned char nhints[4];
-
 
306
};
290
 
307
 
291
struct mach_o_version_min_command_external
308
struct mach_o_version_min_command_external
292
{
309
{
293
  unsigned char version[4];
310
  unsigned char version[4];
294
  unsigned char reserved[4];
311
  unsigned char reserved[4];