Searched defs:Symbol (Results 1 – 5 of 5) sorted by relevance
| /build/soong/symbol_inject/ |
| D | symbol_inject.go | 170 type Symbol struct { struct 171 Name string 172 Addr uint64 // Address of the symbol inside the section. 173 Size uint64 // Size of the symbol, if known. 174 Section *Section
|
| /build/soong/cmd/host_bionic_verify/ |
| D | host_bionic_verify.go | 93 func findSymbol(symbols []elf.Symbol, name string) (elf.Symbol, error) { 103 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
|
| /build/soong/cc/symbolfile/ |
| D | __init__.py | 115 class Symbol: class 274 def should_omit_symbol(self, symbol: Symbol) -> bool:
|
| D | test_symbolfile.py | 315 def assertOmit(self, f: Filter, s: Symbol) -> None: 318 def assertInclude(self, f: Filter, s: Symbol) -> None:
|
| /build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/ |
| D | Main.kt | 58 internal sealed class Symbol { in <lambda>() class
|