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

/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c133 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
287 if (RELOC_TARGET_SIZE(type) > 32) {
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c168 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
315 int i, size = RELOC_TARGET_SIZE(type)/8;
327 } else if (RELOC_TARGET_SIZE(type) > 32) {
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c103 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c76 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c133 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c75 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c227 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro

Completed in 140 milliseconds