Home
last modified time | relevance | path

Searched refs:BuildUnrestrictedSection (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/linkerconfig/contents/section/
H A Dunrestricted.cc36 Section BuildUnrestrictedSection(Context& ctx) { in BuildUnrestrictedSection() function
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dsectionbuilder.h44 SectionBuilder BuildUnrestrictedSection; variable
/aosp12/system/linkerconfig/contents/configuration/
H A Dbaseconfig.cc116 sections.emplace_back(BuildUnrestrictedSection(ctx)); in CreateBaseConfiguration()