( NevemTeve | 2014. 09. 18., cs – 12:10 )

Na ebből kellene kiokosodnom:


========== output_file = test-pfs-t, c_file = /tmp//ccCftwck.c

write_c_file - output name is test-pfs-t, prefix is test_pfs_t
static int count;
typedef void entry_pt();
extern entry_pt x14 __asm__ ("_GLOBAL__I_65535_0_pfs_hton");
extern entry_pt x15 __asm__ ("_GLOBAL__I_65535_0__ZN22PFS_engine_table_share16check_all_tablesEP3THD");
void _GLOBAL__FI_test_pfs_t() {
        static entry_pt *ctors[] = {
                x14,
                x15,
        };
        entry_pt **p;
        if (count++ != 0) return;
        p = ctors + 2;
        while (p > ctors) (*--p)();
}
extern entry_pt x16 __asm__ ("_GLOBAL__D_65535_1__ZN22PFS_engine_table_share16check_all_tablesEP3THD");
void _GLOBAL__FD_test_pfs_t() {
        static entry_pt *dtors[] = {
                x16,
        };
        entry_pt **p;
        if (--count != 0) return;
        p = dtors;
        while (p < dtors + 1) (*p++)();
}
========== end of c_file