Hello everybody ,
I have a .txt file like:
Symbols from __ctype_tab.o:
Name Value Class Type Size Line Section
__ctype |00000000| D | OBJECT |00000004| |.data
__ctype_tab |00000000| r | OBJECT |00000101| |.rodata
Symbols from _ashldi3.o:
Name Value Class Type Size Line Section
__ashldi3 |00000000| T | FUNC |00000050| |.text
How can i parsr this file and get the functions with type FUNC ? Also,from this txt how can i parse and extract .o name ?
How can i get them by column wise parsing or else how.
I need an immediate help...Waiting for an appropriate solution as usual