Home
last modified time | relevance | path

Searched refs:_RF_B (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/sparc64/sparc64/
Delf_machdep.c147 #define _RF_B 0x08000000 /* Load address relative */ macro
178 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
262 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/freebsd-9-stable/libexec/rtld-elf/sparc64/
Dreloc.c66 #define _RF_B 0x08000000 /* Load address relative */ macro
97 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
179 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)