Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h315 lldb_private::DataExtractor &debug_data,
H A DObjectFileELF.cpp2668 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2712 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2739 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2792 DataExtractor debug_data; in RelocateDebugSections() local
2796 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
2798 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()