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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c149 #define _RF_D 0x01000000 /* Use dynamic TLS offset */ macro
235 _RF_S|_RF_A| _RF_D| _RF_SZ(32) | _RF_RS(0), /* DTPOFF32 */
236 _RF_S|_RF_A| _RF_D| _RF_SZ(64) | _RF_RS(0), /* DTPOFF64 */
265 #define RELOC_USE_TLS_DOFF(t) ((reloc_target_flags[t] & _RF_D) != 0)
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c69 #define _RF_D 0x01000000 /* Use dynamic TLS offset */ macro
154 _RF_S|_RF_A| _RF_D| _RF_SZ(32) | _RF_RS(0), /* DTPOFF32 */
155 _RF_S|_RF_A| _RF_D| _RF_SZ(64) | _RF_RS(0), /* DTPOFF64 */
183 #define RELOC_USE_TLS_DOFF(t) ((reloc_target_flags[t] & _RF_D) != 0)

Completed in 78 milliseconds