Re: [PATCH v2 5/8] objtool: reduce memory usage of struct reloc
From: Rong Tao
Date: Wed Dec 28 2022 - 20:33:45 EST
Hi, Thomas!
Is this likely to cause most RELOC failures? As shown in the following
example:
#include <bfd.h>
#include <stdio.h>
int main(void)
{
printf("%d\n", BFD_RELOC_S12Z_OPR);
return 0;
}
The BFD_RELOC_S12Z_OPR equal to 2366.
Best wishes.
Rong Tao