Re: [PATCH 3/5] elflint: Fix invalid type of relocation info and other issues on mips

2023-05-17 Thread Ying Huang
Hi, 在 2023/5/11 23:59, Mark Wielaard 写道: > Hi, > > On Tue, 2023-04-11 at 16:12 +0800, Ying Huang wrote: >> From: Ying Huang >> >> add some check related functions >> --- >> backends/mips_init.c | 3 +++ >> backends/mips_symbol.c| 33 + >> libebl/eblreloc

Re: [PATCH 3/5] elflint: Fix invalid type of relocation info and other issues on mips

2023-05-11 Thread Mark Wielaard
Hi, On Tue, 2023-04-11 at 16:12 +0800, Ying Huang wrote: > From: Ying Huang > > add some check related functions > --- > backends/mips_init.c | 3 +++ > backends/mips_symbol.c| 33 + > libebl/eblrelocvaliduse.c | 8 ++-- > src/elflint.c

[PATCH 3/5] elflint: Fix invalid type of relocation info and other issues on mips

2023-04-11 Thread Ying Huang
From: Ying Huang add some check related functions --- backends/mips_init.c | 3 +++ backends/mips_symbol.c| 33 + libebl/eblrelocvaliduse.c | 8 ++-- src/elflint.c | 23 --- 4 files changed, 62 insertions(+), 5 deleti