Home
last modified time | relevance | path

Searched defs:RELOC_PC_RELATIVE (Results 1 – 7 of 7) sorted by relevance

/openbsd/libexec/ld.so/arm/
H A Drtld_machine.c100 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
/openbsd/libexec/ld.so/aarch64/
H A Drtld_machine.c73 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
/openbsd/libexec/ld.so/riscv64/
H A Drtld_machine.c72 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
/openbsd/libexec/ld.so/amd64/
H A Drtld_machine.c130 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
/openbsd/libexec/ld.so/i386/
H A Drtld_machine.c130 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
/openbsd/libexec/ld.so/sh/
H A Drtld_machine.c224 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
/openbsd/libexec/ld.so/sparc64/
H A Drtld_machine.c164 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro