I'm learning PPC64 assembly language, and I found the existence of the "opd" sections containing function descriptors quite odd. What is the use of these? Are they used by the linker? Why are they needed in the 64-bit ELF platforms and not the 32-bit ones? Thanks, Jon