Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2708 DataExtractor &debug_data, in ApplyELF64ABS64Relocation() argument
2713 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS64Relocation()
2726 DataExtractor &debug_data, in ApplyELF64ABS32Relocation() argument
2740 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS32Relocation()
2752 DataExtractor &debug_data, in ApplyELF32ABS32RelRelocation() argument
2764 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF32ABS32RelRelocation()
2793 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2822 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2841 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2882 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
[all …]
H A DObjectFileELF.h328 lldb_private::DataExtractor &debug_data,