Searched refs:PT_GNU_RELRO (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dlibc_init_static.cpp74 if (phdr->p_type != PT_GNU_RELRO) {
/bionic/linker/
H A Dlinker_phdr.cpp461 if (phdr->p_type != PT_GNU_RELRO)
473 * correctly if the PT_GNU_RELRO segment starts on a page
478 * linker must only emit a PT_GNU_RELRO segment if it ensures
496 * specified by one or more PT_GNU_RELRO segments. This must be always
/bionic/libc/include/sys/
H A Dexec_elf.h351 #define PT_GNU_RELRO 0x6474e552 /* Make read-only after relocation */ macro

Completed in 319 milliseconds