r_lib_struct_t -> RLibStruct

This commit is contained in:
Maijin 2017-11-10 13:38:05 +01:00
parent 76067a6efa
commit 4bb5c15faa
109 changed files with 109 additions and 109 deletions

View File

@ -133,7 +133,7 @@ RAnalPlugin r_anal_plugin_bf = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_bf,
.version = R2_VERSION

View File

@ -133,7 +133,7 @@ RAnalPlugin r_anal_plugin_cr16 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_cr16,
.version = R2_VERSION

View File

@ -279,7 +279,7 @@ RAnalPlugin r_anal_plugin_cris = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_cris,
.version = R2_VERSION

View File

@ -171,7 +171,7 @@ RAnalPlugin r_anal_plugin_ebc = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_ebc,
.version = R2_VERSION

View File

@ -1465,7 +1465,7 @@ RAnalPlugin r_anal_plugin_gb = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_gb,
.version = R2_VERSION

View File

@ -198,7 +198,7 @@ RAnalPlugin r_anal_plugin_i8080 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_i8080,
.version = R2_VERSION

View File

@ -663,7 +663,7 @@ RAnalPlugin r_anal_plugin_m68k_cs = {
#endif
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_m68k_cs,
.version = R2_VERSION

View File

@ -47,7 +47,7 @@ RAnalPlugin r_anal_plugin_malbolge = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_malbolge,
.version = R2_VERSION

View File

@ -985,7 +985,7 @@ RAnalPlugin r_anal_plugin_mips_cs = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_mips_cs,
.version = R2_VERSION

View File

@ -537,7 +537,7 @@ RAnalPlugin r_anal_plugin_mips_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_mips_gnu
};

View File

@ -99,7 +99,7 @@ RAnalPlugin r_anal_plugin_nios2 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_nios2,
.version = R2_VERSION

View File

@ -20,7 +20,7 @@ RAnalPlugin r_anal_plugin_null = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_null,
.version = R2_VERSION

View File

@ -409,7 +409,7 @@ RAnalPlugin r_anal_plugin_pic18c = {
.esil = true };
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_pic18c,
.version = R2_VERSION };

View File

@ -1155,7 +1155,7 @@ RAnalPlugin r_anal_plugin_ppc_cs = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_ppc_cs,
.version = R2_VERSION

View File

@ -151,7 +151,7 @@ RAnalPlugin r_anal_plugin_ppc_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_ppc_gnu,
.version = R2_VERSION

View File

@ -167,7 +167,7 @@ RAnalPlugin r_anal_plugin_riscv = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_riscv,
.version = R2_VERSION

View File

@ -699,7 +699,7 @@ RAnalPlugin r_anal_plugin_rsp = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_rsp,
.version = R2_VERSION

View File

@ -827,7 +827,7 @@ RAnalPlugin r_anal_plugin_sh = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_sh,
.version = R2_VERSION

View File

@ -254,7 +254,7 @@ RAnalPlugin r_anal_plugin_snes = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_snes,
.version = R2_VERSION

View File

@ -619,7 +619,7 @@ RAnalPlugin r_anal_plugin_sparc_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_sparc_gnu,
.version = R2_VERSION

View File

@ -156,7 +156,7 @@ RAnalPlugin r_anal_plugin_sysz = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_sysz,
.version = R2_VERSION

View File

@ -441,7 +441,7 @@ RAnalPlugin r_anal_plugin_v810 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_v810,
.version = R2_VERSION

View File

@ -139,7 +139,7 @@ RAnalPlugin r_anal_plugin_ws = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_ws,
.version = R2_VERSION

View File

@ -213,7 +213,7 @@ RAnalPlugin r_anal_plugin_xap = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_xap,
.version = R2_VERSION

View File

@ -2008,7 +2008,7 @@ RAnalPlugin r_anal_plugin_xtensa = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ANAL,
.data = &r_anal_plugin_xtensa,
.version = R2_VERSION

View File

@ -26,7 +26,7 @@ RAsmPlugin r_asm_plugin_6502 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_6502,
.version = R2_VERSION

View File

