1 /* Created by build_access.py */
2 /* returns string of length 0 if invalid arg */
3 const char * dwarf_get_elf_relocname_386(unsigned long);
4 #ifndef R_386_NONE
5 #define R_386_NONE           0
6 #endif /* R_386_NONE */
7 #ifndef R_386_32
8 #define R_386_32             1
9 #endif /* R_386_32 */
10 #ifndef R_386_PC32
11 #define R_386_PC32           2
12 #endif /* R_386_PC32 */
13 #ifndef R_386_GOT32
14 #define R_386_GOT32          3
15 #endif /* R_386_GOT32 */
16 #ifndef R_386_PLT32
17 #define R_386_PLT32          4
18 #endif /* R_386_PLT32 */
19 #ifndef R_386_COPY
20 #define R_386_COPY           5
21 #endif /* R_386_COPY */
22 #ifndef R_386_GLOB_DAT
23 #define R_386_GLOB_DAT       6
24 #endif /* R_386_GLOB_DAT */
25 #ifndef R_386_JMP_SLOT
26 #define R_386_JMP_SLOT       7
27 #endif /* R_386_JMP_SLOT */
28 #ifndef R_386_RELATIVE
29 #define R_386_RELATIVE       8
30 #endif /* R_386_RELATIVE */
31 #ifndef R_386_GOTOFF
32 #define R_386_GOTOFF         9
33 #endif /* R_386_GOTOFF */
34 #ifndef R_386_GOTPC
35 #define R_386_GOTPC          10
36 #endif /* R_386_GOTPC */
37 #ifndef R_386_32PLT
38 #define R_386_32PLT          11
39 #endif /* R_386_32PLT */
40 #ifndef R_386_TLS_TPOFF
41 #define R_386_TLS_TPOFF      14
42 #endif /* R_386_TLS_TPOFF */
43 #ifndef R_386_TLS_IE
44 #define R_386_TLS_IE         15
45 #endif /* R_386_TLS_IE */
46 #ifndef R_386_TLS_GOTIE
47 #define R_386_TLS_GOTIE      16
48 #endif /* R_386_TLS_GOTIE */
49 #ifndef R_386_TLS_LE
50 #define R_386_TLS_LE         17
51 #endif /* R_386_TLS_LE */
52 #ifndef R_386_TLS_LDM
53 #define R_386_TLS_LDM        19
54 #endif /* R_386_TLS_LDM */
55 #ifndef R_386_16
56 #define R_386_16             20
57 #endif /* R_386_16 */
58 #ifndef R_386_PC16
59 #define R_386_PC16           21
60 #endif /* R_386_PC16 */
61 #ifndef R_386_8
62 #define R_386_8              22
63 #endif /* R_386_8 */
64 #ifndef R_386_PC8
65 #define R_386_PC8            23
66 #endif /* R_386_PC8 */
67 #ifndef R_386_TLS_GD_32
68 #define R_386_TLS_GD_32      24
69 #endif /* R_386_TLS_GD_32 */
70 #ifndef R_386_TLS_GD_PUSH
71 #define R_386_TLS_GD_PUSH    25
72 #endif /* R_386_TLS_GD_PUSH */
73 #ifndef R_386_TLS_GD_CALL
74 #define R_386_TLS_GD_CALL    26
75 #endif /* R_386_TLS_GD_CALL */
76 #ifndef R_386_TLS_GD_POP
77 #define R_386_TLS_GD_POP     27
78 #endif /* R_386_TLS_GD_POP */
79 #ifndef R_386_TLS_LDM_32
80 #define R_386_TLS_LDM_32     28
81 #endif /* R_386_TLS_LDM_32 */
82 #ifndef R_386_TLS_LDM_PUSH
83 #define R_386_TLS_LDM_PUSH   29
84 #endif /* R_386_TLS_LDM_PUSH */
85 #ifndef R_386_TLS_LDM_CALL
86 #define R_386_TLS_LDM_CALL   30
87 #endif /* R_386_TLS_LDM_CALL */
88 #ifndef R_386_TLS_LDM_POP
89 #define R_386_TLS_LDM_POP    31
90 #endif /* R_386_TLS_LDM_POP */
91 #ifndef R_386_TLS_LDO_32
92 #define R_386_TLS_LDO_32     32
93 #endif /* R_386_TLS_LDO_32 */
94 #ifndef R_386_TLS_IE_32
95 #define R_386_TLS_IE_32      33
96 #endif /* R_386_TLS_IE_32 */
97 #ifndef R_386_TLS_LE_32
98 #define R_386_TLS_LE_32      34
99 #endif /* R_386_TLS_LE_32 */
100 #ifndef R_386_TLS_DTPMOD32
101 #define R_386_TLS_DTPMOD32   35
102 #endif /* R_386_TLS_DTPMOD32 */
103 #ifndef R_386_TLS_DTPOFF32
104 #define R_386_TLS_DTPOFF32   36
105 #endif /* R_386_TLS_DTPOFF32 */
106 #ifndef R_386_TLS_TPOFF32
107 #define R_386_TLS_TPOFF32    37
108 #endif /* R_386_TLS_TPOFF32 */
109 #ifndef R_386_SIZE32
110 #define R_386_SIZE32         38
111 #endif /* R_386_SIZE32 */
112 #ifndef R_386_TLS_GOTDESC
113 #define R_386_TLS_GOTDESC    39
114 #endif /* R_386_TLS_GOTDESC */
115 #ifndef R_386_TLS_DESC_CALL
116 #define R_386_TLS_DESC_CALL  40
117 #endif /* R_386_TLS_DESC_CALL */
118 #ifndef R_386_TLS_DESC
119 #define R_386_TLS_DESC       41
120 #endif /* R_386_TLS_DESC */
121 #ifndef R_386_IRELATIVE
122 #define R_386_IRELATIVE      42
123 #endif /* R_386_IRELATIVE */
124