Lines Matching refs:debug_data
2626 DataExtractor &debug_data, in ApplyELF64ABS64Relocation() argument
2631 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS64Relocation()
2644 DataExtractor &debug_data, in ApplyELF64ABS32Relocation() argument
2658 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS32Relocation()
2670 DataExtractor &debug_data, in ApplyELF32ABS32RelRelocation() argument
2682 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF32ABS32RelRelocation()
2711 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2740 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2759 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2800 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2803 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2812 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2815 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2824 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2827 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, in ApplyRelocations()
2831 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2883 DataExtractor debug_data; in RelocateDebugSections() local
2887 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
2889 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()