Searched refs:INIT_CALL_SEQ (Results 1 - 9 of 9) 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/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
/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/common/
H A Dcrtbegin.c92 "\t" INIT_CALL_SEQ(__do_global_dtors_aux) "\n"
125 "\t" INIT_CALL_SEQ(register_classes) "\n"
H A Dcrtend.c66 "\t" INIT_CALL_SEQ(__do_global_ctors_aux) "\n"

Completed in 61 milliseconds