home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / cctools / include / stuff / reloc.h < prev    next >
Encoding:
Text File  |  1995-01-21  |  320 b   |  11 lines

  1. #import <mach/machine.h>
  2. #import "stuff/bool.h"
  3. __private_extern__ unsigned long reloc_pair_r_type(
  4.     cpu_type_t cputype);
  5. __private_extern__ enum bool reloc_has_pair(
  6.     cpu_type_t cputype,
  7.     unsigned long r_type);
  8. __private_extern__ enum bool reloc_is_sectdiff(
  9.     cpu_type_t cputype,
  10.     unsigned long r_type);
  11.