On Wed, Feb 12, 2020 at 10:06:27AM +0100, Oleg Nesterov wrote: > On 02/12, Luc Van Oostenryck wrote: > > It depends on what exactly you want for 'local'. > > Yes, it should only return T if the symbol was defined inside some function. > If we have > > static int I; > > in file scope, sym_is_local() should return false and so it does, test-dissect > outputs > > 1:12 def v I int OK, then everything is fine. > Thanks for looking! You're welcome! This and the other pending ones are now pushed to main. -- Luc