audk/BaseTools/Source/Python/AutoGen
Chen, Lin Z 7438a85bf1 BaseTools: Fix wrong variable header size
There are two type variable header and their size are different,
need to use matched size when calculating offset info, otherwise
it'll destroy other variables content when patching.

Signed-off-by: Chen, Lin Z <lin.z.chen@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
2022-01-13 09:35:35 +00:00
..
AutoGen.py
AutoGenWorker.py BaseTools: Fix the bug of --cmd-len build option 2021-12-28 08:39:25 +00:00
BuildEngine.py
DataPipe.py BaseTools: Fix the bug of --cmd-len build option 2021-12-28 08:39:25 +00:00
GenC.py BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO 2020-10-13 02:35:08 +00:00
GenDepex.py
GenMake.py BaseTools/GenMake: Use ToolDefinition as fallback option 2021-09-29 14:31:37 +00:00
GenPcdDb.py BaseTools: Fix the improper error logging 2021-01-06 02:57:38 +00:00
GenVar.py BaseTools: Fix wrong variable header size 2022-01-13 09:35:35 +00:00
IdfClassObject.py
IncludesAutoGen.py BaseTools: Resolve index out of range errors. 2020-11-19 02:22:57 +00:00
InfSectionParser.py
ModuleAutoGen.py BaseTools: Remove Makefile/MakefileName fields 2021-09-29 14:31:37 +00:00
ModuleAutoGenHelper.py BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issues 2021-05-03 18:16:23 +00:00
PlatformAutoGen.py BaseTools: Fix DSC override of Guided tool 2021-05-10 23:28:58 +00:00
StrGather.py
UniClassObject.py python: Replace distutils.utils.split_quotes with shlex.split 2021-08-02 03:09:59 +00:00
ValidCheckingInfoObject.py
WorkspaceAutoGen.py
__init__.py