@ -109,7 +109,7 @@ RAsmPlugin r_asm_plugin_arm_as = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_arm_as,
.version = R2_VERSION

View File

@ -38,7 +38,7 @@ RAsmPlugin r_asm_plugin_arm_winedbg = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_arm_winedbg,
.version = R2_VERSION

View File

@ -170,7 +170,7 @@ RAsmPlugin r_asm_plugin_bf = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_bf,
.version = R2_VERSION

View File

@ -30,7 +30,7 @@ RAsmPlugin r_asm_plugin_cr16 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_cr16,
.version = R2_VERSION

View File

@ -133,7 +133,7 @@ RAsmPlugin r_asm_plugin_cris_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_cris_gnu,
.version = R2_VERSION

View File

@ -35,7 +35,7 @@ RAsmPlugin r_asm_plugin_dcpu16 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_dcpu16,
.version = R2_VERSION

View File

@ -37,7 +37,7 @@ RAsmPlugin r_asm_plugin_ebc = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_ebc,
.version = R2_VERSION

View File

@ -37,7 +37,7 @@ RAsmPlugin r_asm_plugin_x86_gas = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_x86_gas,
.version = R2_VERSION

View File

@ -32,7 +32,7 @@ RAsmPlugin r_asm_plugin_gb = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_gb,
.version = R2_VERSION

View File

@ -30,7 +30,7 @@ RAsmPlugin r_asm_plugin_h8300 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_h8300,
.version = R2_VERSION

View File

@ -110,7 +110,7 @@ RAsmPlugin r_asm_plugin_hppa_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_hppa_gnu,
.version = R2_VERSION

View File

@ -21,7 +21,7 @@ RAsmPlugin r_asm_plugin_i4004 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_i4004,
.version = R2_VERSION

View File

@ -25,7 +25,7 @@ RAsmPlugin r_asm_plugin_i8080 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_i8080,
.version = R2_VERSION

View File

@ -121,7 +121,7 @@ static bool check_features(RAsm *a, cs_insn *insn) {
}
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_m68k_cs,
.version = R2_VERSION

View File

@ -50,7 +50,7 @@ RAsmPlugin r_asm_plugin_malbolge = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_malbolge,
.version = R2_VERSION

View File

@ -39,7 +39,7 @@ RAsmPlugin r_asm_plugin_mcs96 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_mcs96,
.version = R2_VERSION

View File

@ -96,7 +96,7 @@ RAsmPlugin r_asm_plugin_mips_cs = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_mips_cs,
.version = R2_VERSION

View File

@ -115,7 +115,7 @@ RAsmPlugin r_asm_plugin_mips_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_mips_gnu,
.version = R2_VERSION

View File

@ -37,7 +37,7 @@ RAsmPlugin r_asm_plugin_msp430 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_msp430,
.version = R2_VERSION

View File

@ -102,7 +102,7 @@ RAsmPlugin r_asm_plugin_nios2 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_nios2,
.version = R2_VERSION

View File

@ -237,7 +237,7 @@ RAsmPlugin r_asm_plugin_pic18c = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_pic18c
};

View File

@ -100,7 +100,7 @@ RAsmPlugin r_asm_plugin_ppc_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_ppc_gnu,
.version = R2_VERSION

View File

@ -37,7 +37,7 @@ RAsmPlugin r_asm_plugin_propeller = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_propeller,
.version = R2_VERSION

View File

@ -22,7 +22,7 @@ RAsmPlugin r_asm_plugin_riscv = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_riscv,
.version = R2_VERSION

View File

@ -113,7 +113,7 @@ RAsmPlugin r_asm_plugin_rsp = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_rsp,
.version = R2_VERSION

View File

@ -95,7 +95,7 @@ RAsmPlugin r_asm_plugin_sh = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_sh,
.version = R2_VERSION

View File

@ -48,7 +48,7 @@ RAsmPlugin r_asm_plugin_snes = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_snes,
.version = R2_VERSION

View File

@ -95,7 +95,7 @@ RAsmPlugin r_asm_plugin_sparc_gnu = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_sparc_gnu,
.version = R2_VERSION

View File

