Lines Matching defs:copy
24 You should have received a copy of the GNU General Public License
55 /* maps (by value) strings to a copy of them in ARENA_TOOL */
70 HChar* copy = NULL;
80 NULL, (Word*)©, (Word)str )) {
81 tl_assert(copy);
82 if (0) VG_(printf)("string_table_strdup: %p -> %p\n", str, copy );
83 return copy;
85 copy = HG_(strdup)("hg.sts.2", str);
86 tl_assert(copy);
87 VG_(addToFM)( string_table, (Word)copy, (Word)copy );
88 return copy;
174 /* Forget about the bag of lock holders - don't copy that.
381 /* Updates the copy with address info if necessary. */