Searched refs:relRo (Results 1 – 1 of 1) sorted by relevance
2199 PhdrEntry *relRo = make<PhdrEntry>(PT_GNU_RELRO, PF_R); in createPhdrs() local2208 relRo->add(sec); in createPhdrs()2217 relRo->p_align = 1; in createPhdrs()2287 if (relRo->firstSec) in createPhdrs()2288 ret.push_back(relRo); in createPhdrs()