Searched refs:_RF_I (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c151 #define _RF_I 0x00400000 /* Use TLS object ID */ macro
233 _RF_S| _RF_I| _RF_SZ(32) | _RF_RS(0), /* DTPMOD32 */
234 _RF_S| _RF_I| _RF_SZ(64) | _RF_RS(0), /* DTPMOD64 */
267 #define RELOC_USE_TLS_ID(t) ((reloc_target_flags[t] & _RF_I) != 0)
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c71 #define _RF_I 0x00400000 /* Use TLS object ID */ macro
152 _RF_S| _RF_I| _RF_SZ(32) | _RF_RS(0), /* DTPMOD32 */
153 _RF_S| _RF_I| _RF_SZ(64) | _RF_RS(0), /* DTPMOD64 */
185 #define RELOC_USE_TLS_ID(t) ((reloc_target_flags[t] & _RF_I) != 0)

Completed in 166 milliseconds