The ddpi_fp_convert_c_cpp_isdobj operation converts a single C/C++ object, that contains ISD debugging information, into the DWARF format.
ddpi_fp_convert_c_cpp_isdobj will use fopen to open a temporary file for holding the ELF object. When the operation exits, a file pointer will be opened for reading. The operation will also create an ELF object associated with the file pointer.
int ddpi_fp_convert_c_cpp_isdobj (
Ddpi_Space space,
Dwarf_Addr start_addr,
Dwarf_Addr end_addr,
FILE** ret_fp,
Elf** ret_elf,
int* errcode);