Home
last modified time | relevance | path

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

/NextBSD/lib/libc/powerpc/
HDSYS.h45 2: b PIC_PLT(CNAME(HIDENAME(cerror))); \
59 b PIC_PLT(CNAME(HIDENAME(cerror)))
64 2: b PIC_PLT(CNAME(HIDENAME(cerror))); \
70 b PIC_PLT(CNAME(HIDENAME(cerror)))
/NextBSD/sys/amd64/include/
HDasm.h42 #define PIC_PLT(x) x@PLT macro
45 #define PIC_PLT(x) x macro
66 call PIC_PLT(HIDENAME(mcount)); \
71 call PIC_PLT(HIDENAME(mcount)); \
/NextBSD/sys/i386/include/
HDasm.h50 #define PIC_PLT(x) x@PLT macro
56 #define PIC_PLT(x) x macro
80 call PIC_PLT(HIDENAME(mcount)); \
85 call PIC_PLT(HIDENAME(mcount)); \
/NextBSD/lib/libc/i386/gen/
HD_ctx_start.S49 call PIC_PLT(_ctx_done) /* should never return */
50 call PIC_PLT(abort) /* fubar */
/NextBSD/lib/libc/powerpc/gen/
HD_ctx_start.S38 bl PIC_PLT(CNAME(_ctx_done)) /* branch to ctxt completion func */
43 bl PIC_PLT(CNAME(abort)) /* abort */
/NextBSD/lib/libc/powerpc/sys/
HDptrace.S42 bl PIC_PLT(CNAME(__error))
58 b PIC_PLT(HIDENAME(cerror))
HDexect.S39 b PIC_PLT(HIDENAME(cerror))
HDpipe.S43 b PIC_PLT(HIDENAME(cerror))
HDcerror.S47 bl PIC_PLT(CNAME(__error))
HDsbrk.S70 b PIC_PLT(HIDENAME(cerror))
HDbrk.S73 b PIC_PLT(HIDENAME(cerror))
/NextBSD/sys/powerpc/include/
HDasm.h43 #define PIC_PLT(x) x@plt macro
52 #define PIC_PLT(x) x macro
/NextBSD/lib/libc/amd64/sys/
HDcerror.S52 call PIC_PLT(CNAME(__error))
/NextBSD/lib/libc/i386/sys/
HDcerror.S54 call PIC_PLT(CNAME(__error))