Home
last modified time | relevance | path

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

/build/soong/symbol_inject/
Dsymbol_inject.go169 type Symbol struct { struct
170 Name string
171 Addr uint64 // Address of the symbol inside the section.
172 Size uint64 // Size of the symbol, if known.
173 Section *Section
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go120 func findSymbol(symbols []elf.Symbol, name string) (elf.Symbol, error) {
130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
/build/soong/cc/symbolfile/
D__init__.py253 class Symbol: class