Searched refs:PT_GNU_RELRO (Results 1 - 1 of 1) sorted by last modified time

/ndk/sources/android/crazy_linker/src/
H A Dlinker_phdr.cpp45 #ifndef PT_GNU_RELRO
46 #define PT_GNU_RELRO 0x6474e552 macro
255 * NOTE: This assumes there is a single PT_GNU_RELRO segment in the
267 if (phdr->p_type != PT_GNU_RELRO)
279 * correctly if the PT_GNU_RELRO segment starts on a page
284 * linker must only emit a PT_GNU_RELRO segment if it ensures
298 * specified by one or more PT_GNU_RELRO segments. This must be always

Completed in 25 milliseconds