Lines Matching full:modulename
536 panic(fmt.Errorf("static called on module %q with no linker", ctx.ctx.ModuleName()))
541 panic(fmt.Errorf("static called on module %q that doesn't use base linker", ctx.ctx.ModuleName()))
547 panic(fmt.Errorf("staticBinary called on module %q with no linker", ctx.ctx.ModuleName()))
552 panic(fmt.Errorf("staticBinary called on module %q that doesn't use base linker", ctx.ctx.ModuleName()))
776 ctx.ModuleErrorf("host/device mismatch between %q and %q", ctx.ModuleName(),
1100 if ctx.ModuleName() != "libcompiler_rt-extras" {
1317 libName := ctx.ModuleName()
1382 outputFile := common.PathForModuleOut(ctx, ctx.ModuleName()+staticLibraryExtension)
1400 outputFile := common.PathForModuleOut(ctx, ctx.ModuleName()+flags.Toolchain.ShlibSuffix())
1556 output := common.PathForModuleOut(ctx, ctx.ModuleName()+objectExtension)
1592 stem := ctx.ModuleName()
1819 installer.dir = filepath.Join(installer.dir, ctx.ModuleName())
1820 installer.dir64 = filepath.Join(installer.dir64, ctx.ModuleName())
2001 libName := ctx.ModuleName() + staticLibraryExtension
2031 name := strings.Split(strings.TrimPrefix(ctx.ModuleName(), "ndk_"), ".")[0]
2054 if !strings.HasPrefix(ctx.ModuleName(), "ndk_crt") {
2091 if !strings.HasPrefix(ctx.ModuleName(), "ndk_lib") {
2150 if !strings.HasPrefix(ctx.ModuleName(), "ndk_lib") {
2157 libName := strings.TrimPrefix(ctx.ModuleName(), "ndk_")
2187 panic(fmt.Errorf("library %q not static or shared", mctx.ModuleName()))