Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h323 lldb_private::DataExtractor &debug_data,
H A DObjectFileELF.cpp2600 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2644 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2673 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2729 DataExtractor debug_data; in RelocateDebugSections() local
2733 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
2735 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()