aboutsummaryrefslogtreecommitdiff
path: root/linker/linker.h
AgeCommit message (Expand)Author
2014-10-31Fix symbol lookup order during relocationDmitriy Ivanov
2014-10-31Fix relocation to look for symbols in local groupDmitriy Ivanov
2014-10-31Add RTLD_NODELETE flag supportDmitriy Ivanov
2014-10-31Fix unused DT entry warnings.Dmitriy Ivanov
2014-10-31Return has_DT_SYMBOLIC flag.Dmitriy Ivanov
2014-10-31Remove has_DT_SYMBOLIC flagDmitriy Ivanov
2014-10-31Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov
2014-10-21Add file_offset parameter to android_extinfoDmitriy Ivanov
2014-10-01L-MR1 specific fixesDmitriy Ivanov
2014-10-01Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov
2014-10-01Load libraries in breadth-first orderDmitriy Ivanov
2014-10-01Revert "Load libraries in breadth-first order"Dmitriy Ivanov
2014-10-01Load libraries in breadth-first orderDmitriy Ivanov
2014-10-01Encapsulate soinfo_link_image and soinfo_relocateDmitriy Ivanov
2014-10-01Bump soinfo versionDmitriy Ivanov
2014-10-01Run constructors before resolving ifunc functionsDmitriy Ivanov
2014-10-01Added test for ifunc support in dynamic linker.Brigid Smith
2014-08-18Revert "Add support for protected local symbol lookup."Dmitriy Ivanov
2014-08-04Revert "Revert "Fix dlsym(3) to do breadth first search.""Dmitriy Ivanov
2014-08-04Revert "Fix dlsym(3) to do breadth first search."Dmitriy Ivanov
2014-07-29Fix dlsym(3) to do breadth first search.Dmitriy Ivanov
2014-07-01Add support for protected local symbol lookup.Dmitriy Ivanov
2014-06-03Remove an unused parameter from the dlopen implementation.Elliott Hughes
2014-05-20Add RTLD_NOLOAD support and some related changes.Dmitriy Ivanov
2014-05-14Improve detection of already loaded librariesDmitriy Ivanov
2014-05-14Switch to g_ for globals.Elliott Hughes
2014-04-17Add android_dlopen_ext() interface to linker.Torne (Richard Coles)
2014-02-11[MIPS64] Dynamic linkerChris Dearman
2014-02-10Switch <elf.h> over to linux uapi under the covers.Elliott Hughes
2014-02-10Fix <link.h>.Elliott Hughes
2014-01-28bionic: Change the type of soinfo's size to size_tWeiwu Chen
2014-01-13Make it possible for code to query the dynamic linker's default search path.Elliott Hughes
2014-01-09Add NT_PRSTATUS to <elf.h>.Elliott Hughes
2013-10-28Update <sys/exec_elf.h> to get the DF_* flags.Elliott Hughes
2013-10-28Don't allow text relocations on 64-bit.Elliott Hughes
2013-10-28Clean up linker architecture macros.Elliott Hughes
2013-10-08x86_64 linker.Elliott Hughes
2013-09-30Remove 32-bit assumptions from the ELF code.Elliott Hughes
2013-06-18Make LD_PRELOAD failures just warnings.Elliott Hughes
2013-04-05Make abort messages available to debuggerd.Elliott Hughes
2013-03-15Clean up internal libc logging.Elliott Hughes
2013-03-12Use more types than just 'unsigned' in the linker.Elliott Hughes
2013-03-12Use Elf32_Addr instead of unsigned in linkerKito Cheng
2013-03-05More linker cleanup.Elliott Hughes
2013-03-05Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom
2013-02-06Remove partial implementation of MIPS non-PIC support.Elliott Hughes
2013-01-29Use the NetBSD <sys/exec_elf.h>.Elliott Hughes
2012-12-20Support System.loadLibrary for libraries with transitive dependencies.Elliott Hughes
2012-12-18Check for unknown flags passed to dlopen(3).Elliott Hughes
2012-11-01Keep the dynamic linker's soinfo pools mostly read-only.Elliott Hughes