Searched refs:relRo (Results 1 – 1 of 1) sorted by relevance
2351 auto relRo = std::make_unique<PhdrEntry>(ctx, PT_GNU_RELRO, PF_R); in createPhdrs() local2360 relRo->add(sec); in createPhdrs()2369 relRo->p_align = 1; in createPhdrs()2445 if (relRo->firstSec) in createPhdrs()2446 ret.push_back(std::move(relRo)); in createPhdrs()