Home
last modified time | relevance | path

Searched refs:phdrsp (Results 1 – 3 of 3) sorted by relevance

/third_party/elfutils/libdwfl/
Delf-from-memory.c68 void *phdrsp = NULL; in elf_from_remote_memory() local
87 free (phdrsp); in elf_from_remote_memory()
96 free (phdrsp); in elf_from_remote_memory()
187 free (phdrsp); in elf_from_remote_memory()
208 phdrsp = malloc (phdrsp_bytes); in elf_from_remote_memory()
209 if (unlikely (phdrsp == NULL)) in elf_from_remote_memory()
215 xlateto.d_buf = phdrsp; in elf_from_remote_memory()
224 Elf32_Phdr (*p32)[phnum] = phdrsp; in elf_from_remote_memory()
225 Elf64_Phdr (*p64)[phnum] = phdrsp; in elf_from_remote_memory()
291 free (phdrsp); in elf_from_remote_memory()
[all …]
Ddwfl_segment_report_module.c332 void *phdrsp = NULL; in dwfl_segment_report_module() local
462 phdrsp = malloc (phdrsp_bytes); in dwfl_segment_report_module()
463 if (unlikely (phdrsp == NULL)) in dwfl_segment_report_module()
466 xlateto.d_buf = phdrsp; in dwfl_segment_report_module()
477 memcpy (phdrsp, ph_buffer, phdrsp_bytes); in dwfl_segment_report_module()
478 xlatefrom.d_buf = phdrsp; in dwfl_segment_report_module()
500 Elf32_Phdr *p32 = phdrsp; in dwfl_segment_report_module()
501 Elf64_Phdr *p64 = phdrsp; in dwfl_segment_report_module()
1053 free (phdrsp); in dwfl_segment_report_module()
DChangeLog145 ph_buffer and set xlatefrom.d_buf to phdrsp when ph_buffer is not