stubs.h 384 B

1234567891011121314
  1. /* This file is automatically generated.
  2. This file selects the right generated file of `__stub_FUNCTION' macros
  3. based on the architecture being compiled for. */
  4. #if !defined __x86_64__
  5. # include <gnu/stubs-32.h>
  6. #endif
  7. #if defined __x86_64__ && defined __LP64__
  8. # include <gnu/stubs-64.h>
  9. #endif
  10. #if defined __x86_64__ && defined __ILP32__
  11. # include <gnu/stubs-x32.h>
  12. #endif