Home
last modified time | relevance | path

Searched defs:INIT_CALL_SEQ (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/csu/amd64/
H A Dcrt.h28 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
/freebsd/lib/csu/i386/
H A Dcrt.h28 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
/freebsd/lib/csu/riscv/
H A Dcrt.h6 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
/freebsd/lib/csu/powerpc/
H A Dcrt.h29 #define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop" macro
/freebsd/lib/csu/powerpc64/
H A Dcrt.h29 #define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop" macro