Lines Matching refs:reloc_table

66 #define	reloc_table		reloc64_table_x86  macro
69 #define reloc_table reloc32_table_x86
77 #define reloc_table reloc64_table_sparc
80 #define reloc_table reloc32_table_sparc
87 #define reloc_table reloc64_table
90 #define reloc_table reloc32_table
100 extern const Rel_entry reloc_table[];
102 #define IS_PLT(X) RELTAB_IS_PLT(X, reloc_table)
103 #define IS_GOT_RELATIVE(X) RELTAB_IS_GOT_RELATIVE(X, reloc_table)
104 #define IS_GOT_PC(X) RELTAB_IS_GOT_PC(X, reloc_table)
105 #define IS_GOTPCREL(X) RELTAB_IS_GOTPCREL(X, reloc_table)
106 #define IS_GOT_BASED(X) RELTAB_IS_GOT_BASED(X, reloc_table)
107 #define IS_GOT_OPINS(X) RELTAB_IS_GOT_OPINS(X, reloc_table)
108 #define IS_GOT_REQUIRED(X) RELTAB_IS_GOT_REQUIRED(X, reloc_table)
109 #define IS_PC_RELATIVE(X) RELTAB_IS_PC_RELATIVE(X, reloc_table)
110 #define IS_ADD_RELATIVE(X) RELTAB_IS_ADD_RELATIVE(X, reloc_table)
111 #define IS_REGISTER(X) RELTAB_IS_REGISTER(X, reloc_table)
112 #define IS_NOTSUP(X) RELTAB_IS_NOTSUP(X, reloc_table)
113 #define IS_SEG_RELATIVE(X) RELTAB_IS_SEG_RELATIVE(X, reloc_table)
114 #define IS_EXTOFFSET(X) RELTAB_IS_EXTOFFSET(X, reloc_table)
115 #define IS_SEC_RELATIVE(X) RELTAB_IS_SEC_RELATIVE(X, reloc_table)
116 #define IS_TLS_INS(X) RELTAB_IS_TLS_INS(X, reloc_table)
117 #define IS_TLS_GD(X) RELTAB_IS_TLS_GD(X, reloc_table)
118 #define IS_TLS_LD(X) RELTAB_IS_TLS_LD(X, reloc_table)
119 #define IS_TLS_IE(X) RELTAB_IS_TLS_IE(X, reloc_table)
120 #define IS_TLS_LE(X) RELTAB_IS_TLS_LE(X, reloc_table)
121 #define IS_LOCALBND(X) RELTAB_IS_LOCALBND(X, reloc_table)
122 #define IS_SIZE(X) RELTAB_IS_SIZE(X, reloc_table)