bionic/linker
Qiming Shi 4041b13c20 bionic: Do not use magic number for portability
Do not use the magic number 0xFFFFFFFFU to represent the max value of an address
as it's not correct on 64bit platform. We should use UINTPTR_MAX instead.

Change-Id: I1fc6f5864a651b2eddea2333cb0788f9d9223270
Signed-off-by: Qiming Shi <qiming.shi@intel.com>
Signed-off-by: Weiwu Chen <weiwu.chen@intel.com>
2014-01-27 14:51:07 -08:00
..
arch bionic: rename aarch64 target to arm64 2014-01-23 18:35:39 -08:00
Android.mk Add -Bsymbolic to the ld flags when linking the dynamic linker. 2014-01-13 13:33:01 -08:00
debugger.cpp AArch64: Linker64 support for AArch64 2013-12-17 15:02:43 -08:00
dlfcn.cpp bionic: rename aarch64 target to arm64 2014-01-23 18:35:39 -08:00
linker_debug.h Make logging fall back to /dev/stderr if we're on the host. 2013-10-08 13:19:00 -07:00
linker_environ.cpp Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
linker_environ.h Fix Clang warning since KernelArgumentBlock is actually a class. 2013-10-08 00:08:13 -07:00
linker_phdr.cpp bionic: Do not use magic number for portability 2014-01-27 14:51:07 -08:00
linker_phdr.h Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
linker.cpp Make it possible for code to query the dynamic linker's default search path. 2014-01-13 16:37:47 -08:00
linker.h Make it possible for code to query the dynamic linker's default search path. 2014-01-13 16:37:47 -08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Regenerate the NOTICE files. 2014-01-07 13:46:11 -08:00
rt.cpp More dynamic linker cleanup. 2012-10-30 16:35:38 -07:00