Home | History | Annotate | Download | only in runtime

Lines Matching defs:sym

758   const Elf32_Sym* sym = FindDynamicSymbol(symbol_name);
759 if (sym != nullptr) {
760 return base_address_ + sym->st_value;