/build/soong/symbol_inject/ |
D | macho_symboldata_test.go | 34 … 0x100000f50, Size: 0x2e, Offset: 0xf50, Align: 0x4, Reloff: 0x0, Nreloc: 0x0, Flags: 0x80000400}}, 35 …: 0x100000f7e, Size: 0x6, Offset: 0xf7e, Align: 0x1, Reloff: 0x0, Nreloc: 0x0, Flags: 0x80000408}}, 36 … 0x100000f84, Size: 0x1a, Offset: 0xf84, Align: 0x2, Reloff: 0x0, Nreloc: 0x0, Flags: 0x80000400}}, 37 …, Addr: 0x100000fa0, Size: 0x48, Offset: 0xfa0, Align: 0x2, Reloff: 0x0, Nreloc: 0x0, Flags: 0x0}}, 38 …, Addr: 0x100000fe8, Size: 0x18, Offset: 0xfe8, Align: 0x3, Reloff: 0x0, Nreloc: 0x0, Flags: 0x0}}, 39 … Addr: 0x100001000, Size: 0x10, Offset: 0x1000, Align: 0x3, Reloff: 0x0, Nreloc: 0x0, Flags: 0x6}}, 40 …, Addr: 0x100001010, Size: 0x8, Offset: 0x1010, Align: 0x3, Reloff: 0x0, Nreloc: 0x0, Flags: 0x7}}, 41 … Addr: 0x100001020, Size: 0x80, Offset: 0x1020, Align: 0x4, Reloff: 0x0, Nreloc: 0x0, Flags: 0x0}}, 69 … 0x100000f30, Size: 0x4a, Offset: 0xf30, Align: 0x4, Reloff: 0x0, Nreloc: 0x0, Flags: 0x80000400}}, 70 …: 0x100000f7a, Size: 0x6, Offset: 0xf7a, Align: 0x1, Reloff: 0x0, Nreloc: 0x0, Flags: 0x80000408}}, [all …]
|
D | elf_symboldata_test.go | 33 …elf.SectionHeader{Name: "", Type: elf.SHT_NULL, Flags: 0x0, Addr: 0x0, Offset: 0x0, Size: 0x0, Lin… 34 …elf.SectionHeader{Name: ".interp", Type: elf.SHT_PROGBITS, Flags: elf.SHF_ALLOC, Addr: 0x400238, O… 35 …elf.SectionHeader{Name: ".note.ABI-tag", Type: elf.SHT_NOTE, Flags: elf.SHF_ALLOC, Addr: 0x400254,… 36 …elf.SectionHeader{Name: ".hash", Type: elf.SHT_HASH, Flags: elf.SHF_ALLOC, Addr: 0x400278, Offset:… 37 …elf.SectionHeader{Name: ".dynsym", Type: elf.SHT_DYNSYM, Flags: elf.SHF_ALLOC, Addr: 0x4002a0, Off… 38 …elf.SectionHeader{Name: ".dynstr", Type: elf.SHT_STRTAB, Flags: elf.SHF_ALLOC, Addr: 0x400300, Off… 39 …elf.SectionHeader{Name: ".gnu.version", Type: elf.SHT_GNU_VERSYM, Flags: elf.SHF_ALLOC, Addr: 0x40… 40 …elf.SectionHeader{Name: ".gnu.version_r", Type: elf.SHT_GNU_VERNEED, Flags: elf.SHF_ALLOC, Addr: 0… 41 …elf.SectionHeader{Name: ".rela.dyn", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC, Addr: 0x400368, Off… 42 …elf.SectionHeader{Name: ".rela.plt", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC + elf.SHF_INFO_LINK,… [all …]
|
/build/soong/rust/ |
D | protobuf.go | 84 protoFlags.Flags = append(protoFlags.Flags, commonProtoFlags...) 93 grpcProtoFlags.Flags = append(grpcProtoFlags.Flags, "--grpc_out="+outDir.String()) 94 grpcProtoFlags.Flags = append(grpcProtoFlags.Flags, "--plugin=protoc-gen-grpc="+grpcPath.String()) 95 grpcProtoFlags.Flags = append(grpcProtoFlags.Flags, commonProtoFlags...) 107 protoFlags.Flags = append(protoFlags.Flags, "-I"+include.String()) 108 grpcProtoFlags.Flags = append(grpcProtoFlags.Flags, "-I"+include.String())
|
D | compiler.go | 85 Flags []string `android:"arch_variant"` member 257 func (compiler *baseCompiler) featureFlags(ctx ModuleContext, flags Flags) Flags { 264 func (compiler *baseCompiler) cfgFlags(ctx ModuleContext, flags Flags) Flags { 274 func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags) Flags { 287 for _, s := range compiler.Properties.Flags { 300 flags.RustFlags = append(flags.RustFlags, compiler.Properties.Flags...) 327 func (compiler *baseCompiler) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path { 331 func (compiler *baseCompiler) rustdoc(ctx ModuleContext, flags Flags,
|
D | clippy.go | 40 func (c *clippy) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
|
D | afdo.go | 33 func (afdo *afdo) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
|
D | proc_macro.go | 67 func (procMacro *procMacroDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { 73 func (procMacro *procMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android…
|
D | builder.go | 96 func TransformSrcToBinary(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 103 func TransformSrctoRlib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 108 func TransformSrctoDylib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 113 func TransformSrctoStatic(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 119 func TransformSrctoShared(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 126 flags Flags, outputFile android.WritablePath) buildOutput { argument 187 func transformSrctoCrate(ctx ModuleContext, main android.Path, deps PathDeps, flags Flags, argument 331 flags Flags) android.ModuleOutPath { argument
|
D | coverage.go | 49 func (cov *coverage) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
|
D | prebuilt.go | 148 func (prebuilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) an… 160 func (prebuilt *prebuiltLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags, 205 func (prebuilt *prebuiltProcMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) … 217 func (prebuilt *prebuiltProcMacroDecorator) rustdoc(ctx ModuleContext, flags Flags,
|
D | binary.go | 72 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { 131 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
|
D | benchmark.go | 96 func (benchmark *benchmarkDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
|
D | snapshot_prebuilt.go | 72 func (library *snapshotLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) and… 95 func (library *snapshotLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) and…
|
/build/soong/cmd/host_bionic_verify/ |
D | host_bionic_verify.go | 127 if lprog.Flags != prog.Flags { 129 i, lprog.Vaddr, lprog.Flags, prog.Flags)
|
/build/soong/cc/ |
D | pgo.go | 90 …(props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags { 154 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags { 273 func (pgo *pgo) flags(ctx ModuleContext, flags Flags) Flags {
|
D | ndk_library.go | 236 func addStubLibraryCompilerFlags(flags Flags) Flags { argument 245 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags { 286 func compileStubLibrary(ctx ModuleContext, flags Flags, src android.Path) Objects { argument 452 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { 491 func (stub *stubDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { 496 func (stub *stubDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps,
|
D | proto.go | 122 func protoFlags(ctx ModuleContext, flags Flags, p *android.ProtoProperties) Flags { argument 160 flags.proto.Flags = append(flags.proto.Flags, "--plugin="+path.String())
|
D | gen.go | 52 Flags []string member 80 flags = props.Flags 100 Flags(flags). 154 Flags []string member 160 flags = props.Flags
|
D | vndk_prebuilt.go | 114 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { 134 flags Flags, deps PathDeps, objs Objects) android.Path {
|
D | sabi.go | 48 func (sabi *sabi) flags(ctx ModuleContext, flags Flags) Flags {
|
D | kernel_headers.go | 25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object…
|
/build/soong/android/ |
D | proto.go | 47 Flags []string member 104 Flags: flags, 155 Flags(flags.Flags).
|
/build/soong/cmd/extract_linker/ |
D | main.go | 69 progName := progNameFromFlags(prog.Flags, progsWithFlagsCount) 74 if prog.Flags&elf.PF_W != 0 { 77 if prog.Flags&elf.PF_X != 0 {
|
/build/soong/third_party/zip/ |
D | android.go | 142 fh.Flags |= DataDescriptorFlag // we will write a data descriptor 173 fh.Flags &= DataDescriptorFlag 175 fh.Flags &= ^uint16(DataDescriptorFlag)
|
D | writer.go | 76 b.uint16(h.Flags) 213 fh.Flags |= DataDescriptorFlag // writing a data descriptor 281 b.uint16(h.Flags) 286 if h.Flags&DataDescriptorFlag != 0 { 398 if fh.Flags&DataDescriptorFlag != 0 {
|