https://bugzilla.kernel.org/show_bug.cgi?id=218018 Rajesh (r.pandian@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.pandian@xxxxxxxxx --- Comment #1 from Rajesh (r.pandian@xxxxxxxxx) --- (In reply to Paul Pluzhnikov from comment #0) > dl_iterate_phdr should mention Elf64_Phdr (in addition to Elf32_Phdr). > Currently the man page says: > > These program headers are structures of the following form: > typedef { ... } Elf32_Phdr; > > which is obviously wrong for 64-bit binaries. Hello Paul, Do you think the following would be helpful. Replacing "These program headers are structures of the following form:" with the following The ELF program header is described by the type Elf32_Phdr or Elf64_Phdr depending on the architecture. Following is an example of 32 bit architecture. Refer to elf (man elf) for more information on 64 bit architecture. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.