Searched refs:Info (Results 1 – 6 of 6) sorted by relevance
/build/soong/symbol_inject/ |
D | elf_symboldata_test.go | 33 …: elf.SHT_NULL, Flags: 0x0, Addr: 0x0, Offset: 0x0, Size: 0x0, Link: 0x0, Info: 0x0, Addralign: 0x… 34 …ags: elf.SHF_ALLOC, Addr: 0x400238, Offset: 0x238, Size: 0x1c, Link: 0x0, Info: 0x0, Addralign: 0x… 35 …ags: elf.SHF_ALLOC, Addr: 0x400254, Offset: 0x254, Size: 0x20, Link: 0x0, Info: 0x0, Addralign: 0x… 36 …ags: elf.SHF_ALLOC, Addr: 0x400278, Offset: 0x278, Size: 0x24, Link: 0x4, Info: 0x0, Addralign: 0x… 37 …ags: elf.SHF_ALLOC, Addr: 0x4002a0, Offset: 0x2a0, Size: 0x60, Link: 0x5, Info: 0x1, Addralign: 0x… 38 …ags: elf.SHF_ALLOC, Addr: 0x400300, Offset: 0x300, Size: 0x3e, Link: 0x0, Info: 0x0, Addralign: 0x… 39 …lags: elf.SHF_ALLOC, Addr: 0x40033e, Offset: 0x33e, Size: 0x8, Link: 0x4, Info: 0x0, Addralign: 0x… 40 …ags: elf.SHF_ALLOC, Addr: 0x400348, Offset: 0x348, Size: 0x20, Link: 0x5, Info: 0x1, Addralign: 0x… 41 …ags: elf.SHF_ALLOC, Addr: 0x400368, Offset: 0x368, Size: 0x30, Link: 0x4, Info: 0x0, Addralign: 0x… 42 … elf.SHF_INFO_LINK, Addr: 0x400398, Offset: 0x398, Size: 0x18, Link: 0x4, Info: 0x16, Addralign: 0… [all …]
|
D | elf.go | 86 if elf.ST_TYPE(symbol.Info) != elf.STT_OBJECT {
|
/build/soong/android/ |
D | apex.go | 143 Info ApexInfo `blueprint:"mutated"` member 197 return m.ApexProperties.Info.ApexName 201 return m.ApexProperties.Info.ApexName == "" 269 return m.ApexProperties.Info.Updatable 299 mod.(ApexModule).apexModuleBase().ApexProperties.Info = m.apexVariations[i-1]
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 79 // Info/warning/error message from Ninja.
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sampleindex.cs | 48 >[ <a href="file.SummaryHref">Info</a> ]</a></span><?cs
|
/build/soong/cc/ |
D | cc.go | 2221 c.apexSdkVersion = c.ApexProperties.Info.MinSdkVersion
|