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

/bionic/libc/bionic/
H A Dlibc_init_static.cpp62 if (phdr->p_type != PT_GNU_RELRO) {
/bionic/libc/include/
H A Delf.h475 #define PT_GNU_RELRO 0x6474e552 macro
/bionic/tools/versioner/current/
H A Delf.h475 #define PT_GNU_RELRO 0x6474e552 macro
/bionic/linker/
H A Dlinker_phdr.cpp794 if (phdr->p_type != PT_GNU_RELRO) {
807 // correctly if the PT_GNU_RELRO segment starts on a page
812 // linker must only emit a PT_GNU_RELRO segment if it ensures
829 * specified by one or more PT_GNU_RELRO segments. This must be always
869 if (phdr->p_type != PT_GNU_RELRO) {
931 if (phdr->p_type != PT_GNU_RELRO) {
/bionic/tools/relocation_packer/src/
H A Delf_file.cc94 case PT_GNU_RELRO: type = "GNU_RELRO"; break;

Completed in 105 milliseconds