Searched defs:Symbol (Results 1 – 6 of 6) 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
118 func findSymbol(symbols []elf.Symbol, name string) (elf.Symbol, error) {128 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
33 explicit Symbol() : v_(-1) {} in Symbol() function
45 Symbol::Symbol(int v) : v_(v) {} in Symbol() function in Symbol
276 const unordered_map<Symbol, Vars*>& rule_vars) in DepBuilder()827 const unordered_map<Symbol, Vars*>& rule_vars, in MakeDep()
242 class Symbol(object): class