Lines Matching refs:debug_data
2708 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()
2885 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2894 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2897 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2906 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2909 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, in ApplyRelocations()
2913 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2965 DataExtractor debug_data; in RelocateDebugSections() local
2969 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
2971 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()