Home
last modified time | relevance | path

Searched refs:relro_file (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Ddlext_test.cpp452 void CreateRelroFile(const char* lib, const char* relro_file, bool recursive) { in CreateRelroFile() argument
453 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in CreateRelroFile()
493 relro_fd = open(relro_file, O_RDONLY | O_CLOEXEC); in CreateRelroFile()
518 void SpawnChildrenAndMeasurePss(const char* lib, const char* relro_file, bool share_relro,
620 void GetPss(bool shared_relro, const char* lib, const char* relro_file, pid_t pid, in GetPss() argument
630 if (android::base::EndsWith(vma.name, lib) || (vma.name == relro_file)) { in GetPss()
631 if (vma.name == relro_file) { in GetPss()
644 void DlExtRelroSharingTest::SpawnChildrenAndMeasurePss(const char* lib, const char* relro_file, in SpawnChildrenAndMeasurePss() argument
702 ASSERT_NO_FATAL_FAILURE(GetPss(share_relro, lib, relro_file, child_pids[i], &child_pss)); in SpawnChildrenAndMeasurePss()