summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix recursive ELF constructor checkJesse Hall2012-01-301-1/+13
* | Log debuggerd connection failuresAndy McFadden2012-01-261-1/+17
* | am c83c1da5: am cee8425f: Merge "Move variable declaration on its own line"Jean-Baptiste Queru2012-01-201-1/+2
|\ \ | |/
| * Move variable declaration on its own lineStephen Smalley2012-01-201-1/+2
* | am 5b44655f: am 7e6a5773: Merge "Use the AT_SECURE auxv flag to determine whe...Jean-Baptiste Queru2012-01-201-4/+15
|\ \ | |/
| * Use the AT_SECURE auxv flag to determine whether to enable secure mode.Stephen Smalley2012-01-201-4/+15
* | Execute .preinit_array before any shared object initialization functions.Evgeniy Stepanov2012-01-104-3/+28
* | get rid of unused "main" function.Nick Kralevich2011-12-051-5/+0
* | am 1ad08626: am 897815a1: bionic: add machine type checkZhenghua Wang2011-11-301-1/+5
|\ \ | |/
| * bionic: add machine type checkZhenghua Wang2011-11-291-1/+5
* | Merge "Make the linker relocatable."Nick Kralevich2011-11-163-44/+121
|\ \
| * | Make the linker relocatable.Nick Kralevich2011-11-113-44/+121
* | | linker: Fix the computation of si->baseDavid 'Digit' Turner2011-11-151-1/+12
|/ /
* | linker: set LOCAL_NO_CRT := trueNick Kralevich2011-11-041-8/+3
* | Revert "Make the linker relocatable."Nick Kralevich2011-11-033-129/+41
* | Make the linker relocatable.Nick Kralevich2011-11-023-41/+129
* | Add linker support for PIENick Kralevich2011-10-221-14/+23
|/
* fix prototype of dladdrMathias Agopian2011-09-283-5/+5
* am 91966c30: am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of cons...David 'Digit' Turner2011-08-301-1/+1
|\
| * am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors"David 'Digit' Turner2011-08-291-1/+1
| |\
| | * linker: allow debugging of constructorsDavid 'Digit' Turner2011-08-271-1/+1
* | | linker.h: don't change the soinfo structureNick Kralevich2011-08-291-0/+2
* | | Log signal info at time of receiptAndy McFadden2011-08-042-26/+70
* | | Revert "Revert "linker: get rid of the buddy allocator""Shih-wei Liao2011-07-175-277/+15
* | | Revert "linker: get rid of the buddy allocator"Nick Kralevich2011-07-155-15/+277
* | | linker: get rid of the buddy allocatorNick Kralevich2011-07-145-277/+15
* | | Revert "x86: Enable -fstack-protector"Martijn Coenen2011-06-072-3/+0
* | | am 204d1f65: am b2c7e0c1: Merge "x86: Enable -fstack-protector"David Turner2011-06-062-0/+3
|\ \ \ | |/ /
| * | am b2c7e0c1: Merge "x86: Enable -fstack-protector"David Turner2011-06-062-0/+3
| |\ \ | | |/
| | * x86: Enable -fstack-protectorBruce Beare2011-05-242-0/+3
* | | am 1af88c97: am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shar...David Turner2011-05-021-1/+1
|\ \ \ | |/ /
| * | am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shared library re...David Turner2011-05-021-1/+1
| |\ \ | | |/
| | * Use MAP_FIXED when allocating prelinked shared library regionsChris Dearman2011-03-101-1/+1
* | | bionic: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-2/+0
|/ /
* | am 962dcb22: am fed58049: Merge "libc: Fix PTHREAD_RWLOCK_INITIALIZER"David 'Digit' Turner2011-03-101-6/+0
|\ \ | |/
| * Updated gcc 4.4.3 IA toolchain doesn't require the .ctors listBruce Beare2011-02-161-6/+0
| * Fix bug in linker environment variable lookup.tedbo2011-01-211-1/+1
* | Increase SO_MAX to accomodate valgrindKenny Root2011-02-101-1/+1
* | Fix bug in linker environment variable lookup.tedbo2011-01-201-1/+1
* | Fix typosGlenn Kasten2011-01-181-5/+5
|/
* linker: Remove unsecure env. variable for setuid programs.David 'Digit' Turner2010-12-204-29/+304
* add /vendor supportBrian Swetland2010-09-191-1/+1
* linker: fix overwriting the real linker error stringDima Zavin2010-08-171-1/+1
* linker: Support dlopen(NULL, ...) properly.David 'Digit' Turner2010-07-231-1/+12
* linker: remove libcutils dependency by re-implementing simpler socket_local_c...David 'Digit' Turner2010-06-102-4/+44
* fix buildJean-Baptiste Queru2010-05-121-1/+1
* merge from open-source masterThe Android Open Source Project2010-05-121-0/+65
|\
| * Added support for LD_PRELOADMatt Fischer2010-05-101-0/+65
* | merge from open-source masterThe Android Open Source Project2010-04-213-5/+15
|\ \ | |/
| * Fixed support for RTLD_NEXT in dlsym()Matt Fischer2010-04-083-5/+15