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 955 UWord arg2tmp; local
959 arg2tmp = ML_(generic_PRE_sys_shmat)(tid, ARG1,ARG2,ARG3);
960 if (arg2tmp == 0)
963 ARG2 = arg2tmp; // used in POST
    [all...]
syswrap-arm-linux.c 905 UWord arg2tmp; local
915 arg2tmp = ML_(generic_PRE_sys_shmat)(tid, ARG1,ARG2,ARG3);
916 if (arg2tmp == 0)
919 ARG2 = arg2tmp;
    [all...]
syswrap-darwin.c 1876 UWord arg2tmp; local
    [all...]

Completed in 587 milliseconds