how to disassemble dll with cuda code?

[win 7 x64]

if exe file with cuda code than :

cuobjdump -xelf all exe_within_cuda_code.exe
nvdisasm exe_within_cuda_code.sm_50.cubin

but how dll ? cuobjdump not create any file with the same parameters …