Home
last modified time | relevance | path

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

/dflybsd-src/test/nvmm/demo/smallkern/
H A Dasm.h64 #define PIC_PLT(x) x@PLT macro
67 #define PIC_PLT(x) x macro
73 pushq %rbp; leaq (%rsp),%rbp; call PIC_PLT(__mcount); popq %rbp
/dflybsd-src/sys/cpu/x86_64/include/
H A Dasm.h42 #define PIC_PLT(x) x@PLT macro
63 #define PIC_PLT(x) x macro
/dflybsd-src/lib/libc/x86_64/gen/
H A Dsetjmp.S57 call PIC_PLT(CNAME(_sigprocmask))
85 call PIC_PLT(CNAME(_sigprocmask))
H A Dsigsetjmp.S62 call PIC_PLT(CNAME(_sigprocmask))
91 call PIC_PLT(CNAME(_sigprocmask))
/dflybsd-src/lib/libc/x86_64/sys/
H A Dgetcontext.S56 call PIC_PLT(CNAME(_sigprocmask))