| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-microblaze.c | 780 #define TLS_GD 1 /* GD reloc. */ 789 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD)) 1273 tls_type = (TLS_TLS | TLS_GD); 2444 tls_type |= (TLS_TLS | TLS_GD); 2863 if ((eh->tls_mask & TLS_GD) != 0) 3037 if ((*lgot_masks & TLS_GD) != 0)
|
| elf32-or1k.c | 918 #define TLS_GD 2 1133 return (tls_type_mask & TLS_GD) != 0 ? 8 : 0; 1769 if (dynamic && ((tls_type & TLS_GD) != 0)) 1802 else if ((tls_type & TLS_GD) != 0) 1997 tls_type = TLS_GD; 2801 Symbols with TLS_GD access require 8 bytes in the GOT and, if dynamic, 2804 both TLS_GD and TLS_IE access to be accounted for. 2818 if ((tls_type & TLS_GD) != 0) 2835 if ((tls_type & TLS_GD) != 0)
|
| elf32-ppc.c | 2121 #define TLS_GD 2 /* GD reloc. */ 3046 tls_type = TLS_TLS | TLS_GD; 4523 tls_clear = TLS_GD; 4671 if ((tls_clear & (TLS_GD | TLS_LD)) != 0 5063 if ((tls_mask & TLS_GD) != 0) 6282 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 7054 unsigned int tls_type, tls_mask, tls_gd; 7133 tls_gd = 0; 7203 tls_gd = TLS_GDIE; 7204 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 7038 unsigned int tls_type, tls_mask, tls_gd; local [all...] |
| elf64-ppc.c | 1770 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD, 3174 #define TLS_GD 2 /* GD reloc. */ 4945 tls_type = TLS_TLS | TLS_GD; 5231 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; 5284 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) 8361 tls_clear = TLS_GD; 8362 tls_type = TLS_TLS | TLS_GD; 8488 tls_set = TLS_EXPLICIT | TLS_GD; 8491 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE; 8492 tls_clear = TLS_GD; 15585 unsigned char tls_mask, tls_gd, tls_type; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-microblaze.c | 780 #define TLS_GD 1 /* GD reloc. */ 789 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD)) 1273 tls_type = (TLS_TLS | TLS_GD); 2447 tls_type |= (TLS_TLS | TLS_GD); 2866 if ((eh->tls_mask & TLS_GD) != 0) 3040 if ((*lgot_masks & TLS_GD) != 0)
|
| elf32-or1k.c | 918 #define TLS_GD 2 1133 return (tls_type_mask & TLS_GD) != 0 ? 8 : 0; 1768 if (dynamic && ((tls_type & TLS_GD) != 0)) 1801 else if ((tls_type & TLS_GD) != 0) 1996 tls_type = TLS_GD; 2799 Symbols with TLS_GD access require 8 bytes in the GOT and, if dynamic, 2802 both TLS_GD and TLS_IE access to be accounted for. 2816 if ((tls_type & TLS_GD) != 0) 2833 if ((tls_type & TLS_GD) != 0)
|
| elf32-ppc.c | 2134 #define TLS_GD 2 /* GD reloc. */ 3059 tls_type = TLS_TLS | TLS_GD; 4536 tls_clear = TLS_GD; 4684 if ((tls_clear & (TLS_GD | TLS_LD)) != 0 5076 if ((tls_mask & TLS_GD) != 0) 6295 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 7069 unsigned int tls_type, tls_mask, tls_gd; 7149 tls_gd = 0; 7219 tls_gd = TLS_GDIE; 7220 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 7053 unsigned int tls_type, tls_mask, tls_gd; local [all...] |
| elf64-ppc.c | 1778 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD, 3182 #define TLS_GD 2 /* GD reloc. */ 4953 tls_type = TLS_TLS | TLS_GD; 5239 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; 5292 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) 8361 tls_clear = TLS_GD; 8362 tls_type = TLS_TLS | TLS_GD; 8488 tls_set = TLS_EXPLICIT | TLS_GD; 8491 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE; 8492 tls_clear = TLS_GD; 15583 unsigned char tls_mask, tls_gd, tls_type; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-microblaze.c | 780 #define TLS_GD 1 /* GD reloc. */ 789 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD)) 1273 tls_type = (TLS_TLS | TLS_GD); 2447 tls_type |= (TLS_TLS | TLS_GD); 2869 if ((eh->tls_mask & TLS_GD) != 0) 3043 if ((*lgot_masks & TLS_GD) != 0)
|
| elf32-or1k.c | 918 #define TLS_GD 2 1133 return (tls_type_mask & TLS_GD) != 0 ? 8 : 0; 1768 if (dynamic && ((tls_type & TLS_GD) != 0)) 1801 else if ((tls_type & TLS_GD) != 0) 1996 tls_type = TLS_GD; 2799 Symbols with TLS_GD access require 8 bytes in the GOT and, if dynamic, 2802 both TLS_GD and TLS_IE access to be accounted for. 2816 if ((tls_type & TLS_GD) != 0) 2833 if ((tls_type & TLS_GD) != 0)
|
| elf32-ppc.c | 2134 #define TLS_GD 2 /* GD reloc. */ 3059 tls_type = TLS_TLS | TLS_GD; 4536 tls_clear = TLS_GD; 4684 if ((tls_clear & (TLS_GD | TLS_LD)) != 0 5076 if ((tls_mask & TLS_GD) != 0) 6293 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 7078 unsigned int tls_type, tls_mask, tls_gd; 7158 tls_gd = 0; 7228 tls_gd = TLS_GDIE; 7229 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 7062 unsigned int tls_type, tls_mask, tls_gd; local [all...] |
| elf64-ppc.c | 1778 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD, 3182 #define TLS_GD 2 /* GD reloc. */ 4952 tls_type = TLS_TLS | TLS_GD; 5238 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; 5291 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) 8354 tls_clear = TLS_GD; 8355 tls_type = TLS_TLS | TLS_GD; 8481 tls_set = TLS_EXPLICIT | TLS_GD; 8484 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE; 8485 tls_clear = TLS_GD; 15558 unsigned char tls_mask, tls_gd, tls_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-microblaze.c | 784 #define TLS_GD 1 /* GD reloc. */ 793 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD)) 1278 tls_type = (TLS_TLS | TLS_GD); 2452 tls_type |= (TLS_TLS | TLS_GD); 2874 if ((eh->tls_mask & TLS_GD) != 0) 3048 if ((*lgot_masks & TLS_GD) != 0)
|
| elf32-or1k.c | 918 #define TLS_GD 2 1135 return (tls_type_mask & TLS_GD) != 0 ? 8 : 0; 1770 if (dynamic && ((tls_type & TLS_GD) != 0)) 1803 else if ((tls_type & TLS_GD) != 0) 1998 tls_type = TLS_GD; 2801 Symbols with TLS_GD access require 8 bytes in the GOT and, if dynamic, 2804 both TLS_GD and TLS_IE access to be accounted for. 2818 if ((tls_type & TLS_GD) != 0) 2835 if ((tls_type & TLS_GD) != 0)
|
| elf32-ppc.c | 2135 #define TLS_GD 2 /* GD reloc. */ 3061 tls_type = TLS_TLS | TLS_GD; 4538 tls_clear = TLS_GD; 4686 if ((tls_clear & (TLS_GD | TLS_LD)) != 0 5078 if ((tls_mask & TLS_GD) != 0) 6295 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 7080 unsigned int tls_type, tls_mask, tls_gd; 7160 tls_gd = 0; 7230 tls_gd = TLS_GDIE; 7231 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 7064 unsigned int tls_type, tls_mask, tls_gd; local [all...] |
| elf64-ppc.c | 1778 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD, 3187 #define TLS_GD 2 /* GD reloc. */ 4949 tls_type = TLS_TLS | TLS_GD; 5235 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; 5288 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) 8351 tls_clear = TLS_GD; 8352 tls_type = TLS_TLS | TLS_GD; 8478 tls_set = TLS_EXPLICIT | TLS_GD; 8481 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE; 8482 tls_clear = TLS_GD; 15551 unsigned char tls_mask, tls_gd, tls_type; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| microblaze.cc | 112 TLS_GD, 607 insns = microblaze_call_tls_get_addr (x, reg, &ret, TLS_GD); 1475 case TLS_GD: 2622 case TLS_GD:
|
| /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| microblaze.cc | 112 TLS_GD, 608 insns = microblaze_call_tls_get_addr (x, reg, &ret, TLS_GD); 1470 case TLS_GD: 2617 case TLS_GD:
|