lkml.org 
[lkml]   [2022]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 5/8] objtool: reduce memory usage of struct reloc
Date
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

\
 
 \ /
  Last update: 2023-03-26 23:22    [W:0.219 / U:2.632 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site