Lines Matching full:relocation
1 // arm-reloc-property.h -- ARM relocation properties -*- C++ -*-
29 // relocation code.
34 // Types of relocation codes.
36 RT_NONE, // No relocation type.
43 // Classes of relocation codes.
45 RC_NONE, // No relocation class.
46 RC_DATA, // Data relocation.
47 RC_ARM, // ARM instruction relocation.
48 RC_THM16, // 16-bit THUMB instruction relocation.
49 RC_THM32, // 32-bit THUMB instruction relocation.
53 // Types of bases of relative addressing relocation codes.
55 RAB_NONE, // Relocation is not relative addressing
65 // Relocation code represented by this.
70 // Name of the relocation code.
75 // Type of relocation code.
85 // Class of relocation code.
95 // If code is a group relocation code, return the group number, otherwise -1.
100 // Whether relocation checks for overflow.
105 // Return size of relocation.
110 // Return alignment of relocation.
115 // Whether relocation use a GOT entry.
120 // Whether relocation use a GOT origin.
125 // Whether relocation uses the Thumb-bit in a symbol address.
130 // Whether relocation uses the symbol base.
135 // Whether relocation uses the symbol.
141 // is not a relative addressing relocation.
161 // The Tree_node class is used to represent parsed relocation operations.
162 // We look at Trees to extract information about relocation operations.
247 // Relocation code.
249 // Relocation name.
251 // Type of relocation.
253 // Class of relocation.
255 // Group index (0, 1, or 2) if this is a group relocation or -1 otherwise.
257 // Size of relocation.
259 // Alignment of relocation.
286 // of relocation types. The table entries are initialized using information
294 // Return an Arm_reloc_property object for CODE if it is a valid relocation
303 // Like get_reloc_property but only return non-NULL if relocation code is
317 // Return a string describing the relocation code that is not
327 // The Parse_expression class is used to convert relocation operations in
345 // We want to overload operators used in relocation operations so
356 // Operator appearing in relocation operations in arm-reloc.def.
371 // Functions appearing in relocation operations in arm-reloc.def.