Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/include/
HDasm.h47 #define PIC_PLT(x) x@PLT macro
50 #define PIC_PLT(x) x macro
75 call PIC_PLT(HIDENAME(mcount)); \
85 call PIC_PLT(HIDENAME(mcount)); \
/freebsd-14-stable/sys/i386/include/
HDasm.h51 #define PIC_PLT(x) x@PLT macro
57 #define PIC_PLT(x) x macro
85 call PIC_PLT(HIDENAME(mcount)); \
95 call PIC_PLT(HIDENAME(mcount)); \
/freebsd-14-stable/lib/libc/i386/gen/
HD_ctx_start.S47 call PIC_PLT(_ctx_done) /* should never return */
48 call PIC_PLT(abort) /* fubar */
/freebsd-14-stable/lib/libc/amd64/sys/
HDcerror.S51 call PIC_PLT(CNAME(__error))
/freebsd-14-stable/lib/libc/i386/sys/
HDcerror.S53 call PIC_PLT(CNAME(__error))
/freebsd-14-stable/lib/libc/powerpc/gen/
HD_ctx_start.S47 bl PIC_PLT(CNAME(abort)) /* abort */
/freebsd-14-stable/sys/powerpc/include/
HDasm.h44 #define PIC_PLT(x) x@plt macro
53 #define PIC_PLT(x) x macro
/freebsd-14-stable/lib/libc/powerpc/sys/
HDcerror.S53 bl PIC_PLT(CNAME(__error))