On Mon, 5 Feb 2024 at 02:06, Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote: > > So v6.7 onwards misses .reloc section, right? > > Confused... Reloc info is still present as normal in data directories, e.g. `llvm-objdump -p` shows NumberOfRvaAndSizes = 6. Reloc info is taken from index 5 https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PeImage.h#L128 . (I've been told a dummy .reloc section was dumped recently?)