Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Delf-from-memory.c207 const size_t phdrsp_bytes = phnum * phdr_size; in elf_from_remote_memory() local
208 phdrsp = malloc (phdrsp_bytes); in elf_from_remote_memory()
216 xlateto.d_size = phdrsp_bytes; in elf_from_remote_memory()
H A Ddwfl_segment_report_module.c461 const size_t phdrsp_bytes = phnum * phdr_size; in dwfl_segment_report_module() local
462 phdrsp = malloc (phdrsp_bytes); in dwfl_segment_report_module()
467 xlateto.d_size = phdrsp_bytes; in dwfl_segment_report_module()
477 memcpy (phdrsp, ph_buffer, phdrsp_bytes); in dwfl_segment_report_module()

Completed in 2 milliseconds