Searched defs:packed_relocations_offset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp282 off_t packed_relocations_offset = 0; local
346 packed_relocations_offset = dyn.GetOffset();
347 LOG(" DT_ANDROID_REL_OFFSET addr=%p\n", packed_relocations_offset);
368 if (packed_relocations_offset && packed_relocations_size) {
371 packed_relocations_offset,
376 packed_relocations_offset + file_offset,

Completed in 35 milliseconds