osprey/cygnus/include/nlm/common.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NLM_ARCH_SIZE   32
#define NLM_CAT4(a, b, c, d)   a/**/b/**/c/**/d
#define NLM_TARGET_LONG_SIZE   4
#define NLM_TARGET_ADDRESS_SIZE   4
#define NLM_NAME(x, y)   NLM_CAT4(x,32,_,y)
#define NLM_HIBIT   (((bfd_vma) 1) << 31)
#define NlmNAME(X)   NLM_NAME(Nlm,X)
#define nlmNAME(X)   NLM_NAME(nlm,X)
#define NLM_MAX_DESCRIPTION_LENGTH   127
#define NLM_MAX_SCREEN_NAME_LENGTH   71
#define NLM_MAX_THREAD_NAME_LENGTH   71
#define NLM_MAX_COPYRIGHT_MESSAGE_LENGTH   255
#define NLM_OTHER_DATA_LENGTH   400
#define NLM_OLD_THREAD_NAME_LENGTH   5
#define NLM_SIGNATURE_SIZE   24
#define NLM_HEADER_VERSION   4
#define NLM_MODULE_NAME_SIZE   14
#define NLM_DEFAULT_STACKSIZE   (8 * 1024)
#define NLM32_ALPHA_MAGIC   (0x83561840)
#define ALPHA_R_IGNORE   0
#define ALPHA_R_REFLONG   1
#define ALPHA_R_REFQUAD   2
#define ALPHA_R_GPREL32   3
#define ALPHA_R_LITERAL   4
#define ALPHA_R_LITUSE   5
#define ALPHA_R_GPDISP   6
#define ALPHA_R_BRADDR   7
#define ALPHA_R_HINT   8
#define ALPHA_R_SREL16   9
#define ALPHA_R_SREL32   10
#define ALPHA_R_SREL64   11
#define ALPHA_R_OP_PUSH   12
#define ALPHA_R_OP_STORE   13
#define ALPHA_R_OP_PSUB   14
#define ALPHA_R_OP_PRSHIFT   15
#define ALPHA_R_GPVALUE   16
#define ALPHA_R_NW_RELOC   250
#define ALPHA_RELOC_SECTION_TEXT   1
#define ALPHA_RELOC_SECTION_DATA   3
#define ALPHA_R_NW_RELOC_SETGP   1
#define ALPHA_R_NW_RELOC_LITA   2


Define Documentation

#define ALPHA_R_BRADDR   7

Definition at line 101 of file common.h.

#define ALPHA_R_GPDISP   6

Definition at line 100 of file common.h.

#define ALPHA_R_GPREL32   3

Definition at line 97 of file common.h.

#define ALPHA_R_GPVALUE   16

Definition at line 110 of file common.h.

#define ALPHA_R_HINT   8

Definition at line 102 of file common.h.

#define ALPHA_R_IGNORE   0

Definition at line 94 of file common.h.

#define ALPHA_R_LITERAL   4

Definition at line 98 of file common.h.

#define ALPHA_R_LITUSE   5

Definition at line 99 of file common.h.

#define ALPHA_R_NW_RELOC   250

Definition at line 111 of file common.h.

Referenced by nlm_alpha_read_reloc(), and nlm_alpha_write_import().

#define ALPHA_R_NW_RELOC_LITA   2

Definition at line 123 of file common.h.

Referenced by nlm_alpha_read_reloc(), and nlm_alpha_write_import().

#define ALPHA_R_NW_RELOC_SETGP   1

Definition at line 122 of file common.h.

Referenced by nlm_alpha_read_reloc(), and nlm_alpha_write_import().

#define ALPHA_R_OP_PRSHIFT   15

Definition at line 109 of file common.h.

#define ALPHA_R_OP_PSUB   14

Definition at line 108 of file common.h.

#define ALPHA_R_OP_PUSH   12

Definition at line 106 of file common.h.

#define ALPHA_R_OP_STORE   13

Definition at line 107 of file common.h.

#define ALPHA_R_REFLONG   1

Definition at line 95 of file common.h.

#define ALPHA_R_REFQUAD   2

Definition at line 96 of file common.h.

#define ALPHA_R_SREL16   9

Definition at line 103 of file common.h.

#define ALPHA_R_SREL32   10

Definition at line 104 of file common.h.

#define ALPHA_R_SREL64   11

Definition at line 105 of file common.h.

#define ALPHA_RELOC_SECTION_DATA   3

Definition at line 116 of file common.h.

Referenced by nlm_alpha_read_reloc(), and nlm_alpha_write_import().

#define ALPHA_RELOC_SECTION_TEXT   1

Definition at line 115 of file common.h.

Referenced by nlm_alpha_read_reloc(), and nlm_alpha_write_import().

#define NLM32_ALPHA_MAGIC   (0x83561840)

Definition at line 91 of file common.h.

Referenced by nlm_alpha_backend_object_p(), and nlm_alpha_write_prefix().

#define NLM_ARCH_SIZE   32

Definition at line 30 of file common.h.

#define NLM_CAT4 ( a,
b,
c,
d   )     a/**/b/**/c/**/d

Definition at line 54 of file common.h.

#define NLM_DEFAULT_STACKSIZE   (8 * 1024)

Definition at line 84 of file common.h.

#define NLM_HEADER_VERSION   4

Definition at line 82 of file common.h.

#define NLM_HIBIT   (((bfd_vma) 1) << 31)

#define NLM_MAX_COPYRIGHT_MESSAGE_LENGTH   255

Definition at line 78 of file common.h.

#define NLM_MAX_DESCRIPTION_LENGTH   127

Definition at line 75 of file common.h.

#define NLM_MAX_SCREEN_NAME_LENGTH   71

Definition at line 76 of file common.h.

#define NLM_MAX_THREAD_NAME_LENGTH   71

Definition at line 77 of file common.h.

#define NLM_MODULE_NAME_SIZE   14

Definition at line 83 of file common.h.

#define NLM_NAME ( x,
 )     NLM_CAT4(x,32,_,y)

Definition at line 60 of file common.h.

#define NLM_OLD_THREAD_NAME_LENGTH   5

Definition at line 80 of file common.h.

#define NLM_OTHER_DATA_LENGTH   400

Definition at line 79 of file common.h.

#define NLM_SIGNATURE_SIZE   24

Definition at line 81 of file common.h.

#define NLM_TARGET_ADDRESS_SIZE   4

Definition at line 59 of file common.h.

Referenced by nlmNAME().

#define NLM_TARGET_LONG_SIZE   4

#define nlmNAME ( X   )     NLM_NAME(nlm,X)

Definition at line 71 of file common.h.

#define NlmNAME ( X   )     NLM_NAME(Nlm,X)

Definition at line 70 of file common.h.


Generated on Wed Apr 8 14:58:40 2009 for Open64 by  doxygen 1.5.6