/sysdeps/unix/sysv/linux/powerpc/ |
A D | readelflib.c | 23 void *file_contents, size_t file_length); 27 void *file_contents, size_t file_length); 33 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 35 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 40 soname, file_contents, file_length); in process_elf_file() 44 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/s390/ |
A D | readelflib.c | 22 void *file_contents, size_t file_length); 26 void *file_contents, size_t file_length); 32 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 34 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 39 soname, file_contents, file_length); in process_elf_file() 43 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | readelflib.c | 22 void *file_contents, size_t file_length); 26 void *file_contents, size_t file_length); 32 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 34 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 39 soname, file_contents, file_length); in process_elf_file() 43 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | readelflib.c | 22 void *file_contents, size_t file_length); 26 void *file_contents, size_t file_length); 32 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 34 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 39 soname, file_contents, file_length); in process_elf_file() 43 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/arm/ |
A D | readelflib.c | 22 void *file_contents, size_t file_length); 26 void *file_contents, size_t file_length); 32 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 34 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 42 soname, file_contents, file_length); in process_elf_file() 61 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | readelflib.c | 23 void *file_contents, size_t file_length); 27 void *file_contents, size_t file_length); 44 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 46 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 58 soname, file_contents, file_length); in process_elf_file() 64 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/mips/ |
A D | readelflib.c | 22 void *file_contents, size_t file_length); 26 void *file_contents, size_t file_length); 32 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 43 elf_header.eh = file_contents; in process_elf_file() 47 soname, file_contents, file_length); in process_elf_file() 64 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/unix/sysv/linux/x86/ |
A D | readelflib.c | 21 void *file_contents, size_t file_length); 25 void *file_contents, size_t file_length); 31 char **soname, void *file_contents, size_t file_length) in process_elf_file() argument 33 ElfW(Ehdr) *elf_header = (ElfW(Ehdr) *) file_contents; in process_elf_file() 71 soname, file_contents, file_length); in process_elf_file() 74 soname, file_contents, file_length); in process_elf_file()
|
/sysdeps/generic/ |
A D | ldconfig.h | 104 void *file_contents, size_t file_length);
|