Home
last modified time | relevance | path

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

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