Searched refs:elf_file (Results 1 – 3 of 3) sorted by relevance
52 bool MakeElfSymbolTrampolineCallable(const LoadedElfFile& elf_file,73 bool FindSymbol(const LoadedElfFile& elf_file, in FindSymbol() argument77 T guest_fn = reinterpret_cast<T>(elf_file.FindSymbol(symbol_name)); in FindSymbol()
402 bool MakeElfSymbolTrampolineCallable(const LoadedElfFile& elf_file, in MakeElfSymbolTrampolineCallable() argument408 void* symbol_addr = elf_file.FindSymbol(symbol_name); in MakeElfSymbolTrampolineCallable()
1150 std::unique_ptr<nogrod::ElfFile> elf_file = nogrod::ElfFile::Load(elf_file_name, &error_msg); in main() local1152 if (!elf_file) { in main()1163 if (!elf_file->ReadExportedSymbols(&names, &error_msg)) { in main()1168 std::unique_ptr<nogrod::DwarfInfo> dwarf_info = elf_file->ReadDwarfInfo(&error_msg); in main()