Searched refs:debug_data (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2597 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 D | ObjectFileELF.h | 324 lldb_private::DataExtractor &debug_data,
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubbub.c | 133 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 D | dcn31_hubbub.c | 967 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 D | dc.h | 971 struct dc_debug_data debug_data; member
|
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_training.c | 1535 link->ctx->dc->debug_data.ltFailCount++; in dp_perform_link_training()
|