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

  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 31 char *intaddr = NULL; local
40 : "m" (intaddr) /* input: address of var to store target addr to */
43 /* intaddr is the address of the int 3 insn. rip_at_sig is the PC
46 if (intaddr != NULL && rip_at_sig != NULL
47 && rip_at_sig == intaddr+1)
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 31 char *intaddr = NULL; local
40 : "m" (intaddr) /* input: address of var to store target addr to */
43 /* intaddr is the address of the int 3 insn. eip_at_sig is the PC
46 if (intaddr != NULL && eip_at_sig != NULL
47 && eip_at_sig == intaddr+1)

Completed in 336 milliseconds