一覧で追加可能です。しかし、どのように辞書に追加することができますか?辞書一覧
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
Symbols from _ashrdi3.o:
Name Value Class Type Size Line Section
__ashrdi3 |00000000| T | FUNC|00000058| |.text
Symbols from _fixdfdi.o:
Name Value Class Type Size Line Section
__fixdfdi |00000000| T | FUNC|0000004c| |.text
__fixunsdfdi | | U | NOTYPE| | |*UND*
私のような辞書を作成することができます方法:上記のテキストの
dictOfTables {'__ctype_tab.o':{'__ctype': Name:...,Value:...,Class:...,Type:...,Size:...,Line:...,Section:...}} etc.
を?
最終辞書 {'_ashrdi3.o':{'__ashrdi3':{'セクション:' .text '、'値 ':' 00000000 '、'行 ':' '、'タイプ ':' FUNC '、' Class ':' T '、' Size ':' 00000058 '}}、 ' _ashldi3.o ':{' __ashldi3 ':{'セクション ':' .text '、'値 ':' 00000000 ''_fixdfdi.o':{'__fixdfdi':{'セクション': 'ライン': ''、 'タイプ': 'FUNC'、 'クラス': 'T'、 'サイズ': '00000050'}} '.text'、 'Value': '00000000'、 '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '0000004c'} '__fixunsdfdi' : '' '' '' '' ''タイプ '' 'NOTYPE' ''クラス '' '' '' ''}}} – flight