Symbol table '.dynsym' contains entries with LOCAL visibility and type SECTION

William Tambe tambewilliam@gmail.com
Fri Mar 27 00:51:20 GMT 2020


What could be the reason that entries with LOCAL visibility and type
SECTION are showing in the symbol table '.dynsym' as shown below ?
What could be done to prevent that ?

Symbol table '.dynsym' contains 14 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 000001f4     0 SECTION LOCAL  DEFAULT    5
     2: 00000216     0 SECTION LOCAL  DEFAULT    6
     3: 000003cc     0 SECTION LOCAL  DEFAULT    7
     4: 000013e8     0 SECTION LOCAL  DEFAULT    8
     5: 000013ec     0 SECTION LOCAL  DEFAULT    9
     6: 000013f4     0 SECTION LOCAL  DEFAULT   10
     7: 00001484     0 SECTION LOCAL  DEFAULT   12
     8: 0000149c     0 SECTION LOCAL  DEFAULT   14
     9: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND foo2
    10: 000001f4     0 FUNC    GLOBAL DEFAULT    5 _init
    11: 000003cc     0 FUNC    GLOBAL DEFAULT    7 _fini
    12: 00000364    42 FUNC    GLOBAL DEFAULT    6 func
    13: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND foo



More information about the Binutils mailing list