Ejemplo n.º 1
0
void  SetModPubNames( imp_image_handle *ii, dr_handle mod_handle )
/****************************************************************/
{
    imp_mod_handle im;

    im = Dwarf2Mod( ii, mod_handle );
    if( im != IMH_NOMOD ) {
        IM2MODI( ii, im )->has_pubnames = TRUE;
    }
}
Ejemplo n.º 2
0
void  SetModPubNames( imp_image_handle *ii, drmem_hdl mod_handle )
/****************************************************************/
{
    imp_mod_handle im;

    im = Dwarf2Mod( ii, mod_handle );
    if( im != IMH_NOMOD ) {
        IMH2MODI( ii, im )->has_pubnames = true;
    }
}