Files
ipxe/src/util
Michael Brown 678a60f61d [efi] Treat writable sections as data sections
Hybrid bzImage and UEFI binaries (such as wimboot) may include 16-bit
executable code that is opaque data from the perspective of a UEFI PE
binary, as described in wimboot commit fe456ca ("[efi] Use separate
.text and .data PE sections").

The ELF section will be marked as containing both executable code and
writable data.  Choose to treat such a section as a data section
rather than a code section, since that matches the expected semantics
for ELF files that we expect to process.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2023-11-23 13:20:21 +00:00
..
2010-04-19 23:43:39 +01:00
2021-02-19 19:58:04 +00:00
2015-03-02 14:17:24 +00:00
2011-09-19 16:43:08 +01:00
2005-03-08 18:53:11 +00:00
2019-01-21 11:17:04 +00:00