Home
last modified time | relevance | path

Searched refs:transformBinaryPrefixSymbols (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dobject.go173 transformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), objs.objFiles[0],
187 transformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), input,
Dprebuilt.go136 transformBinaryPrefixSymbols(ctx, String(p.prebuiltLinker.properties.Prefix_symbols),
Dbinary.go372 transformBinaryPrefixSymbols(ctx, String(binary.Properties.Prefix_symbols), outputFile,
Dbuilder.go1051 func transformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path, func