Symbol: _RF_P
libexec/ld.so/aarch64/rtld_machine.c
73
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
libexec/ld.so/amd64/rtld_machine.c
105
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* 2 PC32 */
libexec/ld.so/amd64/rtld_machine.c
116
_RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* 13 PC16 */
libexec/ld.so/amd64/rtld_machine.c
118
_RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* 15 PC8 */
libexec/ld.so/amd64/rtld_machine.c
130
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
libexec/ld.so/arm/rtld_machine.c
100
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
libexec/ld.so/arm/rtld_machine.c
55
_RF_S|_RF_P|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 1 PC24 */
libexec/ld.so/arm/rtld_machine.c
57
_RF_S|_RF_P|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 3 REL32 */
libexec/ld.so/arm/rtld_machine.c
58
_RF_S|_RF_P|_RF_A| _RF_E, /* 4 REL13 */
libexec/ld.so/arm/rtld_machine.c
64
_RF_S|_RF_P|_RF_A| _RF_E, /* 10 T_PC22 */
libexec/ld.so/arm/rtld_machine.c
65
_RF_S|_RF_P|_RF_A| _RF_E, /* 11 T_PC8 */
libexec/ld.so/i386/rtld_machine.c
105
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* PC32 */
libexec/ld.so/i386/rtld_machine.c
124
_RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* PC16 */
libexec/ld.so/i386/rtld_machine.c
126
_RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* PC8 */
libexec/ld.so/i386/rtld_machine.c
130
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
libexec/ld.so/riscv64/rtld_machine.c
72
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
libexec/ld.so/sh/rtld_machine.c
224
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)
libexec/ld.so/sh/rtld_machine.c
57
_RF_S|_RF_P|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 2 REL32 */
libexec/ld.so/sparc64/rtld_machine.c
108
_RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
libexec/ld.so/sparc64/rtld_machine.c
109
_RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
libexec/ld.so/sparc64/rtld_machine.c
110
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
libexec/ld.so/sparc64/rtld_machine.c
111
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
libexec/ld.so/sparc64/rtld_machine.c
112
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
libexec/ld.so/sparc64/rtld_machine.c
120
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* PC10 */
libexec/ld.so/sparc64/rtld_machine.c
121
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(10), /* PC22 */
libexec/ld.so/sparc64/rtld_machine.c
122
_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WPLT30 */
libexec/ld.so/sparc64/rtld_machine.c
132
_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* PCPLT32 */
libexec/ld.so/sparc64/rtld_machine.c
133
_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(10), /* PCPLT22 */
libexec/ld.so/sparc64/rtld_machine.c
134
_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* PCPLT10 */
libexec/ld.so/sparc64/rtld_machine.c
142
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(42), /* PC_HH22 */
libexec/ld.so/sparc64/rtld_machine.c
143
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(32), /* PC_HM10 */
libexec/ld.so/sparc64/rtld_machine.c
144
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(10), /* PC_LM22 */
libexec/ld.so/sparc64/rtld_machine.c
145
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP16 */
libexec/ld.so/sparc64/rtld_machine.c
146
_RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP19 */
libexec/ld.so/sparc64/rtld_machine.c
151
_RF_S|_RF_A|_RF_P| _RF_SZ(64) | _RF_RS(0), /* DISP64 */
libexec/ld.so/sparc64/rtld_machine.c
164
#define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0)