Closed dthaler closed 2 years ago
ELFIO expects symbols to be either 16 bytes (if 32-bit) or 24-byte (if 64-bit) But it uses the entry size in the header to compute the number of symbols. In this test file, they don't match.
Signed-off-by: Dave Thaler dthaler@microsoft.com
ELFIO expects symbols to be either 16 bytes (if 32-bit) or 24-byte (if 64-bit) But it uses the entry size in the header to compute the number of symbols. In this test file, they don't match.
Signed-off-by: Dave Thaler dthaler@microsoft.com