What is TEX in the object code of my OpenCL program? I put my kernel in the kernel analyzer and I saw the label TEX in the object code. I\'m no开发者_如何转开发t sure what it means. I didn\'t find the
This question already has answers here: Assembly code vs Machine code vs Object code? (10 answers) 开发者_运维百科
I\'ve been using objdump to look at assembly code in Linux ELF binaries. Sometimes there is an indirect jump through a jump table that is stored in the rodata (read-only data) section.