Home
last modified time | relevance | path

Searched refs:BRANCH_EXTERN (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/libsyscall/custom/ !
H A DSYS.h69 BRANCH_EXTERN(tramp_cerror) ;\
78 BRANCH_EXTERN(tramp_cerror) ;\
86 BRANCH_EXTERN(tramp_##cerror) ;\
93 BRANCH_EXTERN(tramp_##cerror) ;\
102 BRANCH_EXTERN(tramp_cerror_nocancel) ;\
141 BRANCH_EXTERN(_cerror) ;\
150 BRANCH_EXTERN(_##cerror) ;\
H A D__vfork.s75 BRANCH_EXTERN(tramp_cerror)
117 BRANCH_EXTERN(_cerror)
H A D__syscall.s42 BRANCH_EXTERN(tramp_cerror)
/xnu-8019.80.24/osfmk/arm64/ !
H A Dasm.h138 .macro BRANCH_EXTERN
202 # define BRANCH_EXTERN(x) b EXT(x)
H A Dcaches_asm.s398 BRANCH_EXTERN flush_dcache
407 BRANCH_EXTERN clean_dcache
H A Dmachine_routines_asm.s317 BRANCH_EXTERN panic
324 BRANCH_EXTERN panic
/xnu-8019.80.24/EXTERNAL_HEADERS/architecture/i386/ !
H A Dasm_help.h356 #define BRANCH_EXTERN(func) \
361 #define BRANCH_EXTERN(func) \
398 #define BRANCH_EXTERN(func) jmp func
/xnu-8019.80.24/osfmk/arm/ !
H A Dasm.h186 # define BRANCH_EXTERN(x) ldr pc, [pc, #-4] ; \ macro
189 # define BRANCH_EXTERN(x) b EXT(x) macro