refactoring: introduce MappedFileFragment

Change-Id: I97b0c1131711ed0ac13ab33e3357e99e0b6b1a4e
This commit is contained in:
Dmitriy Ivanov
2015-10-19 16:57:46 -07:00
parent 5edf077c5b
commit cf1cbbe432
6 changed files with 139 additions and 25 deletions

View File

@@ -58,6 +58,13 @@
__LIBC_HIDDEN__ extern int g_ld_debug_verbosity;
#define CHECK(predicate) { \
if (!(predicate)) { \
__libc_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
__FILE__, __LINE__, __FUNCTION__); \
} \
}
#if LINKER_DEBUG_TO_LOG
#define _PRINTVF(v, x...) \
do { \