Searched defs:Symbol (Results  1 – 4 of 4) sorted by relevance
| /build/soong/symbol_inject/ | 
| D | symbol_inject.go | 170 type Symbol struct {  struct171 	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 | test_symbolfile.py | 305     def assertOmit(self, f: Filter, s: Symbol) -> None:308     def assertInclude(self, f: Filter, s: Symbol) -> None:
 
 | 
| D | __init__.py | 106 class Symbol:  class257     def should_omit_symbol(self, symbol: Symbol) -> bool:
 
 |