Searched refs:debug_data (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2672 DataExtractor &debug_data, in ApplyELF64ABS64Relocation() argument 2677 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS64Relocation() 2690 DataExtractor &debug_data, in ApplyELF64ABS32Relocation() argument 2704 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS32Relocation() 2716 DataExtractor &debug_data, in ApplyELF32ABS32RelRelocation() argument 2728 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF32ABS32RelRelocation() 2757 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument 2786 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section); in ApplyRelocations() 2805 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations() 2846 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations() [all …]
|
| H A D | ObjectFileELF.h | 336 lldb_private::DataExtractor &debug_data,
|