@ -27,7 +27,7 @@ RAsmPlugin r_asm_plugin_spc700 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_spc700,
.version = R2_VERSION

View File

@ -63,7 +63,7 @@ RAsmPlugin r_asm_plugin_sysz = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_sysz,
.version = R2_VERSION

View File

@ -130,7 +130,7 @@ RAsmPlugin r_asm_plugin_tricore = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_tricore,
.version = R2_VERSION

View File

@ -33,7 +33,7 @@ RAsmPlugin r_asm_plugin_v810 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_v810,
.version = R2_VERSION

View File

@ -33,7 +33,7 @@ RAsmPlugin r_asm_plugin_v850 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_v850,
.version = R2_VERSION

View File

@ -106,7 +106,7 @@ RAsmPlugin r_asm_plugin_vax = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_vax,
.version = R2_VERSION

View File

@ -90,7 +90,7 @@ RAsmPlugin r_asm_plugin_x86_as = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_x86_as,
.version = R2_VERSION

View File

@ -60,7 +60,7 @@ RAsmPlugin r_asm_plugin_x86_nasm = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_x86_nasm,
.version = R2_VERSION

View File

@ -83,7 +83,7 @@ RAsmPlugin r_asm_plugin_x86_udis = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_x86_udis,
.version = R2_VERSION

View File

@ -44,7 +44,7 @@ RAsmPlugin r_asm_plugin_xap = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_xap,
.version = R2_VERSION

View File

@ -46,7 +46,7 @@ RAsmPlugin r_asm_plugin_xcore_cs = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_xcore_cs,
.version = R2_VERSION

View File

@ -104,7 +104,7 @@ RAsmPlugin r_asm_plugin_xtensa = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_ASM,
.data = &r_asm_plugin_xtensa,
.version = R2_VERSION

View File

@ -120,7 +120,7 @@ struct r_bin_plugin_t r_bin_plugin_bf = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BIN,
.data = &r_bin_plugin_bf,
.version = R2_VERSION

View File

@ -146,7 +146,7 @@ RBinPlugin r_bin_plugin_elf64 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BIN,
.data = &r_bin_plugin_elf64,
.version = R2_VERSION

View File

@ -302,7 +302,7 @@ struct r_bin_plugin_t r_bin_plugin_ningb = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BIN,
.data = &r_bin_plugin_ningb,
.version = R2_VERSION

View File

@ -201,7 +201,7 @@ struct r_bin_plugin_t r_bin_plugin_pebble = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BIN,
.data = &r_bin_plugin_pebble,
.version = R2_VERSION

View File

@ -554,7 +554,7 @@ struct r_bin_plugin_t r_bin_plugin_vsf = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BIN,
.data = &r_bin_plugin_vsf,
.version = R2_VERSION

View File

@ -182,7 +182,7 @@ struct r_bin_xtr_plugin_t r_bin_xtr_plugin_xtr_dyldcache = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BIN_XTR,
.data = &r_bin_xtr_plugin_xtr_dyldcache,
.version = R2_VERSION

View File

@ -33,7 +33,7 @@ struct r_bp_plugin_t r_bp_plugin_arm = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BP,
.data = &r_bp_plugin_arm,
.version = R2_VERSION

View File

@ -17,7 +17,7 @@ struct r_bp_plugin_t r_bp_plugin_bf = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BP,
.data = &r_bp_plugin_bf,
.version = R2_VERSION

View File

@ -17,7 +17,7 @@ struct r_bp_plugin_t r_bp_plugin_mips = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BP,
.data = &r_bp_plugin_mips,
.version = R2_VERSION

View File

@ -18,7 +18,7 @@ struct r_bp_plugin_t r_bp_plugin_ppc = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BP,
.data = &r_bp_plugin_ppc,
.version = R2_VERSION

View File

@ -17,7 +17,7 @@ struct r_bp_plugin_t r_bp_plugin_sh = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BP,
.data = &r_bp_plugin_sh,
.version = R2_VERSION

View File

@ -17,7 +17,7 @@ struct r_bp_plugin_t r_bp_plugin_x86 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_BP,
.data = &r_bp_plugin_x86,
.version = R2_VERSION

