Searched defs:Symbol (Results 1 – 3 of 3) sorted by relevance
169 type Symbol struct { struct170 Name string171 Addr uint64 // Address of the symbol inside the section.172 Size uint64 // Size of the symbol, if known.173 Section *Section
120 func findSymbol(symbols []elf.Symbol, name string) (elf.Symbol, error) {130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
253 class Symbol: class