Home
last modified time | relevance | path

Searched refs:newmem (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dxmalloc.c144 PTR newmem; in xmalloc() local
148 newmem = malloc (size); in xmalloc()
149 if (!newmem) in xmalloc()
152 return (newmem); in xmalloc()
158 PTR newmem; in xcalloc() local
164 if (!newmem) in xcalloc()
167 return (newmem); in xcalloc()
173 PTR newmem; in xrealloc() local
178 newmem = malloc (size); in xrealloc()
181 if (!newmem) in xrealloc()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dxmalloc.c143 PTR newmem; in xmalloc() local
147 newmem = malloc (size); in xmalloc()
148 if (!newmem) in xmalloc()
151 return (newmem); in xmalloc()
157 PTR newmem; in xcalloc() local
163 if (!newmem) in xcalloc()
166 return (newmem); in xcalloc()
172 PTR newmem; in xrealloc() local
177 newmem = malloc (size); in xrealloc()
180 if (!newmem) in xrealloc()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dxmalloc.c143 PTR newmem; in xmalloc() local
147 newmem = malloc (size); in xmalloc()
148 if (!newmem) in xmalloc()
151 return (newmem); in xmalloc()
157 PTR newmem; in xcalloc() local
163 if (!newmem) in xcalloc()
166 return (newmem); in xcalloc()
172 PTR newmem; in xrealloc() local
177 newmem = malloc (size); in xrealloc()
180 if (!newmem) in xrealloc()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dxmalloc.c143 PTR newmem; in xmalloc() local
147 newmem = malloc (size); in xmalloc()
148 if (!newmem) in xmalloc()
151 return (newmem); in xmalloc()
157 PTR newmem; in xcalloc() local
163 if (!newmem) in xcalloc()
166 return (newmem); in xcalloc()
172 PTR newmem; in xrealloc() local
177 newmem = malloc (size); in xrealloc()
180 if (!newmem) in xrealloc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Drecog.c654 rtx newmem; in simplify_while_replacing() local
667 newmem = adjust_address_nv (XEXP (x, 0), wanted_mode, offset); in simplify_while_replacing()
670 validate_change (object, &XEXP (x, 0), newmem, 1); in simplify_while_replacing()
/dragonfly/contrib/gcc-8.0/gcc/
H A Drecog.c681 rtx newmem; in simplify_while_replacing() local
694 newmem = adjust_address_nv (XEXP (x, 0), wanted_mode, offset); in simplify_while_replacing()
697 validate_change (object, &XEXP (x, 0), newmem, 1); in simplify_while_replacing()
H A Dsched-deps.c4798 rtx newaddr, newmem; in find_inc() local
4822 newmem = attempt_change (mii, newaddr); in find_inc()
4823 if (newmem == NULL_RTX) in find_inc()
4830 desc->newval = newmem; in find_inc()