Home
last modified time | relevance | path

Searched refs:debug_data (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2597 DataExtractor &debug_data, in ApplyELF64ABS64Relocation() argument
2602 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS64Relocation()
2615 DataExtractor &debug_data, in ApplyELF64ABS32Relocation() argument
2629 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS32Relocation()
2644 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2675 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2707 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2719 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2734 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, in ApplyRelocations()
2789 DataExtractor debug_data; in RelocateDebugSections() local
[all …]
H A DObjectFileELF.h324 lldb_private::DataExtractor &debug_data,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c133 unsigned int debug_data; in hubbub1_verify_allow_pstate_change_high() local
188 debug_data = REG_READ(DCHUBBUB_TEST_DEBUG_DATA); in hubbub1_verify_allow_pstate_change_high()
190 if (debug_data & (1 << 30)) { in hubbub1_verify_allow_pstate_change_high()
213 debug_data); in hubbub1_verify_allow_pstate_change_high()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c967 unsigned int debug_data = 0; in hubbub31_verify_allow_pstate_change_high() local
984 debug_data = REG_READ(DCHUBBUB_TEST_DEBUG_DATA); in hubbub31_verify_allow_pstate_change_high()
987 if (debug_data & (1 << 26)) { in hubbub31_verify_allow_pstate_change_high()
1007 debug_data); in hubbub31_verify_allow_pstate_change_high()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc.h971 struct dc_debug_data debug_data; member
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c1535 link->ctx->dc->debug_data.ltFailCount++; in dp_perform_link_training()