Lines Matching refs:XCOFF
67 return {XCOFF::RelocationType::R_TOC, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
69 return {XCOFF::RelocationType::R_TOCU, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
71 return {XCOFF::RelocationType::R_TOCL, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
73 return {XCOFF::RelocationType::R_TLS_LE, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
75 return {XCOFF::RelocationType::R_TLS_LD, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
86 return {XCOFF::RelocationType::R_TOC, 15}; in getRelocTypeAndSignSize()
88 return {XCOFF::RelocationType::R_TOCL, 15}; in getRelocTypeAndSignSize()
90 return {XCOFF::RelocationType::R_TLS_LE, 15}; in getRelocTypeAndSignSize()
92 return {XCOFF::RelocationType::R_TLS_LD, 15}; in getRelocTypeAndSignSize()
98 return {XCOFF::RelocationType::R_RBR, EncodedSignednessIndicator | 25}; in getRelocTypeAndSignSize()
100 return {XCOFF::RelocationType::R_RBA, EncodedSignednessIndicator | 25}; in getRelocTypeAndSignSize()
103 return {XCOFF::RelocationType::R_REF, 0}; in getRelocTypeAndSignSize()
116 return {XCOFF::RelocationType::R_TLS, SignAndSizeForFKData}; in getRelocTypeAndSignSize()
118 return {XCOFF::RelocationType::R_TLSM, SignAndSizeForFKData}; in getRelocTypeAndSignSize()
120 return {XCOFF::RelocationType::R_TLS_IE, SignAndSizeForFKData}; in getRelocTypeAndSignSize()
122 return {XCOFF::RelocationType::R_TLS_LE, SignAndSizeForFKData}; in getRelocTypeAndSignSize()
124 return {XCOFF::RelocationType::R_TLS_LD, SignAndSizeForFKData}; in getRelocTypeAndSignSize()
126 return {XCOFF::RelocationType::R_TLSML, SignAndSizeForFKData}; in getRelocTypeAndSignSize()
128 return {XCOFF::RelocationType::R_POS, SignAndSizeForFKData}; in getRelocTypeAndSignSize()