Lines Matching defs:debug_data
2702 DataExtractor &debug_data,
2707 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2720 DataExtractor &debug_data,
2734 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2746 DataExtractor &debug_data,
2758 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2787 DataExtractor &debug_data, Section *rel_section) {
2816 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section);
2835 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer();
2876 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2879 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2888 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2891 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2900 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2903 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section,
2907 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2959 DataExtractor debug_data;
2963 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) {
2965 rel_data, symtab_data, debug_data, debug);