The ddpi_convert_c_cpp_isdobj operation converts a single GOFF/XOBJ object into the DWARF format.
The object must contain debugging information in the ISD format. The CDA user is responsible for creating an ELF descriptor that will be used to write the converted DWARF debugging information into the ELF object file. ddpi_convert_c_cpp_isdobj terminates the descriptor on completion.
int ddpi_convert_c_cpp_isdobj (
Ddpi_Space space,
Dwarf_Addr low_addr,
Dwarf_Addr high_addr,
Elf* elf,
int* errcode);