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

/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c49 #define _RF_B 0x08000000 /* Load address relative */ macro
63 _RF_S|_RF_B|_RF_A| _RF_E, /* 9 SBREL32 */
77 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* 23 RELATIVE */
101 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c49 #define _RF_B 0x08000000 /* Load address relative */ macro
62 _RF_V|_RF_B|_RF_A| _RF_SZ(64) | _RF_RS(0), /* REL64 */
74 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c98 #define _RF_B 0x08000000 /* Load address relative */ macro
111 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
131 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c98 #define _RF_B 0x08000000 /* Load address relative */ macro
111 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* 8 RELATIVE*/
131 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c50 #define _RF_B 0x08000000 /* Load address relative */ macro
63 _RF_V|_RF_B|_RF_A| _RF_SZ(64) | _RF_RS(0), /* REL64 */
73 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c50 #define _RF_B 0x08000000 /* Load address relative */ macro
220 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* 165 RELATIVE */
225 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c99 #define _RF_B 0x08000000 /* Load address relative */ macro
126 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
165 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)

Completed in 208 milliseconds