Home
last modified time | relevance | path

Searched refs:obj_file_elf (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp89 static ConstString obj_file_elf("elf"); in CreateInstance() local
91 if (obj_name != obj_file_elf) in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2119 ObjectFileELF *obj_file_elf = static_cast<ObjectFileELF *>(symtab->GetObjectFile()); in ParseSymbolTable() local
2120 return obj_file_elf->ParseSymbolTable (symbol_table, start_id, symtab); in ParseSymbolTable()