Home
last modified time | relevance | path

Searched refs:protlocal (Results 1 – 4 of 4) sorted by relevance

/elf/
A Dvismod1.c21 protlocal (void) in protlocal() function
31 return protlocal () + 0x10; in calllocal1()
37 return protlocal; in getlocal1()
A Dvismod2.c22 protlocal (void) in protlocal() function
32 return protlocal () + 0x100; in calllocal2()
38 return protlocal; in getlocal2()
A Dvismain.c38 extern int protlocal (void);
53 val = protlocal () + calllocal1 () + calllocal2 (); in do_test()
65 if (protlocal == getlocal1 ()) in do_test()
70 if (protlocal == getlocal2 ()) in do_test()
257 protlocal (void) in protlocal() function
A Dvismod.h26 extern int protlocal (void);

Completed in 4 milliseconds