Re: [Bug 218018] dl_iterate_phdr should mention Elf64_Phdr (in addition to Elf32_Phdr).
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-01-01 11:53:06
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-01-01 11:53:06
On Wed, Dec 27, 2023 at 04:47:48PM +0000, bugzilla-daemon@kernel.org wrote:
https://bugzilla.kernel.org/show_bug.cgi?id=218018--- Comment #2 from Paul Pluzhnikov (ppluzhnikov@google.com) ---(In reply to Rajesh from comment #1)quoted
Do you think the following would be helpful.Sure.quoted
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.I suggest deleting the last 4 words, i.e. Refer to elf (man elf) for more information. since "man elf" describes both Elf{32,64}_Phdr in a bit more detail.
I suggest creating link pages Elf32_Phdr(3type) and Elf64_Phdr(3type) both of which link to elf(5).
-- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.
-- <https://www.alejandro-colomar.es/> Looking for a remote C programming job at the moment.