Searched defs:symbol (Results 1 – 6 of 6) sorted by relevance
30 const std::string& elf_object, const std::string& symbol) in CompiledCode()179 const std::string& symbol) in CompiledMethod()189 const std::string& code, const std::string& symbol) in CompiledMethod()
261 const std::string& symbol = compiled_code.GetSymbol(); in AddCompiledCodeInput() local391 const std::string& symbol = compiled_code.GetSymbol(); in FixupCompiledCodeOffset() local
135 Elf32_Sym* symbol = elf_file.GetSymbol(section_type, i); in FixupSymbols() local
49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file)); in CompileMethodWithSeaIr() local
799 Elf32_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index); in FindDynamicSymbol() local867 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName() local911 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName() local929 Elf32_Sym* symbol = FindSymbolByName(section_type, symbol_name, build_map); in FindSymbolAddress() local
198 std::string symbol = "dex_"; in Visit() local