Home
last modified time | relevance | path

Searched refs:md_abi_variant_hook (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/rtld-elf/arm/
H A Drtld_machdep.h82 #define md_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h95 #define md_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/amd64/
H A Drtld_machdep.h78 #define md_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/i386/
H A Drtld_machdep.h79 #define md_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h99 #define md_abi_variant_hook(x) powerpc_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h91 #define md_abi_variant_hook(x) powerpc64_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_machdep.h108 #define md_abi_variant_hook(x) macro
/freebsd/libexec/rtld-elf/
H A Drtld.c597 md_abi_variant_hook(aux_info); in _rtld()