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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c154 static const int reloc_target_flags[] = { variable
259 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0)
260 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
261 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
262 #define RELOC_UNALIGNED(t) ((reloc_target_flags[t] & _RF_U) != 0)
263 #define RELOC_USE_ADDEND(t) ((reloc_target_flags[t] & _RF_A) != 0)
264 #define RELOC_BARE_SYMBOL(t) ((reloc_target_flags[t] & _RF_X) != 0)
265 #define RELOC_USE_TLS_DOFF(t) ((reloc_target_flags[t] & _RF_D) != 0)
266 #define RELOC_USE_TLS_OFF(t) ((reloc_target_flags[t] & _RF_O) != 0)
267 #define RELOC_USE_TLS_ID(t) ((reloc_target_flags[
[all...]
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c74 static const int reloc_target_flags[] = { variable
177 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0)
178 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
179 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
180 #define RELOC_UNALIGNED(t) ((reloc_target_flags[t] & _RF_U) != 0)
181 #define RELOC_USE_ADDEND(t) ((reloc_target_flags[t] & _RF_A) != 0)
182 #define RELOC_BARE_SYMBOL(t) ((reloc_target_flags[t] & _RF_X) != 0)
183 #define RELOC_USE_TLS_DOFF(t) ((reloc_target_flags[t] & _RF_D) != 0)
184 #define RELOC_USE_TLS_OFF(t) ((reloc_target_flags[t] & _RF_O) != 0)
185 #define RELOC_USE_TLS_ID(t) ((reloc_target_flags[
[all...]

Completed in 78 milliseconds