[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_43594597A42ABAAF0EA365888306E8429F08@qq.com>
Date: Thu, 29 Dec 2022 09:33:32 +0800
From: Rong Tao <rtoax@...mail.com>
To: linux@...ssschuh.net
Cc: jpoimboe@...nel.org, linux-kernel@...r.kernel.org,
peterz@...radead.org
Subject: Re: [PATCH v2 5/8] objtool: reduce memory usage of struct reloc
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
Powered by blists - more mailing lists