Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dobject.go175 transformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), objs.objFiles[0],
189 transformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), input,
H A Dprebuilt.go137 transformBinaryPrefixSymbols(ctx, String(p.prebuiltLinker.properties.Prefix_symbols),
H A Dbinary.go372 transformBinaryPrefixSymbols(ctx, String(binary.Properties.Prefix_symbols), outputFile,
H A Dbuilder.go1075 func transformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path, func