Searched refs:relRo (Results 1 – 1 of 1) sorted by relevance
2388 PhdrEntry *relRo = make<PhdrEntry>(PT_GNU_RELRO, PF_R); in createPhdrs() local2397 relRo->add(sec); in createPhdrs()2455 if (relRo->firstSec) in createPhdrs()2456 ret.push_back(relRo); in createPhdrs()