Home
last modified time | relevance | path

Searched refs:Symbol (Results 1 – 14 of 14) sorted by relevance

/build/soong/symbol_inject/
Dpe_symboldata_test.go55 Symbols: []*pe.Symbol{
56 &pe.Symbol{Name: ".file", Value: 0x35, SectionNumber: -2, Type: 0x0, StorageClass: 0x67},
57 …&pe.Symbol{Name: "__mingw_invalidParameterHandler", Value: 0x0, SectionNumber: 1, Type: 0x20, Stor…
58 &pe.Symbol{Name: "pre_c_init", Value: 0x10, SectionNumber: 1, Type: 0x20, StorageClass: 0x3},
59 &pe.Symbol{Name: "managedapp", Value: 0x8, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
60 &pe.Symbol{Name: "pre_cpp_init", Value: 0x130, SectionNumber: 1, Type: 0x20, StorageClass: 0x3},
61 &pe.Symbol{Name: "envp", Value: 0x18, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
62 &pe.Symbol{Name: "argv", Value: 0x20, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
63 &pe.Symbol{Name: "argc", Value: 0x28, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
64 &pe.Symbol{Name: "startinfo", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
[all …]
Delf_symboldata_test.go63 symbols: []elf.Symbol{
64 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 1, Value: 0x400238, Size: 0x0…
65 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 2, Value: 0x400254, Size: 0x0…
66 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 3, Value: 0x400278, Size: 0x0…
67 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 4, Value: 0x4002a0, Size: 0x0…
68 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 5, Value: 0x400300, Size: 0x0…
69 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 6, Value: 0x40033e, Size: 0x0…
70 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 7, Value: 0x400348, Size: 0x0…
71 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 8, Value: 0x400368, Size: 0x0…
72 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 9, Value: 0x400398, Size: 0x0…
[all …]
Dmacho_symboldata_test.go44 Syms: []macho.Symbol{
45 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
46 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f50},
47 macho.Symbol{Name: "_soong_build_number", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
48 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
49 macho.Symbol{Name: "dyld_stub_binder", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
79 Syms: []macho.Symbol{
80 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
81 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f30},
82 macho.Symbol{Name: "_symbol1", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
[all …]
Dpe_test.go57 Symbols: []*pe.Symbol{
58 …&pe.Symbol{Name: "_soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x…
59 &pe.Symbol{Name: ".data", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x3},
60 …&pe.Symbol{Name: "_adb_device_banner", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
77 Symbols: []*pe.Symbol{
78 …&pe.Symbol{Name: "soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
96 Symbols: []*pe.Symbol{
97 …&pe.Symbol{Name: "soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
98 …&pe.Symbol{Name: "_adb_device_banner", Value: 0x30, SectionNumber: 3, Type: 0x0, StorageClass: 0x2…
115 Symbols: []*pe.Symbol{
[all …]
Delf.go24 Symbols() ([]elf.Symbol, error)
49 symbols []elf.Symbol
55 func (f mockElfFile) Symbols() ([]elf.Symbol, error) { return f.symbols, nil }
120 file.Symbols = append(file.Symbols, &Symbol{
Dsymbol_inject.go165 Symbols []*Symbol
169 type Symbol struct { struct
Dmacho.go57 file.Symbols = append(file.Symbols, &Symbol{
Dpe.go62 file.Symbols = append(file.Symbols, &Symbol{
/build/soong/cc/ndkstubgen/
Dtest_ndkstubgen.py39 symbolfile.Symbol('foo', []),
46 symbolfile.Symbol('foo', []),
53 symbolfile.Symbol('foo', []),
68 symbolfile.Symbol('foo', ['x86']),
75 symbolfile.Symbol('foo', ['introduced=14']),
82 symbolfile.Symbol('foo', ['llndk']),
89 symbolfile.Symbol('foo', ['apex']),
103 symbolfile.Symbol('foo', []),
104 symbolfile.Symbol('bar', ['var']),
105 symbolfile.Symbol('woodly', ['weak']),
[all …]
/build/soong/cc/symbolfile/
Dtest_symbolfile.py247 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', ['llndk']),
251 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', []), 'arm',
254 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', ['llndk']),
259 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', ['apex']),
263 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', []), 'arm',
266 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', ['apex']),
271 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', []), 'arm',
274 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', ['arm']),
278 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', ['x86']),
283 symbolfile.should_omit_symbol(symbolfile.Symbol('foo', []), 'arm',
[all …]
D__init__.py253 class Symbol: class
369 return Symbol(name, tags)
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go120 func findSymbol(symbols []elf.Symbol, name string) (elf.Symbol, error) { argument
126 return elf.Symbol{}, fmt.Errorf("Failed to find symbol %q", name)
130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error { argument
Dhost_bionic_inject_test.go93 func linkerOffset() []elf.Symbol {
94 return []elf.Symbol{
95 elf.Symbol{
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js1948 * "Start Symbol" = [s-Expression]