Home
last modified time | relevance | path

Searched refs:ph_buffer (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c437 void *ph_buffer = NULL; in dwfl_segment_report_module() local
439 if (read_portion (&read_state, &ph_buffer, &ph_buffer_size, in dwfl_segment_report_module()
455 xlatefrom.d_buf = ph_buffer; in dwfl_segment_report_module()
475 if (((uintptr_t) ph_buffer & (phdr_align - 1)) != 0) in dwfl_segment_report_module()
477 memcpy (phdrsp, ph_buffer, phdrsp_bytes); in dwfl_segment_report_module()
698 finish_portion (&read_state, &ph_buffer, &ph_buffer_size); in dwfl_segment_report_module()

Completed in 2 milliseconds