Searched refs:R_TLS (Results 1 – 20 of 20) sorted by relevance
30 CHECK-NEXT:0000000c R_TLS c31 CHECK-NEXT:00000010 R_TLS d45 DESCP-NEXT:0000000c R_TLS (idx: 32) c[UL]46 DESCP-NEXT:00000010 R_TLS (idx: 36) d[TL]
47 WITH-R-NEXT: 0000008c: R_TLS c50 WITH-R-NEXT: 00000090: R_TLS d
56 RELOC: 0000008c: R_TLS (idx: 32) c[UL]60 RELOC: 00000090: R_TLS (idx: 36) d[TL]
67 RELOC_CASE(R_TLS) in getRelocationTypeString()
200 R_TLS = 0x20, ///< General-dynamic reference to TLS symbol. enumerator
61 R_TLS, enumerator
815 case R_TLS: in getRelocTargetVA()
1076 RelExpr expr = sym.isTls() ? R_TLS : R_ABS; in addGotEntry()
81 return R_TLS; in getRelExpr()
157 return R_TLS; in getRelExpr()
262 return R_TLS; in getRelExpr()
151 return R_TLS; in getRelExpr()
238 return R_TLS; in getRelExpr()
123 return R_TLS; in getRelExpr()
153 return R_TLS; in getRelExpr()
149 return R_TLS; in getRelExpr()
327 return R_TLS; in getRelExpr()
1028 return R_TLS; in getRelExpr()
133 # RELOCSEXP-NEXT: Type: R_TLS (0x20)
118 ECase(R_BR), ECase(R_RBA), ECase(R_RBR), ECase(R_TLS),