android_bionic/linker
Elliott Hughes 3a1936c62e ldd: slightly improve error message.
Before:

  $ ldd toybox
  toybox: not an ELF file

After

  $ ldd toybox
  toybox: cannot open

I've also sent a toybox patch upstream to make that:

  $ ldd toybox
  toybox: cannot open: No such file or directory

Test: manual
Change-Id: If961cdf6f2f2f8d4f6cdfcade9061e49a09d1f01
2019-06-27 13:50:31 -07:00
..
arch Implement arm64 TLSDESC 2019-01-29 08:33:09 +00:00
Android.bp linker: support ldd(1)-like behavior via --list. 2019-05-09 22:12:17 -07:00
MODULE_LICENSE_APACHE2 Move libdl and linker to static NOTICE files. 2019-04-19 14:18:07 -07:00
NOTICE Move libdl and linker to static NOTICE files. 2019-04-19 14:18:07 -07:00
dlfcn.cpp Use PT_INTERP as the linker's l_name path 2019-06-05 18:02:40 -07:00
ld.config.format.md linker: Add support for "whitelisted" property in linker config files 2019-03-20 10:20:49 -07:00
ld_android.cpp
ldd ldd: slightly improve error message. 2019-06-27 13:50:31 -07:00
linked_list.h
linked_list_test.cpp Switch linker tests to Android.bp. 2019-02-15 14:40:08 -08:00
linker.arm.map
linker.cpp linker: Speed up find_loaded_library_by_inode() 2019-06-04 21:01:04 -07:00
linker.generic.map
linker.h Use PT_INTERP as the linker's l_name path 2019-06-05 18:02:40 -07:00
linker_block_allocator.cpp Cosmetic changes to linker allocator and config 2019-03-12 01:11:24 +00:00
linker_block_allocator.h Purge linker block allocators before leaving linker 2019-01-30 22:13:13 -08:00
linker_block_allocator_test.cpp Switch linker tests to Android.bp. 2019-02-15 14:40:08 -08:00
linker_cfi.cpp
linker_cfi.h
linker_common_types.h
linker_config.cpp Don't resolve already resolved paths when parsing ld.config.txt 2019-05-17 10:09:13 +09:00
linker_config.h Use std::move() for rvalue-reference setters and ctors 2019-03-20 10:20:49 -07:00
linker_config_test.cpp linker: Add support for "whitelisted" property in linker config files 2019-03-20 10:20:49 -07:00
linker_debug.h libasync_safe: stop clobbering other folks' identifiers. 2019-02-14 14:23:13 -08:00
linker_dlwarning.cpp
linker_dlwarning.h
linker_exidx_static.c
linker_gdb_support.cpp
linker_gdb_support.h
linker_globals.cpp
linker_globals.h linker: support ldd(1)-like behavior via --list. 2019-05-09 22:12:17 -07:00
linker_libc_support.c
linker_libcxx_support.cpp
linker_logger.cpp linker: only generate log messages when logging is enabled 2019-01-17 14:24:14 -08:00
linker_logger.h Add more linker debug. 2019-03-19 14:03:18 +00:00
linker_main.cpp Use PT_INTERP as the linker's l_name path 2019-06-05 18:02:40 -07:00
linker_main.h
linker_mapped_file_fragment.cpp
linker_mapped_file_fragment.h
linker_memory.cpp Move the linker allocator into libc 2019-01-25 15:31:35 -08:00
linker_mips.cpp
linker_namespaces.cpp linker: Add support for "whitelisted" property in linker config files 2019-03-20 10:20:49 -07:00
linker_namespaces.h linker namespace name is duped when the namespace is created 2019-05-23 23:58:12 +09:00
linker_phdr.cpp Fix DLEXT_WRITE_RELRO when loading multiple libs. 2019-04-02 18:06:12 -04:00
linker_phdr.h Fix DLEXT_WRITE_RELRO when loading multiple libs. 2019-04-02 18:06:12 -04:00
linker_reloc_iterators.h
linker_relocs.h Add generic TLS linker reloc macros 2019-01-02 14:36:26 -08:00
linker_sdk_versions.cpp
linker_sleb128.h
linker_sleb128_test.cpp Switch linker tests to Android.bp. 2019-02-15 14:40:08 -08:00
linker_soinfo.cpp Use PT_INTERP as the linker's l_name path 2019-06-05 18:02:40 -07:00
linker_soinfo.h Use PT_INTERP as the linker's l_name path 2019-06-05 18:02:40 -07:00
linker_test_globals.cpp Switch linker tests to Android.bp. 2019-02-15 14:40:08 -08:00
linker_tls.cpp libasync_safe: stop clobbering other folks' identifiers. 2019-02-14 14:23:13 -08:00
linker_tls.h Implement arm64 TLSDESC 2019-01-29 08:33:09 +00:00
linker_utils.cpp Don't resolve already resolved paths when parsing ld.config.txt 2019-05-17 10:09:13 +09:00
linker_utils.h Don't resolve already resolved paths when parsing ld.config.txt 2019-05-17 10:09:13 +09:00
linker_utils_test.cpp Switch linker tests to Android.bp. 2019-02-15 14:40:08 -08:00
linker_wrapper.cpp
rt.cpp