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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 63 int (*__collector_VM_ReadByteInstruction)(unsigned char *) = NULL;
253 if (__collector_VM_ReadByteInstruction)
255 int v = __collector_VM_ReadByteInstruction (p);
423 if (__collector_VM_ReadByteInstruction == NULL)
424 __collector_VM_ReadByteInstruction = (int(*)(unsigned char*)) dlsym (RTLD_DEFAULT, "Async_VM_ReadByteInstruction");
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 63 int (*__collector_VM_ReadByteInstruction)(unsigned char *) = NULL;
253 if (__collector_VM_ReadByteInstruction)
255 int v = __collector_VM_ReadByteInstruction (p);
423 if (__collector_VM_ReadByteInstruction == NULL)
424 __collector_VM_ReadByteInstruction = (int(*)(unsigned char*)) dlsym (RTLD_DEFAULT, "Async_VM_ReadByteInstruction");

Completed in 33 milliseconds