Lines Matching defs:debug_data
2708 DataExtractor &debug_data,
2713 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2726 DataExtractor &debug_data,
2740 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2752 DataExtractor &debug_data,
2764 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2793 DataExtractor &debug_data, Section *rel_section) {
2822 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section);
2841 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2882 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2885 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2894 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2897 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2906 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2909 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section,
2913 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2965 DataExtractor debug_data;
2969 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) {
2971 rel_data, symtab_data, debug_data, debug);