Searched refs:phdrsp (Results 1 – 2 of 2) sorted by relevance
68 void *phdrsp = NULL; in elf_from_remote_memory() local87 free (phdrsp); in elf_from_remote_memory()96 free (phdrsp); in elf_from_remote_memory()181 free (phdrsp); in elf_from_remote_memory()202 phdrsp = malloc (phdrsp_bytes); in elf_from_remote_memory()203 if (unlikely (phdrsp == NULL)) in elf_from_remote_memory()209 xlateto.d_buf = phdrsp; in elf_from_remote_memory()218 Elf32_Phdr (*p32)[phnum] = phdrsp; in elf_from_remote_memory()219 Elf64_Phdr (*p64)[phnum] = phdrsp; in elf_from_remote_memory()298 free (phdrsp); in elf_from_remote_memory()[all …]
286 void *phdrsp = NULL; in dwfl_segment_report_module() local290 free (phdrsp); in dwfl_segment_report_module()416 phdrsp = malloc (phdrsp_bytes); in dwfl_segment_report_module()417 if (unlikely (phdrsp == NULL)) in dwfl_segment_report_module()420 xlateto.d_buf = phdrsp; in dwfl_segment_report_module()579 Elf32_Phdr (*p32)[phnum] = phdrsp; in dwfl_segment_report_module()580 Elf64_Phdr (*p64)[phnum] = phdrsp; in dwfl_segment_report_module()