[Nasm-bugs] [Bug 3392533] Considerations for segment support in ELF

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Jul 27 23:48:53 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392533

--- Comment #55 from TK Chia <u1049321969 at caramail.com> ---
Hello hpa,

However, we _can_ already look up the symbol table for (say) "foo", and find
that it is in ".text$" (via st_shndx), possibly follow a back link
(sh_link/sh_info) to a ".text!" section, and use the location of ".text!"
accordingly.

This turns out to be quite straightforward to implement programmatically. 
(Except for the setting of sh_link, but I am working on it.)

Thank you!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list