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

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr16322.d 1 #ld: -shared -z relro
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr14215.d 3 #ld: -melf_i386 -shared -z relro
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr14215.d 3 #ld: -melf_x86_64 -shared -z relro
pr18176.d 3 #ld: -melf_x86_64 -shared -z relro -T pr18176.t -z max-page-size=0x200000 -z common-page-size=0x1000
pr14207.d 3 #ld: -melf_x86_64 -shared -z relro -z now
  /frameworks/base/native/webview/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)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tocnovar.d 3 #ld: -melf64ppc -z relro
tocvar.d 3 #ld: -melf64ppc -z relro
  /toolchain/binutils/binutils-2.27/ld/
ldexp.h 161 enum relro_enum relro; member in struct:ldexp_control::__anon4960
ldexp.c 547 expld.dataseg.relro = exp_dataseg_relro_start;
589 expld.dataseg.relro = exp_dataseg_relro_end;
    [all...]
ldlang.c     [all...]
  /bionic/tests/libs/
Android.mk 37 # Library used by dlext tests - with GNU RELRO program header
43 -Wl,-z,relro \
  /external/selinux/libselinux/utils/
Makefile 41 LD_SONAME_FLAGS=-soname,$(LIBSO),-z,defs,-z,relro
  /frameworks/base/core/java/android/webkit/
WebViewLibraryLoader.java 50 "/data/misc/shared_relro/libwebviewchromium32.relro";
52 "/data/misc/shared_relro/libwebviewchromium64.relro";
60 * Private class for running the actual relro creation in an unprivileged child process.
67 // Called in an unprivileged child process to create the relro file.
78 Log.e(LOGTAG, "can't create relro file; address space not reserved");
84 if (result && DEBUG) Log.v(LOGTAG, "created relro file");
93 if (!result) Log.e(LOGTAG, "failed to create relro file");
102 * Create a single relro file by invoking an isolated process that to do the actual work.
113 Log.e(LOGTAG, "relro file creator for " + abi + " crashed. Proceeding without");
124 "Native library paths to the WebView RelRo process must not be null!")
    [all...]
  /build/soong/cc/config/
x86_linux_bionic_host.go 53 "-Wl,-z,relro",
x86_linux_host.go 43 "-Wl,-z,relro",
global.go 82 "-Wl,-z,relro",
  /external/elfutils/libelf/
Makefile.am 107 -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 71 #--yd LLINK += -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--warn-shared-textrel -Wl,--fatal-warnings -Wl,-maarch64linux -Wl,--no-undefined
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 379 unsigned int relro: 1;
603 /* Start and end of RELRO region. */
377 unsigned int relro: 1; member in struct:bfd_link_info
    [all...]
  /external/selinux/libselinux/src/
Makefile 87 LD_SONAME_FLAGS=-soname,$(LIBSO),-z,defs,-z,relro
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go 1116 relro := data[symnrelro]
1124 // relro Type before it reaches here.
1132 relro = append(relro, s)
1142 for _, s := range relro {
1150 data[symnrelro] = relro
    [all...]
lib.go 153 // relro.
1120 argv = append(argv, "-Wl,-z,relro")
1134 argv = append(argv, "-Wl,-z,relro")
1145 argv = append(argv, "-Wl,-z,relro")
1153 argv = append(argv, "-Wl,-z,relro")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go 1116 relro := data[symnrelro]
1124 // relro Type before it reaches here.
1132 relro = append(relro, s)
1142 for _, s := range relro {
1150 data[symnrelro] = relro
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
options.cc     [all...]

Completed in 443 milliseconds

1 2