Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_phdr.cpp884 if (phdr->p_type != PT_GNU_RELRO) { in _phdr_table_set_gnu_relro_prot()
960 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_serialize_gnu_relro()
1023 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_map_gnu_relro()
/aosp12/bionic/libc/include/
H A Delf.h463 #define PT_GNU_RELRO 0x6474e552 macro
/aosp12/bionic/libc/bionic/
H A Dlibc_init_static.cpp124 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1821 ELFSegment* relro_seg = elfSegmentTable().produce(llvm::ELF::PT_GNU_RELRO); in createProgramHdrs()