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

/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c97 #define _RF_P 0x20000000 /* Location relative */ macro
108 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
109 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
110 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
111 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
112 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
120 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* PC10 */
121 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(10), /* PC22 */
122 _RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WPLT30 */
132 _RF_A|_RF_P| _RF_S
[all...]
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c47 #define _RF_P 0x20000000 /* Location relative */ macro
55 _RF_S|_RF_P|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 1 PC24 */
57 _RF_S|_RF_P|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 3 REL32 */
58 _RF_S|_RF_P|_RF_A| _RF_E, /* 4 REL13 */
64 _RF_S|_RF_P|_RF_A| _RF_E, /* 10 T_PC22 */
65 _RF_S|_RF_P|_RF_A| _RF_E, /* 11 T_PC8 */
100 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c96 #define _RF_P 0x20000000 /* Location relative */ macro
105 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* PC32 */
124 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* PC16 */
126 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* PC8 */
130 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c96 #define _RF_P 0x20000000 /* Location relative */ macro
105 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* 2 PC32 */
116 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* 13 PC16 */
118 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* 15 PC8 */
130 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c48 #define _RF_P 0x20000000 /* Location relative */ macro
57 _RF_S|_RF_P|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 2 REL32 */
224 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c47 #define _RF_P 0x20000000 /* Location relative */ macro
73 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c48 #define _RF_P 0x20000000 /* Location relative */ macro
72 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)

Completed in 179 milliseconds