summaryrefslogtreecommitdiffstats
path: root/linker/linker.h
Commit message (Expand)AuthorAgeFilesLines
* Make LD_PRELOAD failures just warnings.Elliott Hughes2013-06-181-1/+10
* Make abort messages available to debuggerd.Elliott Hughes2013-04-051-0/+1
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* Use more types than just 'unsigned' in the linker.Elliott Hughes2013-03-121-25/+28
* Use Elf32_Addr instead of unsigned in linkerKito Cheng2013-03-121-2/+2
* More linker cleanup.Elliott Hughes2013-03-051-1/+12
* Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-051-8/+8
* Remove partial implementation of MIPS non-PIC support.Elliott Hughes2013-02-061-14/+0
* Use the NetBSD <sys/exec_elf.h>.Elliott Hughes2013-01-291-31/+2
* Support System.loadLibrary for libraries with transitive dependencies.Elliott Hughes2012-12-201-1/+1
* Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-181-1/+1
* Keep the dynamic linker's soinfo pools mostly read-only.Elliott Hughes2012-11-011-77/+82
* Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too.Elliott Hughes2012-11-011-20/+6
* Dynamically allocate soinfo-structs in linkerMagnus Malmborn2012-11-011-1/+0
* linker: handle R_ARM_COPY relocations in a proper wayArd Biesheuvel2012-10-301-1/+3
* More dynamic linker cleanup.Elliott Hughes2012-10-301-10/+2
* Add link.h for all platforms with dl_phdr_infoPavel Chupin2012-08-171-17/+1
* More cleanup.Elliott Hughes2012-08-141-2/+1
* linker: don't perform unnecessary mprotectsNick Kralevich2012-08-131-0/+1
* Clean up the linker a bit, remove prelinking support.Elliott Hughes2012-08-071-1/+9
* MIPS support to the linkerRaghu Gandham2012-08-021-16/+26
* linker: improve loadable segment protection.David 'Digit' Turner2012-06-261-6/+3
* linker: rename load_offset to load_bias.David 'Digit' Turner2012-06-251-4/+3
* linker: New sources to manage the ELF program header table.David 'Digit' Turner2012-06-251-1/+17
* linker: small code-cleanupDavid 'Digit' Turner2012-06-131-4/+5
* Support non-zero p_vaddr in first PT_LOAD segmentJi-Hwan Lee2012-06-041-0/+4
* Add relro supportNick Kralevich2012-03-051-1/+6
* Merge c4cb87f3Jean-Baptiste Queru2012-02-011-18/+2
|\
| * remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-18/+2
* | Execute .preinit_array before any shared object initialization functions.Evgeniy Stepanov2012-01-101-0/+3
* | Make the linker relocatable.Nick Kralevich2011-11-111-0/+1
* | Revert "Make the linker relocatable."Nick Kralevich2011-11-031-1/+0
* | Make the linker relocatable.Nick Kralevich2011-11-021-0/+1
|/
* fix prototype of dladdrMathias Agopian2011-09-281-2/+2
* linker.h: don't change the soinfo structureNick Kralevich2011-08-291-0/+2
* Revert "Revert "linker: get rid of the buddy allocator""Shih-wei Liao2011-07-171-14/+0
* Revert "linker: get rid of the buddy allocator"Nick Kralevich2011-07-151-0/+14
* linker: get rid of the buddy allocatorNick Kralevich2011-07-141-14/+0
* Fixed support for RTLD_NEXT in dlsym()Matt Fischer2010-04-081-1/+1
* Added support for dladdr()Matt Fischer2010-03-171-0/+2
* am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-021-6/+7
|\
| * Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-021-6/+7
* | merge from open-source masterJean-Baptiste Queru2009-11-081-2/+22
|\ \ | |/ |/|
| * added and modified linker to support SuperH architectureShin-ichiro KAWASAKI2009-11-061-2/+22
* | bionic/linker: change lookup() to return soinfo, not baseIliyan Malchev2009-09-291-1/+1
|/
* linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-271-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+215
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-213/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-2/+0
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+2