Home
last modified time | relevance | path

Searched defs:linkerAttributes (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dbp2build.go370 linkerAttributes anonMember
858 func addMuslSystemDynamicDeps(ctx android.Bp2buildMutatorContext, attrs linkerAttributes) {
904 linkerAttrs linkerAttributes,
982 type linkerAttributes struct { struct
983 deps bazel.LabelListAttribute
984 implementationDeps bazel.LabelListAttribute
985 dynamicDeps bazel.LabelListAttribute
986 implementationDynamicDeps bazel.LabelListAttribute
987 runtimeDeps bazel.LabelListAttribute
988 wholeArchiveDeps bazel.LabelListAttribute
[all …]
Dlibrary.go285 func stripAttrsFromLinkerAttrs(la *linkerAttributes) stripAttributes {