Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 4 of 4) sorted by relevance

/build/soong/symbol_inject/
Dsymbol_inject.go170 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/
Dhost_bionic_verify.go93 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/
Dtest_symbolfile.py305 def assertOmit(self, f: Filter, s: Symbol) -> None:
308 def assertInclude(self, f: Filter, s: Symbol) -> None:
D__init__.py106 class Symbol: class
257 def should_omit_symbol(self, symbol: Symbol) -> bool: