HomeSort by relevance Sort by last modified time
    Searched refs:pulled (Results 1 - 12 of 12) sorted by null

  /external/qemu/memcheck/
memcheck_malloc_map.h 98 * pulled - Upon successful return contains allocation descriptor data pulled
102 * been pulled, or 1 if no matching entry has been found in the map.
104 int allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled);
109 * pulled - Upon successful return contains allocation descriptor data pulled
112 * Zero if an allocation descriptor has been pulled from the head of the map,
115 int allocmap_pull_first(AllocMap* map, MallocDescEx* pulled);
memcheck_mmrange_map.c 158 MMRangeDesc* pulled)
162 memcpy(pulled, &rdesc->desc, sizeof(MMRangeDesc));
172 mmrangemap_pull_first(MMRangeMap* map, MMRangeDesc* pulled)
176 memcpy(pulled, &first->desc, sizeof(MMRangeDesc));
221 MMRangeDesc pulled; local
224 while (!mmrangemap_pull_first(map, &pulled)) {
225 qemu_free(pulled.path);
memcheck_mmrange_map.h 89 * pulled - Upon successful return contains descriptor data pulled from the
92 * Zero if a descriptor that matches the given address has been pulled, or 1
98 MMRangeDesc* pulled);
memcheck_malloc_map.c 194 allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled)
198 memcpy(pulled, &adesc->desc, sizeof(MallocDescEx));
208 allocmap_pull_first(AllocMap* map, MallocDescEx* pulled)
212 memcpy(pulled, &first->desc, sizeof(MallocDescEx));
272 MallocDescEx pulled; local
275 while (!allocmap_pull_first(map, &pulled)) {
277 if (pulled.call_stack != NULL) {
278 qemu_free(pulled.call_stack);
memcheck.c 481 MallocDescEx pulled; local
497 pull_res = procdesc_pull_malloc(proc, desc.ptr, &pulled);
505 if (desc.ptr != mallocdesc_get_user_ptr(&pulled.malloc_desc)) {
515 (uint32_t)mallocdesc_get_user_ptr(&pulled.malloc_desc));
516 memcheck_dump_malloc_desc(&pulled, 1, 0);
519 if (pulled.call_stack != NULL) {
520 qemu_free(pulled.call_stack);
memcheck_proc_management.h 256 procdesc_pull_malloc(ProcDesc* proc, target_ulong address, MallocDescEx* pulled)
258 return allocmap_pull(&proc->alloc_map, address, pulled);
  /build/core/
pdk_config.mk 127 # needs explicit dependency as package-export.apk is not explicitly pulled
132 # javalib.jar should pull classes.jar as classes.jar is not explicitly pulled.
170 # symbols should be explicitly pulled for fusion build
  /system/core/adb/
file_sync_client.c 876 int pulled = 0; local
929 pulled++;
936 fprintf(stderr, "%d file%s pulled. %d file%s skipped.\n",
937 pulled, (pulled == 1) ? "" : "s",
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 54 starting at zero. For example, the 22nd token pulled from a lexer by
  /bionic/libc/
Android.mk 866 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
  /external/ceres-solver/docs/
modeling.tex 198 entire solution getting pulled away from the optimum to reduce
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 242 milliseconds