Home
last modified time | relevance | path

Searched refs:RELOC_RESOLVE_SYMBOL (Results 1 – 7 of 7) sorted by relevance

/openbsd/libexec/ld.so/aarch64/
H A Drtld_machine.c72 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
153 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()
/openbsd/libexec/ld.so/riscv64/
H A Drtld_machine.c71 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
152 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()
/openbsd/libexec/ld.so/amd64/
H A Drtld_machine.c129 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
225 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()
/openbsd/libexec/ld.so/i386/
H A Drtld_machine.c129 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
225 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()
/openbsd/libexec/ld.so/arm/
H A Drtld_machine.c99 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
218 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()
/openbsd/libexec/ld.so/sh/
H A Drtld_machine.c223 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
476 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()
/openbsd/libexec/ld.so/sparc64/
H A Drtld_machine.c163 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
255 if (RELOC_RESOLVE_SYMBOL(type)) { in _dl_md_reloc()