Searched refs:target_info (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dresource.c44 struct target_info struct
47 struct target_info *next; /* Next info for same hash bucket. */
62 static struct target_info **target_hash_table = NULL;
897 struct target_info *tinfo = NULL;
959 tinfo = XNEW (struct target_info);
1237 target_hash_table = XCNEWVEC (struct target_info *, TARGET_HASH_PRIME);
1254 struct target_info *ti = target_hash_table[i];
1258 struct target_info *next = ti->next;
1281 struct target_info *tinfo;
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dremote-rdp.c70 int target_info; member in struct:__anon1411
696 &ds.target_info,
701 ds.rdi_level = (ds.target_info >> 5) & 3;
1350 printf_unfiltered ("target level RDI %x\n", (ds.target_info >> 5) & 3);
H A Dtarget.c42 static void target_info (char *, int);
1214 target_info (char *args, int from_tty) function
2440 add_info ("target", target_info, targ_desc);
2441 add_info ("files", target_info, targ_desc);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c2790 const patch_target_info_t *target_info =
2793 if (! strcmp(target_info->local_abspath, abspath))
2795 if (target_info->deleted)
2946 patch_target_info_t *target_info =
2948 target_info->local_abspath = apr_pstrdup(scratch_pool,
2950 target_info->deleted = target->deleted;
2955 patch_target_info_t *) = target_info;
2973 SVN_ERR(check_ancestor_delete(target_info->local_abspath,
2789 const patch_target_info_t *target_info = local
2945 patch_target_info_t *target_info = local
H A Dmerge.c7478 svn_client__merge_path_t *target_info;
7510 target_info = apr_pcalloc(scratch_pool, sizeof(*target_info));
7512 target_info->abspath = merge_target->abspath;
7513 target_info->remaining_ranges = ranges_to_merge;
7516 = target_info;
7469 svn_client__merge_path_t *target_info; local

Completed in 101 milliseconds