HomeSort by relevance Sort by last modified time
    Searched full:arg2tmp (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 938 UWord arg2tmp; local
942 arg2tmp = ML_(generic_PRE_sys_shmat)(tid, ARG1,ARG2,ARG3);
943 if (arg2tmp == 0)
946 ARG2 = arg2tmp; // used in POST
    [all...]
syswrap-arm-linux.c 830 UWord arg2tmp; local
840 arg2tmp = ML_(generic_PRE_sys_shmat)(tid, ARG1,ARG2,ARG3);
841 if (arg2tmp == 0)
844 ARG2 = arg2tmp;
    [all...]
syswrap-darwin.c 1837 UWord arg2tmp; local
    [all...]

Completed in 67 milliseconds