Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp74 static ConstString obj_file_elf("elf"); in CreateInstance() local
76 if (obj_name != obj_file_elf) in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2388 ObjectFileELF *obj_file_elf = in ParseSymbolTable() local
2390 return obj_file_elf->ParseSymbolTable(symbol_table, start_id, symtab); in ParseSymbolTable()