HomeSort by relevance Sort by last modified time
    Searched full:relro (Results 1 - 25 of 454) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/sepolicy/
shared_relro.te 1 # Process which creates/updates shared RELRO files to be used by other apps.
4 # The shared relro process is a Java program forked from the zygote, so it
8 # Grant write access to the shared relro files/directory.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr16322.d 1 #ld: -shared -z relro
binutils.exp 66 || [string match "*-z relro ignored*" $link_output] } {
82 if [string match "*-z relro*" $ld_options] {
141 binutils_test strip "-z relro" relro1
142 binutils_test strip "-z relro -shared" relro1
143 binutils_test objcopy "-z relro" relro1
144 binutils_test objcopy "-z relro -shared" relro1
154 binutils_test strip "-z relro -shared" relro2
155 binutils_test objcopy "-z relro -shared" relro2
167 "-z relro"
169 "-shared -z relro"
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pr14215.d 3 #ld: -melf_i386 -shared -z relro
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr14215.d 3 #ld: -melf_x86_64 -shared -z relro
  /frameworks/webview/chromium/loader/
loader.cpp 67 jboolean DoCreateRelroFile(const char* lib, const char* relro) {
70 if (unlink(relro) != 0 && errno != ENOENT) {
74 ALOGW("Failed to unlink old file %s: %s", relro, strerror(errno));
77 char relro_tmp[strlen(relro) + sizeof(tmpsuffix)];
78 strlcpy(relro_tmp, relro, sizeof(relro_tmp));
99 rename(relro_tmp, relro) != 0) {
100 ALOGE("Failed to update relro file %s: %s", relro, strerror(errno));
104 ALOGV("Created relro file %s for library %s", relro, lib)
150 jstring relro = relro64; local
174 jstring relro = relro64; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_test.cc 1 // relro_test.cc -- test -z relro for gold
32 // script, relro currently does not work.
36 // This code is put into a shared library linked with -z relro.
38 // i1 and i2 are not relro variables.
42 // P1 is a global relro variable.
45 // P2 is a local relro variable.
48 // Add a TLS variable to make sure -z relro works correctly with TLS.
64 // The relro variables should precede the non-relro variables in the
71 // The relro variables should not be on the same page as th
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainOptions/
control 16 4. -Wl,-z,relro
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 66 "/data/misc/shared_relro/libwebviewchromium32.relro";
68 "/data/misc/shared_relro/libwebviewchromium64.relro";
94 // native relro loading error codes
108 return "Time out waiting for Relro files being created";
148 Log.e(LOGTAG, "error waiting for relro creation", e);
173 // If we failed waiting for relro we want to return that fact even if we successfully load
174 // the relro file.
402 if (DEBUG) Log.v(LOGTAG, "creating relro files");
407 // waiting on relro creation.
409 if (DEBUG) Log.v(LOGTAG, "Create 32 bit relro");
    [all...]
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 150 * The shared relro process calls this to notify us that it's done trying to create a relro
151 * file. This method gets called even if the relro creation has failed or the process
156 // Verify that the caller is either the shared relro process (nominal case) or the
157 // system server (only in the case the relro process crashes and we get here via the
173 * WebViewFactory calls this to block WebView loading until the relro file is created.
174 * Returns the WebView provider for which we create relro files.
  /external/opencv3/platforms/linux/
arm-gnueabi.toolchain.cmake 25 set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now ${CMAKE_SHARED_LINKER_FLAGS}")
26 set(CMAKE_MODULE_LINKER_FLAGS "-Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now ${CMAKE_MODULE_LINKER_FLAGS}")
27 set(CMAKE_EXE_LINKER_FLAGS "-Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now ${CMAKE_EXE_LINKER_FLAGS}")
  /development/ndk/platforms/android-21/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
dlext.h 40 /* When set, write the GNU RELRO section of the mapped library to relro_fd
47 /* When set, compare the GNU RELRO section of the mapped library to relro_fd

Completed in 1860 milliseconds

1 2 3 4 5 6 7 8 91011>>