View File

@ -396,7 +396,7 @@ RCorePlugin r_core_plugin_anal = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CORE,
.data = &r_core_plugin_anal,
.version = R2_VERSION

View File

@ -31,7 +31,7 @@ RCorePlugin r_core_plugin_test = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CORE,
.data = &r_core_plugin_test,
.version = R2_VERSION

View File

@ -104,7 +104,7 @@ RCryptoPlugin r_crypto_plugin_aes_cbc = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CRYPTO,
.data = &r_crypto_plugin_aes_cbc,
.version = R2_VERSION

View File

@ -753,7 +753,7 @@ RCryptoPlugin r_crypto_plugin_cps2 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CRYPTO,
.data = &r_crypto_plugin_rol,
.version = R2_VERSION

View File

@ -236,7 +236,7 @@ RCryptoPlugin r_crypto_plugin_rc2 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CRYPTO,
.data = &r_crypto_plugin_rc2,
.version = R2_VERSION

View File

@ -110,7 +110,7 @@ RCryptoPlugin r_crypto_plugin_rc4 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CRYPTO,
.data = &r_crypto_plugin_rc4,
.version = R2_VERSION

View File

@ -72,7 +72,7 @@ RCryptoPlugin r_crypto_plugin_rol = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_CRYPTO,
.data = &r_crypto_plugin_rol,
.version = R2_VERSION

View File

@ -209,7 +209,7 @@ RDebugPlugin r_debug_plugin_bf = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_DBG,
.data = &r_debug_plugin_bf,
.version = R2_VERSION

View File

@ -980,7 +980,7 @@ RDebugPlugin r_debug_plugin_gdb = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_DBG,
.data = &r_debug_plugin_gdb,
.version = R2_VERSION

View File

@ -205,7 +205,7 @@ REggPlugin r_egg_plugin_bind = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_EGG,
.data = &r_egg_plugin_bind,
.version = R2_VERSION

View File

@ -120,7 +120,7 @@ REggPlugin r_egg_plugin_exec = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_EGG,
.data = &r_egg_plugin_exec,
.version = R2_VERSION

View File

@ -77,7 +77,7 @@ REggPlugin r_egg_plugin_bind = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_EGG,
.data = &r_egg_plugin_bind,
.version = R2_VERSION

View File

@ -30,7 +30,7 @@ REggPlugin r_egg_plugin_shya = {
#if 0
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_EGG,
.data = &r_egg_plugin_shya,
.version = R2_VERSION

View File

@ -91,7 +91,7 @@ REggPlugin r_egg_plugin_xor = {
#if 0
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_EGG,
.data = &r_egg_plugin_xor,
.version = R2_VERSION

View File

@ -192,7 +192,7 @@ RIOPlugin r_io_plugin_bfdbg = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_bfdbg,
.version = R2_VERSION

View File

@ -121,7 +121,7 @@ RIOPlugin r_io_plugin_bochs = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_bochs,
.version = R2_VERSION

View File

@ -204,7 +204,7 @@ struct r_io_plugin_t r_io_plugin_mmap = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_mmap,
.version = R2_VERSION

View File

@ -361,7 +361,7 @@ RIOPlugin r_io_plugin_self = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_mach,
.version = R2_VERSION

View File

@ -130,7 +130,7 @@ struct r_io_plugin_t r_io_plugin_shm = {
#endif
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_shm,
.version = R2_VERSION

View File

@ -111,7 +111,7 @@ RIOPlugin r_io_plugin_sparse = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_sparse,
.version = R2_VERSION

View File

@ -88,7 +88,7 @@ RIOPlugin r_io_plugin_w32 = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_w32,
.version = R2_VERSION

View File

@ -647,7 +647,7 @@ RIOPlugin r_io_plugin_zip = {
};
#ifndef CORELIB
struct r_lib_struct_t radare_plugin = {
RLibStruct radare_plugin = {
.type = R_LIB_TYPE_IO,
.data = &r_io_plugin_zip,
.version = R2_VERSION

Some files were not shown because too many files have changed in this diff Show More