Ifrextractor not pulling all HII data from module

Taking a look at the PciDynamicSetup module in my uefi in hex I noticed a large amount of readable text detailing a breadth of options however running ifrextracor only pulls an extremely small subset of these options and it’s associated help text.

I can read the missing text in a hex editor but the real issue is that without the ifr output I don’t have any of the offsets or other data for setting these options. It is worth noting that the efi variable associated with these options is also much shorter than it should be to carry all the options that are readable in hex form.

Is there any information on how the info in these modules is formatted that would allow me to fill in the missing pieces?