Searched refs:PLTJMP (Results 1 – 15 of 15) sorted by relevance
41 # define PLTJMP(_x) _x##@plt macro43 # define PLTJMP(_x) _x macro
29 #define PLTJMP(_x) _x##@PLT macro31 #define PLTJMP(_x) _x macro
27 b PLTJMP(HIDDEN_JUMPTARGET(__sigsetjmp))
97 B PLTJMP(C_SYMBOL_NAME(__sigjmp_save))
73 #define PLTJMP(_x) _x##(PLT) macro117 bl PLTJMP(mcount); \
75 bl PLTJMP(__sigprocmask)97 bne PLTJMP(__setcontext)100 b PLTJMP(HIDDEN_JUMPTARGET(exit))
38 beq PLTJMP(syscall_error)62 blt PLTJMP(C_SYMBOL_NAME(__syscall_error))
53 b PLTJMP(SYSCALL_ERROR)
47 b PLTJMP(syscall_error)
37 B PLTJMP(HIDDEN_JUMPTARGET(__fortify_fail)); \
49 bl PLTJMP(__sigprocmask)
94 b PLTJMP(SYSCALL_ERROR)159 bl PLTJMP(C_SYMBOL_NAME(__errno_location)); \
83 .long PLTJMP(C_SYMBOL_NAME(_exit))
111 # define CALL_ERRNO_SETTER_C bl PLTJMP(HIDDEN_JUMPTARGET(__syscall_error))113 # define CALL_ERRNO_SETTER_C bl PLTJMP(__syscall_error)
Completed in 11 milliseconds