Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 5 of 5) 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/
D__init__.py115 class Symbol: class
274 def should_omit_symbol(self, symbol: Symbol) -> bool:
Dtest_symbolfile.py315 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/
DMain.kt58 internal sealed class Symbol { in <lambda>() class