gecko/mozglue/linker
Mike Hommey 21f643ea4a Bug 1036286 - Delay registration of the faulty.lib signal handler until when it's necessary. r=nfroyd
It's necessary to delay it because for the second part, we need to call dlopen,
and until recently bionic's linker dead-locked when using dlopen from a static
initializer.
2014-08-07 02:51:03 +09:00
..
tests Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal 2014-08-06 07:25:33 +09:00
CustomElf.cpp Backout changeset 34235900c3a0 (bug 1036286) because it wasn't the right fix. 2014-08-05 16:07:06 +09:00
CustomElf.h Bug 956398 - Support text relocations in the custom linker. r=nfroyd 2014-01-16 09:13:42 +09:00
dladdr.h
ElfLoader.cpp Bug 1036286 - Delay registration of the faulty.lib signal handler until when it's necessary. r=nfroyd 2014-08-07 02:51:03 +09:00
ElfLoader.h Bug 1036286 - Delay registration of the faulty.lib signal handler until when it's necessary. r=nfroyd 2014-08-07 02:51:03 +09:00
Elfxx.h Bug 930627 - Implement __gnu_Unwind_Find_exidx in custom linker on ARM. r=glandium 2013-10-31 11:40:32 -04:00
Logging.h Bug 1024248 - Properly tag linker error/warnings in logcat. r=nfroyd 2014-06-13 08:45:58 +09:00
Makefile.in Bug 1045783 - Move HOST_EXTRA_LIBS to moz.build as HOST_OS_LIBS. r=mshal 2014-08-06 07:26:05 +09:00
Mappable.cpp Bug 1037100 - Remove all use of ScopedDeleteArray from mozglue/. r=glandium 2014-07-21 18:14:11 -04:00
Mappable.h Bug 1037100 - Remove all use of ScopedDeleteArray from mozglue/. r=glandium 2014-07-21 18:14:11 -04:00
moz.build Bug 1045783 - Move HOST_EXTRA_LIBS to moz.build as HOST_OS_LIBS. r=mshal 2014-08-06 07:26:05 +09:00
SeekableZStream.cpp Bug 1024248 - Properly tag linker error/warnings in logcat. r=nfroyd 2014-06-13 08:45:58 +09:00
SeekableZStream.h Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo 2013-07-18 13:59:53 -04:00
szip.cpp Bug 953296 - Convert trivial ScopedDelete{Ptr,Array} uses to UniquePtr in mozglue/linker/. (More remain, but they're less trivial to change.) r=glandium 2013-12-30 13:34:54 -06:00
Utils.h Bug 784739 - Switch from NULL to nullptr in mozglue/linker/; r=ehsan 2013-11-11 14:15:46 -05:00
Zip.cpp Bug 1024248 - Properly tag linker error/warnings in logcat. r=nfroyd 2014-06-13 08:45:58 +09:00
Zip.h Bug 1004564 - Move AtomicRefCounted to mozilla::external and outlaw it in Gecko code; r=froydnj 2014-05-01 14:33:20 -04:00