Re: nm -P and output format

2018-01-19 Thread Joerg Schilling
Vincent Lefevre wrote: > For "nm -P", the output format is one of: > > "%s%s %s %d %d\n", , , , , > > "%s%s %s %o %o\n", , , , , > > "%s%s %s %x %x\n", , , , , > > But what should be and for undefined symbols? > > Under Linux, nm from binutils prints only blanks

nm -P and output format

2018-01-19 Thread Vincent Lefevre
For "nm -P", the output format is one of: "%s%s %s %d %d\n", , , , , "%s%s %s %o %o\n", , , , , "%s%s %s %x %x\n", , , , , But what should be and for undefined symbols? Under Linux, nm from binutils prints only blanks after the type for undefined symbols, which cannot match the specified