Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dcommon.h32 void AddStandardSystemLinks(const Context& ctx, modules::Section* section);
/aosp12/system/linkerconfig/contents/common/
H A Dsystem_links.cc44 void AddStandardSystemLinks(const Context& ctx, Section* section) { in AddStandardSystemLinks() function
/aosp12/system/linkerconfig/contents/section/
H A Dsectionbuilder.cc63 AddStandardSystemLinks(ctx, &section); in BuildSection()