Home
last modified time | relevance | path

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

/openbsd-src/libexec/ld.so/arm/
H A Drtld_machine.c101 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
/openbsd-src/libexec/ld.so/riscv64/
H A Drtld_machine.c73 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
/openbsd-src/libexec/ld.so/aarch64/
H A Drtld_machine.c74 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
/openbsd-src/libexec/ld.so/i386/
H A Drtld_machine.c131 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
/openbsd-src/libexec/ld.so/amd64/
H A Drtld_machine.c131 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
/openbsd-src/libexec/ld.so/sh/
H A Drtld_machine.c225 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
/openbsd-src/libexec/ld.so/sparc64/
H A Drtld_machine.c165 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro