Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dstrip.c1000 Elf_Data *debug_data; in handle_elf() member
1465 && shdr_info[cnt].debug_data == NULL in handle_elf()
1541 shdr_info[cnt].debug_data = symdata; in handle_elf()
1583 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL)) in handle_elf()
1605 && shdr_info[i].debug_data == NULL) in handle_elf()
1612 shdr_info[i].debug_data = shdr_info[i].data; in handle_elf()
1636 && shdr_info[cnt].debug_data == NULL in handle_elf()
1668 else if (shdr_info[cnt].debug_data != NULL in handle_elf()
1672 shdr_info[cnt].debug_data = debugdata; in handle_elf()
2090 && shdr_info[cnt].debug_data == NULL) in handle_elf()
[all …]
DChangeLog3709 .debug_data is already filled from a previous pass.
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c288 struct radv_shader_debug_data *debug_data = private_data; in radv_spirv_nir_debug() local
289 struct radv_instance *instance = debug_data->device->instance; in radv_spirv_nir_debug()
300 vk_debug_report(&instance->vk, vk_flags[level], debug_data->object, 0, 0, "radv", buffer); in radv_spirv_nir_debug()
306 struct radv_shader_debug_data *debug_data = private_data; in radv_compiler_debug() local
307 struct radv_instance *instance = debug_data->device->instance; in radv_compiler_debug()
2205 struct radv_shader_debug_data debug_data = { local
2224 options->debug.private_data = &debug_data;
/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc613 auto debug_data = util::ascii_dump(frame->goaway.opaque_data, in on_frame_recv_callback() local
619 << ", debug_data=" << debug_data; in on_frame_recv_callback()
793 auto debug_data = util::ascii_dump(frame->goaway.opaque_data, in on_frame_send_callback() local
799 << ", debug_data=" << debug_data; in on_frame_send_callback()
Dshrpx_http2_session.cc1388 auto debug_data = util::ascii_dump(frame->goaway.opaque_data, in on_frame_recv_callback() local
1394 << ", debug_data=" << debug_data; in on_frame_recv_callback()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c222 const uint8_t *debug_data; in session_terminate_session() local
234 debug_data = NULL; in session_terminate_session()
237 debug_data = (const uint8_t *)reason; in session_terminate_session()
242 debug_data, debug_datalen, in session_terminate_session()
/third_party/nghttp2/lib/
Dnghttp2_session.c222 const uint8_t *debug_data; in session_terminate_session() local
234 debug_data = NULL; in session_terminate_session()
237 debug_data = (const uint8_t *)reason; in session_terminate_session()
242 debug_data, debug_datalen, in session_terminate_session()