home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / cctools / include / stuff / reloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-11  |  284 b   |  11 lines

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