Searched defs:INIT_CALL_SEQ (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/csu/amd64/
H A Dcrt.h30 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
/freebsd-12-stable/lib/csu/i386/
H A Dcrt.h30 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
/freebsd-12-stable/lib/csu/mips/
H A Dcrt.h32 #define INIT_CALL_SEQ(func) \ macro
46 #define INIT_CALL_SEQ(func) \ macro
/freebsd-12-stable/lib/csu/powerpc/
H A Dcrt.h31 #define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop" macro
/freebsd-12-stable/lib/csu/powerpc64/
H A Dcrt.h31 #define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop" macro
/freebsd-12-stable/lib/csu/riscv/
H A Dcrt.h7 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
/freebsd-12-stable/lib/csu/sparc64/
H A Dcrt.h31 #define INIT_CALL_SEQ(func) "call " __STRING(func) "; nop" macro

Completed in 103 milliseconds