HomeSort by: relevance | last modified time | path
    Searched defs:allocated_ptr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-avx.c 58 void *allocated_ptr; local
60 = precise_aligned_dup (ALIGN, sizeof (data_orig), &allocated_ptr,
119 free (allocated_ptr);
i386-sse.c 73 void *allocated_ptr; local
75 = precise_aligned_dup (ALIGN, sizeof (data_orig), &allocated_ptr,
137 free (allocated_ptr);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-avx.c 58 void *allocated_ptr; local
60 = precise_aligned_dup (ALIGN, sizeof (data_orig), &allocated_ptr,
119 free (allocated_ptr);
i386-sse.c 73 void *allocated_ptr; local
75 = precise_aligned_dup (ALIGN, sizeof (data_orig), &allocated_ptr,
137 free (allocated_ptr);

Completed in 15 milliseconds