Home
last modified time | relevance | path

Searched refs:HIDENAME (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libsys/amd64/
H A Dcerror.S36 .globl HIDENAME(cerror)
37 .hidden HIDENAME(cerror)
46 HIDENAME(cerror):
H A Dgetcontext.S40 jb HIDENAME(cerror)
H A Dvfork.S45 jmp HIDENAME(cerror)
H A DSYS.h46 jb HIDENAME(cerror); \
H A Drfork_thread.S88 jmp HIDENAME(cerror)
/freebsd/lib/libsys/i386/
H A Dcerror.S36 .globl HIDENAME(cerror)
37 .hidden HIDENAME(cerror)
46 HIDENAME(cerror):
H A Dsyscall.S43 jb HIDENAME(cerror)
H A Dgetcontext.S40 jb HIDENAME(cerror)
H A Dvfork.S45 jmp HIDENAME(cerror)
H A DSYS.h45 jb HIDENAME(cerror); \
H A Drfork_thread.S108 jmp HIDENAME(cerror)
/freebsd/lib/libsys/powerpc64/
H A Dcerror.S31 .globl HIDENAME(cerror)
39 ENTRY_NOPROF(HIDENAME(cerror))
57 END(HIDENAME(cerror))
H A DSYS.h50 bl CNAME(HIDENAME(cerror)); \
/freebsd/sys/amd64/include/
H A Dasm.h59 #define HIDENAME(asmsym) .asmsym macro
73 call PIC_PLT(HIDENAME(mcount)); \
83 call PIC_PLT(HIDENAME(mcount)); \
/freebsd/sys/i386/include/
H A Dasm.h67 #define HIDENAME(asmsym) .asmsym macro
83 call PIC_PLT(HIDENAME(mcount)); \
93 call PIC_PLT(HIDENAME(mcount)); \
/freebsd/lib/libsys/powerpc/
H A Dcerror.S31 .globl HIDENAME(cerror)
39 HIDENAME(cerror):
H A DSYS.h47 b CNAME(HIDENAME(cerror))
/freebsd/sys/powerpc/include/
H A Dasm.h60 #define HIDENAME(asmsym) __CONCAT(_,asmsym) macro
62 #define HIDENAME(asmsym) __CONCAT(.,asmsym) macro