/sysdeps/ieee754/ldbl-opt/ |
A D | math_ldbl_opt.h | 9 #define LONG_DOUBLE_COMPAT(lib, introduced) \ argument 10 SHLIB_COMPAT(lib, introduced, LONG_DOUBLE_COMPAT_VERSION) 11 #define long_double_symbol(lib, local, symbol) \ argument 12 long_double_symbol_1 (lib, local, symbol, LONG_DOUBLE_COMPAT_VERSION) 21 # define long_double_symbol_1(lib, local, symbol, version) \ argument 22 versioned_symbol (lib, local, symbol, version) 23 # define ldbl_compat_symbol(lib, local, symbol, version) \ argument 24 compat_symbol (lib, local, symbol, LONG_DOUBLE_COMPAT_VERSION) 31 # define ldbl_compat_symbol(lib, local, symbol, version) \ argument 36 # define long_double_symbol_1(lib, local, symbol, version) \ argument [all …]
|
A D | w_exp10l_compat.c | 13 # define compat_symbol(lib, local, symbol, version) \ argument 14 compat_symbol_reference (lib, local, symbol, version)
|
/sysdeps/generic/ |
A D | math_ldbl_opt.h | 11 #define LONG_DOUBLE_COMPAT(lib, introduced) 0 argument 12 #define long_double_symbol(lib, local, symbol) argument 16 #define ldbl_compat_symbol(lib, local, symbol, version) \ argument 17 compat_symbol (lib, local, symbol, version)
|
A D | ldconfig.h | 93 const char *lib, int *flag, 98 extern char *implicit_soname (const char *lib, int flag); 101 extern int process_elf_file (const char *file_name, const char *lib,
|
/sysdeps/unix/sysv/linux/s390/ |
A D | ldd-rewrite.sed | 10 # /lib(64|)/*(64|).so* is replaced with /lib/*.so* and /lib/*64.so* 11 # this works for /lib64/ld64.so.x and /lib/ld.so.x as input 14 s_^RTLDLIST=\(.*lib\)\(/[^/]*\)\(\.so\.[0-9.]*\)[[:blank:]]*$_RTLDLIST="\1\2\3 \1\264\3"_
|
A D | readelflib.c | 19 int process_elf32_file (const char *file_name, const char *lib, 23 int process_elf64_file (const char *file_name, const char *lib, 30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 38 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 42 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | readelflib.c | 20 int process_elf32_file (const char *file_name, const char *lib, 24 int process_elf64_file (const char *file_name, const char *lib, 31 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 39 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 43 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
A D | ldd-rewrite.sed | 10 # /lib(64|)/*(64|).so* is replaced with /lib/*.so* and /lib64/*64.so* 11 # this works for /lib64/ld64.so.x and /lib/ld.so.x as input 14 s_^RTLDLIST=\(.*lib\)\(/[^/]*\)\(\.so\.[0-9.]*\)[[:blank:]]*$_RTLDLIST="\1\2\3 \164\264\3"_
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | readelflib.c | 19 int process_elf32_file (const char *file_name, const char *lib, 23 int process_elf64_file (const char *file_name, const char *lib, 30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 38 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 42 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | readelflib.c | 19 int process_elf32_file (const char *file_name, const char *lib, 23 int process_elf64_file (const char *file_name, const char *lib, 30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 38 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 42 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
/sysdeps/unix/sysv/linux/arm/ |
A D | readelflib.c | 19 int process_elf32_file (const char *file_name, const char *lib, 23 int process_elf64_file (const char *file_name, const char *lib, 30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 41 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 60 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
/sysdeps/gnu/ |
A D | configure | 8 # in /lib and /etc. 12 libc_cv_slibdir='/lib' 13 libc_cv_rtlddir='/lib' 14 if test "$libdir" = '${exec_prefix}/lib'; then 15 libdir='${exec_prefix}/lib'; 17 libc_cv_complocaledir='${exec_prefix}/lib/locale'
|
A D | configure.ac | 8 # in /lib and /etc. 9 LIBC_SLIBDIR_RTLDDIR([lib], [lib])
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | readelflib.c | 20 int process_elf32_file (const char *file_name, const char *lib, 24 int process_elf64_file (const char *file_name, const char *lib, 42 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 57 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 63 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
A D | configure.ac | 37 LIBC_SLIBDIR_RTLDDIR([lib64/lp64], [lib]) 40 LIBC_SLIBDIR_RTLDDIR([lib64/lp64d], [lib]) 43 LIBC_SLIBDIR_RTLDDIR([lib32/ilp32], [lib]) 46 LIBC_SLIBDIR_RTLDDIR([lib32/ilp32d], [lib])
|
A D | ldd-rewrite.sed | 1 s_^\(RTLDLIST=\)\(.*lib\)\(/[^/]*\)\(64\|32\)\(-.*\)\(lp\)\(64\|32\)d*\(\.so\.[0-9.]*\)[ ]*$_\1"\2\…
|
/sysdeps/unix/sysv/linux/mips/ |
A D | readelflib.c | 19 int process_elf32_file (const char *file_name, const char *lib, 23 int process_elf64_file (const char *file_name, const char *lib, 30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 46 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 63 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
/sysdeps/unix/sysv/linux/x86/ |
A D | readelflib.c | 18 int process_elf32_file (const char *file_name, const char *lib, 22 int process_elf64_file (const char *file_name, const char *lib, 29 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument 70 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file() 73 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | configure | 10 libc_cv_rtlddir='/lib' 11 if test "$libdir" = '${exec_prefix}/lib'; then 14 libc_cv_complocaledir='${exec_prefix}/lib/locale'
|
/sysdeps/unix/sysv/linux/s390/s390-64/ |
A D | configure | 8 libc_cv_rtlddir='/lib' 9 if test "$libdir" = '${exec_prefix}/lib'; then 12 libc_cv_complocaledir='${exec_prefix}/lib/locale'
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | configure | 9 if test "$libdir" = '${exec_prefix}/lib'; then 12 libc_cv_complocaledir='${exec_prefix}/lib/locale'
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | configure | 9 if test "$libdir" = '${exec_prefix}/lib'; then 12 libc_cv_complocaledir='${exec_prefix}/lib/locale'
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | configure | 11 if test "$libdir" = '${exec_prefix}/lib'; then 14 libc_cv_complocaledir='${exec_prefix}/lib/locale'
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | ldd-rewrite.sed | 1 s_^\(RTLDLIST=\)\(.*lib\)\(\|32\|64\)\(/[^/]*\.so\.[0-9.]*\)[ ]*$_\1"\232\4 \264\4 \2\4"_
|
/sysdeps/unix/sysv/linux/microblaze/ |
A D | clock-compat.c | 28 # define SHLIB_COMPAT(lib, introduced, obsoleted) 1 argument
|