type 983 core/conf.c switch (ci[i].type) type 1016 core/conf.c switch (ci[i].type) type 1057 core/conf.c switch (ci[i].type) { type 1107 core/conf.c if (ci[i].type == CONF_STRUCT_PTR) type 1137 core/conf.c if (ci[i].type == CONF_STRUCT_PTR) type 1228 core/conf.c if (ci[i].type == CONF_STRUCT_PTR) type 1298 core/conf.c if (ci[i].type == CONF_STRUCT_PTR) type 1423 core/conf.c switch( ci[i].type ) type 1495 core/conf.c switch( ci[i].type ) type 161 core/gui.c if(remote_inputs[i].type == conf.remote_input_channel) { type 168 core/gui.c conf.remote_input_channel=remote_inputs[i].type; type 754 core/gui.c submenu[mcnt].type = MENUITEM_SUBMENU_PROC; type 756 core/gui.c submenu[mcnt].type = MENUITEM_PROC; type 777 core/gui.c submenu[mcnt].type = MENUITEM_UP; type 790 core/gui.c static void gui_module_menu(CMenu *m, int type) type 793 core/gui.c m->menu = create_module_menu(type, m->symbol); type 1674 core/gui_draw.c if (col.type) type 56 core/gui_menu.c if ((curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK) == MENUITEM_SUBMENU) type 121 core/gui_menu.c int item_flags = curr_menu->menu[gui_menu_curr_item].type; type 129 core/gui_menu.c item_flags = c[0].type; type 302 core/gui_menu.c if ((mi->type & MENUITEM_ARG_MASK) == MENUITEM_ARG_CALLBACK && mi->arg) type 315 core/gui_menu.c if ((mi->type & MENUITEM_F_UNSIGNED) || (mi->type & MENUITEM_SD_INT)) type 320 core/gui_menu.c if ( mi->type & MENUITEM_F_MIN) type 331 core/gui_menu.c if ( mi->type & MENUITEM_F_MIN) type 338 core/gui_menu.c int maxval = (mi->type & MENUITEM_SD_INT) ? 9999999 : 99999; type 342 core/gui_menu.c if (mi->type & MENUITEM_F_UNSIGNED) type 344 core/gui_menu.c if ( mi->type & MENUITEM_F_MAX) type 352 core/gui_menu.c if (mi->type & MENUITEM_F_MAX) type 385 core/gui_menu.c if (mi->type & (MENUITEM_DECIMAL | MENUITEM_SD_INT | MENUITEM_HHMMSS)) type 387 core/gui_menu.c if ((mi->type & MENUITEM_MASK) == MENUITEM_ENUM) type 405 core/gui_menu.c (curr_menu->menu[n].type & MENUITEM_MASK) == MENUITEM_TEXT || type 406 core/gui_menu.c (curr_menu->menu[n].type & MENUITEM_MASK) == MENUITEM_ERROR || type 407 core/gui_menu.c (curr_menu->menu[n].type & MENUITEM_MASK) == MENUITEM_WARNING || type 408 core/gui_menu.c (curr_menu->menu[n].type & MENUITEM_MASK) == MENUITEM_SEPARATOR type 512 core/gui_menu.c if (((curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK) == MENUITEM_STATE_VAL_PAIR) && type 564 core/gui_menu.c switch (curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK) { type 583 core/gui_menu.c switch (c[0].type & MENUITEM_MASK) type 603 core/gui_menu.c switch (curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK){ type 625 core/gui_menu.c switch (c[0].type & MENUITEM_MASK) type 642 core/gui_menu.c switch (curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK){ type 683 core/gui_menu.c if ((c[1].type & MENUITEM_MASK) == MENUITEM_ENUM) type 694 core/gui_menu.c && ((curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK) == MENUITEM_PROC) type 814 core/gui_menu.c else if (curr_menu->menu[imenu].type & MENUITEM_SD_INT) type 884 core/gui_menu.c if ((c[1].type & MENUITEM_MASK) == MENUITEM_ENUM) type 892 core/gui_menu.c if ((c[1].type & MENUITEM_MASK) == MENUITEM_ENUM) type 898 core/gui_menu.c switch (c[0].type & MENUITEM_MASK) type 901 core/gui_menu.c get_int_disp_string(*(c[0].value), (c[0].type & MENUITEM_SD_INT)?6:4); type 902 core/gui_menu.c gui_set_int_cursor((c[0].type & MENUITEM_SD_INT)?6:4); type 908 core/gui_menu.c if ((c[0].type & MENUITEM_HHMMSS) && (gui_menu_curr_item==imenu)) type 923 core/gui_menu.c else if (c[0].type & MENUITEM_DECIMAL) type 930 core/gui_menu.c else if (c[0].type & MENUITEM_SD_INT) type 997 core/gui_menu.c switch (curr_menu->menu[imenu].type & MENUITEM_MASK) type 1006 core/gui_menu.c get_int_disp_string(*(curr_menu->menu[imenu].value), (curr_menu->menu[imenu].type & MENUITEM_SD_INT)?6:4); type 1007 core/gui_menu.c gui_menu_draw_value(tbuf, (curr_menu->menu[imenu].type & MENUITEM_SD_INT)?len_enum:len_int); type 54 core/gui_menu.h short type; // MENUITEM_MASKS type 212 core/gui_script.c int type = MENUITEM_INT|MENUITEM_SCRIPT_PARAM; type 217 core/gui_script.c type = MENUITEM_BOOL|MENUITEM_SCRIPT_PARAM; type 224 core/gui_script.c type = MENUITEM_BOOL|MENUITEM_SCRIPT_PARAM; type 236 core/gui_script.c p->range_type = type; type 892 core/gui_script.c script_submenu_items[f-1].type = MENUITEM_ERROR; type 897 core/gui_script.c script_submenu_items[f-1].type = MENUITEM_WARNING; type 909 core/gui_script.c script_submenu_items[i].type = p->range_type; type 924 core/gui_script.c script_submenu_items[i].type = MENUITEM_UP; type 178 core/gui_user_menu.c else if ((user_submenu_items[x+1].value == (int *)module_run) && ((user_submenu_items[x+1].type & MENUITEM_USER_MODULE) == MENUITEM_USER_MODULE)) type 204 core/gui_user_menu.c static void set_user_menu_extern(int menu, int var, char sym, short type, int* func) type 209 core/gui_user_menu.c user_submenu_items[menu].type = type; type 317 core/memmgmt.c char *get_exmem_type_name(unsigned int type) type 321 core/memmgmt.c if (type<exmem_type_count) { type 322 core/memmgmt.c return exmem_types_table[type]; type 329 core/memmgmt.c int get_exmem_type_status(unsigned int type, exmem_alloc_info *allocinf) type 332 core/memmgmt.c if (type<exmem_type_count && allocinf) { type 333 core/memmgmt.c allocinf->addr = exmem_alloc_table[type].addr; type 334 core/memmgmt.c allocinf->len = exmem_alloc_table[type].len; type 359 core/ptp.c ptp_script_msg* ptp_script_create_msg(unsigned type, unsigned subtype, unsigned datasize, const void *data) { type 363 core/ptp.c msg->type = type; type 825 core/ptp.c ptp.param1 = msg->type; type 50 core/ptp_chdk.h unsigned type; type 57 core/ptp_chdk.h ptp_script_msg* ptp_script_create_msg(unsigned type, unsigned subtype, unsigned datasize, const void *data); type 82 core/remotecap.c static void remotecap_set_available_data_type(int type) type 84 core/remotecap.c available_image_data = type; type 96 core/remotecap.c int remotecap_set_target( int type, int lstart, int lcount ) type 100 core/remotecap.c if ((type & ~remotecap_get_target_support()) type 102 core/remotecap.c || ((type & PTP_CHDK_CAPTURE_RAW) && !is_raw_possible()) type 104 core/remotecap.c || ((type & PTP_CHDK_CAPTURE_CRAW) && !(shooting_get_canon_image_format() & SHOOTING_CANON_FMT_RAW)) type 105 core/remotecap.c || ((type & PTP_CHDK_CAPTURE_JPG) && !(shooting_get_canon_image_format() & SHOOTING_CANON_FMT_JPG)) type 116 core/remotecap.c if(type==0) { type 129 core/remotecap.c remote_file_target=type; type 161 core/remotecap.c static void remotecap_type_complete(int type) { type 162 core/remotecap.c pending_image_data = (pending_image_data & ~type); type 338 core/remotecap.c int remotecap_send_complete(int rcgd_status, int type) { type 340 core/remotecap.c int timeout_flag = (available_image_data != type); type 346 core/remotecap.c else if(type == PTP_CHDK_CAPTURE_JPG && fwt_last_status == REMOTECAP_FWT_CHUNK_STATUS_SESS_LAST) { type 57 core/usb_remote.h enum REMOTE_INPUT_TYPE type; type 16 include/color.h unsigned char type; // 0 = Canon palette index, 1 = CHDK color index (chdk_colors) type 557 include/conf.h char type; type 570 include/conf.h #define CONF_INFO(id, param, type, def) { id, sizeof( param ), type, ¶m, {def}, 0 } type 571 include/conf.h #define CONF_INFO2(id, param, type, px, py) { id, sizeof( param ), type, ¶m, {pos:{px,py}}, 0 } type 572 include/conf.h #define CONF_INFOP(id, param, type, px, py) { id, sizeof( param ), type, ¶m, {pos:{(px)*CAM_SCREEN_WIDTH/360,(py)*CAM_SCREEN_HEIGHT/240}}, 0 } type 573 include/conf.h #define CONF_INFOC(id, param, type, bc, fc, bt, ft) { id, sizeof( param ), type, ¶m, {cl:{fg:{fc,ft},bg:{bc,bt}}}, 0 } type 21 include/exmem.h extern char *get_exmem_type_name(unsigned int type); type 22 include/exmem.h extern int get_exmem_type_status(unsigned int type, exmem_alloc_info *allocinf); type 28 include/exmem.h extern void *exmem_alloc_uncached(unsigned int type, unsigned int size, exmem_alloc_info *allocinf); type 31 include/exmem.h extern void exmem_free_uncached(unsigned int type); type 346 include/lolevel.h extern void *_exmem_ualloc(unsigned int type, unsigned int size, void *allocinf); type 347 include/lolevel.h extern void _exmem_ufree(unsigned int type); type 12 include/remotecap.h int remotecap_set_target(int type, int lstart, int lcount); type 17 include/remotecap_core.h int remotecap_send_complete(int rcgd_status,int type); type 85 lib/armutil/cache.c static void set_csselr(u32 level, u32 type) type 86 lib/armutil/cache.c { u32 csselr = level << 1 | type; type 41 modules/dng.c unsigned short type; type 267 modules/dng.c int get_type_size(int type) type 269 modules/dng.c switch(type & 0xFF) type 299 modules/dng.c short type; // Type & flags type 312 modules/dng.c static ifd_entry* get_ifd(int type) type 317 modules/dng.c if ((ifd_list[i].type & IFD_TYPE_MASK) == type) type 330 modules/dng.c for (i=0; p->entry[i].type != T_EOL; i++) type 365 modules/dng.c for (i=0; ifd_list[i].type!=0; i++) type 367 modules/dng.c if ((ifd_list[i].type & IFD_SKIP) == 0) type 378 modules/dng.c for (i=0; ifd->entry[i].type != T_EOL; i++) type 380 modules/dng.c if ((ifd->entry[i].type & T_SKIP) == 0) // Exclude skipped entries (e.g. GPS info if camera doesn't have GPS) type 407 modules/dng.c int size_ext = get_type_size(e->type) * e->count; type 431 modules/dng.c add_val_to_buf(e->type & 0xFF, sizeof(short)); type 433 modules/dng.c int size_ext = get_type_size(e->type) * e->count; type 436 modules/dng.c if (e->type & T_PTR) type 463 modules/dng.c int size_ext = get_type_size(e->type) * e->count; type 491 modules/dng.c get_tag(IFD_1, BADPIXEL_OPCODE_TAG)->type |= T_SKIP; type 497 modules/dng.c get_tag(IFD_1, BADPIXEL_OPCODE_TAG)->type &= ~T_SKIP; type 562 modules/dng.c get_ifd(IFD_GPS)->type |= IFD_SKIP; type 563 modules/dng.c get_tag(IFD_0, GPS_IFD_TAG)->type |= T_SKIP; // mark entry so it is skipped type 583 modules/dng.c get_tag(IFD_0, ILLUMINANT2_TAG)->type |= T_SKIP; type 584 modules/dng.c get_tag(IFD_0, COLOR_MATRIX2_TAG)->type |= T_SKIP; type 586 modules/dng.c if (camera_sensor.has_calibration1 == 0) get_tag(IFD_0, CALIBRATION1_TAG)->type |= T_SKIP; type 587 modules/dng.c if (camera_sensor.has_calibration2 == 0) get_tag(IFD_0, CALIBRATION2_TAG)->type |= T_SKIP; type 588 modules/dng.c if (camera_sensor.has_forwardmatrix1 == 0) get_tag(IFD_0, FORWARD_MATRIX1_TAG)->type |= T_SKIP; type 589 modules/dng.c if (camera_sensor.has_forwardmatrix2 == 0) get_tag(IFD_0, FORWARD_MATRIX2_TAG)->type |= T_SKIP; type 85 modules/eyefi.c u8 type; type 81 modules/games/gui_tetris.c int type; type 159 modules/games/gui_tetris.c if (game->nextBlock.type != prevNextBlockType) type 161 modules/games/gui_tetris.c prevNextBlockType = game->nextBlock.type; type 340 modules/games/gui_tetris.c tetramino->type = indexTetramino; type 427 modules/games/gui_tetris.c if (game->fallingBlock.type == TETROMINO_O) type 617 modules/games/gui_tetris.c game->stats.pieces[game->fallingBlock.type]++; type 629 modules/games/gui_tetris.c game->fallingBlock.type = game->nextBlock.type; type 25 modules/gui_grid.c grid_elem_type type; type 138 modules/gui_grid.c static void process_element(char *ptr, int n, grid_elem_type type) { type 153 modules/gui_grid.c gptr->type=type; type 255 modules/gui_grid.c switch (ptr->type) { type 50 modules/gui_palette.c if (cl.type) type 52 modules/gui_palette.c cl.type = 0; type 60 modules/gui_palette.c cl.type = 1; type 74 modules/gui_palette.c if (cl.type) type 76 modules/gui_palette.c cl.type = 0; type 85 modules/gui_palette.c cl.type = 1; type 98 modules/gui_palette.c if (cl.type) type 116 modules/gui_palette.c if (cl.type) type 314 modules/gui_palette.c if (cl.type) type 260 modules/luascript.c if(msg->type != PTP_CHDK_S_MSGTYPE_RET) { type 50 modules/user_menu_edit.c if (((curr_menu->menu[n].type & MENUITEM_MASK) != MENUITEM_SEPARATOR) && type 51 modules/user_menu_edit.c ((curr_menu->menu[n].type & MENUITEM_SCRIPT_PARAM) != MENUITEM_SCRIPT_PARAM) && type 52 modules/user_menu_edit.c ((curr_menu->menu[n].type & MENUITEM_TEXT) != MENUITEM_TEXT) && type 243 modules/user_menu_edit.c static void add_extern_to_user_menu(const char* fname, char* title, char sym, short type, int* func) type 265 modules/user_menu_edit.c items[i].type = type; type 520 modules/user_menu_edit.c switch (curr_menu->menu[imenu].type & MENUITEM_MASK) type 765 modules/user_menu_edit.c switch (curr_menu->menu[gui_menu_curr_item].type & MENUITEM_MASK) type 1030 platform/generic/wrappers.c void *exmem_alloc_uncached(unsigned int type, unsigned int size, exmem_alloc_info *allocinf) type 1032 platform/generic/wrappers.c return _exmem_ualloc(type, size, allocinf); type 1034 platform/generic/wrappers.c void exmem_free_uncached(unsigned int type) type 1036 platform/generic/wrappers.c _exmem_ufree(type); type 1444 platform/generic/wrappers.c char type; type 1449 platform/generic/wrappers.c type=1; // FAT primary type 1450 platform/generic/wrappers.c mbr_buf[0x1BE + 4]=type; type 1455 platform/generic/wrappers.c type=0x0B; //FAT32 primary; type 1456 platform/generic/wrappers.c mbr_buf[0x1CE + 4]=type; type 249 tools/capdis.c printf("%s %d: %s",comment_start,i,arm_op_type_name(insn->detail->arm.operands[i].type)); type 250 tools/capdis.c switch(insn->detail->arm.operands[i].type) { type 518 tools/capdis.c && is->insn->detail->arm.operands[0].type == ARM_OP_IMM)) { type 1257 tools/capdis.c if(!ar || ar->type != ADR_RANGE_RAM_CODE) { type 488 tools/code_gen.c op *new_op(int type) type 492 tools/code_gen.c p->operation = type; type 25 tools/elf2flt/elf-arm.c unsigned int type = ELF32_R_TYPE(rela->r_info); type 50 tools/elf2flt/elf-arm.c switch(type) { type 167 tools/elf2flt/elf-arm.c reloc_name = (type==R_ARM_PC24)?"R_ARM_PC24":"R_ARM_PLT32"; type 196 tools/elf2flt/elf-arm.c if ((type==R_ARM_PC24) && patch_name) type 204 tools/elf2flt/elf-arm.c PRINTERR(stderr, "Unknown relocation type %d\n",type); type 220 tools/elf2flt/elf-arm.c unsigned int type = ELF32_R_TYPE(rela->r_info); type 229 tools/elf2flt/elf-arm.c switch(type) { type 716 tools/finsig_dryos.c int type; // 1 = func*, string, 2 = string, ... string*, func*, 3 = ADR Rx, func, ADR Ry, string, BL, ... string, etc type 4022 tools/finsig_dryos.c switch (sig->type) type 4291 tools/finsig_dryos.c if (!ostub2 || (ostub2->type != TYPE_IGNORE)) type 4329 tools/finsig_dryos.c if (ostub2->type == TYPE_IGNORE) type 7089 tools/finsig_dryos.c switch (sig->type) type 7101 tools/finsig_dryos.c for (i = 0; prop_sigs[i].type > -1; i++) type 588 tools/finsig_thumb2.c int type; type 3382 tools/finsig_thumb2.c if (is->insn->id == ARM_INS_LDR && is->insn->detail->arm.operands[1].type == ARM_OP_MEM) { type 3412 tools/finsig_thumb2.c blobs[n_blobs].type = MISC_BLOB_TYPE_NONE; type 3416 tools/finsig_thumb2.c blobs[n_blobs].type = MISC_BLOB_TYPE_XTENSA; type 3430 tools/finsig_thumb2.c blobs[n_blobs].type = MISC_BLOB_TYPE_NONE; type 3515 tools/finsig_thumb2.c blobs[i].type = MISC_BLOB_TYPE_OMAR; type 3527 tools/finsig_thumb2.c blobs[2].type = MISC_BLOB_TYPE_NONE; type 4859 tools/finsig_thumb2.c if(insn->id == ARM_INS_LDR && insn->detail->arm.operands[1].type == ARM_OP_MEM) { type 5259 tools/finsig_thumb2.c #define SIG_NAMED_NTH(n,type) ((SIG_NAMED_NTH_MASK&((n)<<SIG_NAMED_NTH_SHIFT)) | (SIG_NAMED_##type)) type 5866 tools/finsig_thumb2.c if (is->insn->id == ARM_INS_LDR && is->insn->detail->arm.operands[1].type == ARM_OP_MEM) { type 6220 tools/finsig_thumb2.c if(fw->adr_ranges[i].type != ADR_RANGE_RAM_CODE) { type 6357 tools/finsig_thumb2.c if(fw->adr_ranges[i].type == ADR_RANGE_ROM) { type 6375 tools/finsig_thumb2.c for(i=0;mv->blobs[i].type != MISC_BLOB_TYPE_NONE;i++) { type 6388 tools/finsig_thumb2.c for(i=0;mv->blobs[i].type != MISC_BLOB_TYPE_NONE;i++) { type 7197 tools/finsig_thumb2.c if (ostub2->type != TYPE_IGNORE) type 7242 tools/finsig_thumb2.c if (ostub2->type == TYPE_IGNORE) type 625 tools/finsig_vxworks.c int type; // 1 = func*, string, 2 = string, ... string*, func*, 3 = ADR Rx, func, ADR Ry, string, BL, ... string, etc type 3000 tools/finsig_vxworks.c switch (sig->type) type 3273 tools/finsig_vxworks.c if (!ostub2 || (ostub2->type != TYPE_IGNORE)) type 3311 tools/finsig_vxworks.c if (ostub2->type == TYPE_IGNORE) type 269 tools/firmware_load_ng.c return r->type; type 284 tools/firmware_load_ng.c switch(r->type) { type 299 tools/firmware_load_ng.c switch(r->type) { type 310 tools/firmware_load_ng.c const char* adr_range_type_str(int type) type 312 tools/firmware_load_ng.c switch(type) { type 329 tools/firmware_load_ng.c switch(r->type) { type 496 tools/firmware_load_ng.c && insn->detail->arm.operands[0].type == ARM_OP_REG type 497 tools/firmware_load_ng.c && insn->detail->arm.operands[1].type == ARM_OP_MEM type 518 tools/firmware_load_ng.c && insn->detail->arm.operands[0].type == ARM_OP_REG type 520 tools/firmware_load_ng.c && insn->detail->arm.operands[1].type == ARM_OP_REG type 522 tools/firmware_load_ng.c && insn->detail->arm.operands[2].type == ARM_OP_IMM); type 530 tools/firmware_load_ng.c && insn->detail->arm.operands[0].type == ARM_OP_REG type 532 tools/firmware_load_ng.c && insn->detail->arm.operands[1].type == ARM_OP_REG type 534 tools/firmware_load_ng.c && insn->detail->arm.operands[2].type == ARM_OP_IMM); type 543 tools/firmware_load_ng.c && insn->detail->arm.operands[1].type == ARM_OP_REG type 545 tools/firmware_load_ng.c && insn->detail->arm.operands[2].type == ARM_OP_IMM); type 554 tools/firmware_load_ng.c && insn->detail->arm.operands[1].type == ARM_OP_REG type 556 tools/firmware_load_ng.c && insn->detail->arm.operands[2].type == ARM_OP_IMM); type 565 tools/firmware_load_ng.c && insn->detail->arm.operands[0].type == ARM_OP_REG type 576 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_REG type 584 tools/firmware_load_ng.c && insn->detail->arm.operands[0].type == ARM_OP_REG type 586 tools/firmware_load_ng.c && insn->detail->arm.operands[1].type == ARM_OP_REG type 601 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_REG type 617 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_REG type 633 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_REG type 644 tools/firmware_load_ng.c return ((insn->id == ARM_INS_ADD || insn->id == ARM_INS_ADDW) && insn->detail->arm.operands[1].type == ARM_OP_IMM); type 649 tools/firmware_load_ng.c return (IS_INSN_ID_SUBx(insn->id) && insn->detail->arm.operands[1].type == ARM_OP_IMM); type 795 tools/firmware_load_ng.c if(insn->id == ARM_INS_BLX && insn->detail->arm.operands[0].type == ARM_OP_IMM) { type 826 tools/firmware_load_ng.c || (insn->id == ARM_INS_BLX && insn->detail->arm.operands[0].type == ARM_OP_IMM)) { type 836 tools/firmware_load_ng.c && insn->detail->arm.operands[0].type == ARM_OP_REG type 894 tools/firmware_load_ng.c || fw->is->insn->detail->arm.operands[1].type == ARM_OP_IMM) { type 1107 tools/firmware_load_ng.c if(r_start->type == ADR_RANGE_ROM) { type 1129 tools/firmware_load_ng.c if(r_start->type != ADR_RANGE_ROM) { type 1369 tools/firmware_load_ng.c if(fw->is->insn->detail->arm.operands[0].type != ARM_OP_REG) { type 1403 tools/firmware_load_ng.c && fw->is->insn->detail->arm.operands[1].type == ARM_OP_IMM) { type 1466 tools/firmware_load_ng.c && is_init->insn->detail->arm.operands[1].type == ARM_OP_IMM) { type 1476 tools/firmware_load_ng.c && fw->is->insn->detail->arm.operands[1].type == ARM_OP_IMM)) { type 1489 tools/firmware_load_ng.c && fw->is->insn->detail->arm.operands[0].type == ARM_OP_REG type 1619 tools/firmware_load_ng.c if(is->insn->detail->arm.operands[0].type == ARM_OP_REG && (arm_reg)is->insn->detail->arm.operands[0].reg == r.reg_base) { type 2002 tools/firmware_load_ng.c if(match->operands[i].type != ARM_OP_INVALID && insn->detail->arm.operands[i].type != match->operands[i].type) { type 2007 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_REG) { type 2017 tools/firmware_load_ng.c } else if(insn->detail->arm.operands[i].type == ARM_OP_MEM) { type 2023 tools/firmware_load_ng.c insn->detail->arm.operands[i].type); type 2027 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_MEM) { type 2031 tools/firmware_load_ng.c } else if(insn->detail->arm.operands[i].type != ARM_OP_REG) { // reg handled above type 2033 tools/firmware_load_ng.c insn->detail->arm.operands[i].type); type 2037 tools/firmware_load_ng.c if(insn->detail->arm.operands[i].type == ARM_OP_IMM type 2038 tools/firmware_load_ng.c || insn->detail->arm.operands[i].type == ARM_OP_PIMM type 2039 tools/firmware_load_ng.c || insn->detail->arm.operands[i].type == ARM_OP_CIMM) { type 2043 tools/firmware_load_ng.c } else if(insn->detail->arm.operands[i].type == ARM_OP_MEM) { type 2049 tools/firmware_load_ng.c insn->detail->arm.operands[i].type); type 2164 tools/firmware_load_ng.c void fw_add_adr_range(firmware *fw, uint32_t start, uint32_t end, uint32_t src_start, int type, int flags) type 2196 tools/firmware_load_ng.c r->type=type; type 2501 tools/firmware_load_ng.c if(!IS_INSN_ID_MOVx(is->insn->id) || is->insn->detail->arm.operands[1].type != ARM_OP_IMM) { type 2509 tools/firmware_load_ng.c || is->insn->detail->arm.operands[1].type != ARM_OP_IMM) { type 2519 tools/firmware_load_ng.c if(!IS_INSN_ID_MOVx(is->insn->id) || is->insn->detail->arm.operands[1].type != ARM_OP_IMM) { type 2527 tools/firmware_load_ng.c || is->insn->detail->arm.operands[1].type != ARM_OP_IMM) { type 75 tools/firmware_load_ng.h int type; // ADR_RANGE_* define type 145 tools/firmware_load_ng.h const char* adr_range_type_str(int type); type 562 tools/firmware_load_ng.h arm_op_type type; // ARM_OP_... REG, IMM, MEM support additional tests type 695 tools/firmware_load_ng.h void fw_add_adr_range(firmware *fw, uint32_t start, uint32_t end, uint32_t src_start, int type, int flags); type 340 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void * exmem_ualloc(unsigned int type, unsigned int size, void *allocinf); type 341 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void exmem_ufree(unsigned int type); type 401 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int createsemaphore_low(int v,int type, const char *name); type 162 tools/packfi2/zutil.h # define fdopen(fd,type) _fdopen(fd,type) type 8 tools/pakwif.c char type[32]; type 266 tools/pakwif.c strcpy(h.type, "HEADER"); type 298 tools/pakwif.c char *type, char *desc, char *infirname, char *filename, uint32_t baseaddr) type 340 tools/pakwif.c strcpy(h.type, type); type 360 tools/pakwif.c strcpy(h.type, "4BYTEID"); type 82 tools/stubs_load.c p->type = 0; type 135 tools/stubs_load.c if ((p->val == val) && (p->type == typ)) return p; type 178 tools/stubs_load.c p->type = TYPE_NHSTUB; type 219 tools/stubs_load.c p->type = typ; type 15 tools/stubs_load.h int type; // Type of reference (NHSTUB, DEF)