Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dasm.h45 #define PIC_PLT(x) x@PLT macro
48 #define PIC_PLT(x) x macro
73 call PIC_PLT(HIDENAME(mcount)); \
83 call PIC_PLT(HIDENAME(mcount)); \
/freebsd/sys/i386/include/
H A Dasm.h49 #define PIC_PLT(x) x@PLT macro
55 #define PIC_PLT(x) x macro
83 call PIC_PLT(HIDENAME(mcount)); \
93 call PIC_PLT(HIDENAME(mcount)); \
/freebsd/lib/libc/i386/gen/
H A D_ctx_start.S47 call PIC_PLT(_ctx_done) /* should never return */
48 call PIC_PLT(abort) /* fubar */
/freebsd/lib/libsys/amd64/
H A Dcerror.S48 call PIC_PLT(CNAME(__error))
/freebsd/sys/powerpc/include/
H A Dasm.h44 #define PIC_PLT(x) x@plt macro
53 #define PIC_PLT(x) x macro
/freebsd/lib/libsys/i386/
H A Dcerror.S50 call PIC_PLT(CNAME(__error))
/freebsd/lib/libc/powerpc/gen/
H A D_ctx_start.S47 bl PIC_PLT(CNAME(abort)) /* abort */
/freebsd/lib/libsys/powerpc/
H A Dcerror.S53 bl PIC_PLT(CNAME(__error))