Searched refs:_RF_B (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c63 #define _RF_B 0x08000000 /* Load address relative */ macro
90 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
145 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/netbsd-current/sys/arch/sparc/sparc/
H A Dkobj_machdep.c58 #define _RF_B 0x08000000 /* Load address relative */ macro
85 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
101 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/netbsd-current/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c67 #define _RF_B 0x08000000 /* Load address relative */ macro
94 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
127 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/netbsd-current/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c68 #define _RF_B 0x08000000 /* Load address relative */ macro
95 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
157 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)

Completed in 104 milliseconds