gecko-dev/mozglue/linker
Mike Hommey 76f5fcdbab Bug 1414506 - Move dl_phdr_info filling and callback invocation to a separate class. r=froydnj
We're going to introduce two code paths that need to fill dl_phdr_info
from different iterators, so first move the code to a separate class,
that both code paths will be able to call.

--HG--
extra : rebase_source : a50663ad8d15d4f7a28d7138824003df5edd7f1c
2018-01-23 15:50:38 +09:00
..
tests Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
BaseElf.cpp
BaseElf.h
CustomElf.cpp
CustomElf.h
dladdr.h
ElfLoader.cpp Bug 1414506 - Move dl_phdr_info filling and callback invocation to a separate class. r=froydnj 2018-01-23 15:50:38 +09:00
ElfLoader.h Bug 1412405 - fix isnanf symbol lookup by using a LoadedElf for libm; r=glandium 2017-10-28 08:51:23 -04:00
Elfxx.h
Logging.h Bug 1414506 - Drive-by: Remove MOZ_CONCAT definition from mozglue/linker/Logging.h. r=froydnj 2018-01-19 20:12:04 +09:00
Mappable.cpp
Mappable.h
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
Utils.h
XZStream.cpp Bug 1414506 - Drive-by: Add missing <cstring> include to XZStream.cpp. r=froydnj 2018-01-19 20:08:08 +09:00
XZStream.h
Zip.cpp
Zip.h