Searched refs:R_BIN_REQ_IMPORTS (Results 1 – 3 of 3) sorted by relevance
350 if (bin->filter_rules & (R_BIN_REQ_RELOCS | R_BIN_REQ_IMPORTS)) { in r_bin_object_set_items()422 if (o->info && bin->filter_rules & (R_BIN_REQ_INFO | R_BIN_REQ_SYMBOLS | R_BIN_REQ_IMPORTS)) { in r_bin_object_set_items()
651 set_action (R_BIN_REQ_IMPORTS); in r_main_rabin2()701 set_action (R_BIN_REQ_IMPORTS); in r_main_rabin2()1157 run_action ("imports", R_BIN_REQ_IMPORTS, R_CORE_BIN_ACC_IMPORTS); in r_main_rabin2()
40 #define R_BIN_REQ_IMPORTS 0x000002 macro