Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
jeandet
- Tue, 30 Dec 2014 20:48:03
Show More
0
ressources/Gnome-emblem-unreadable.png
ressources/Gnome-emblem-unreadable.png
created
644
binary
0
0
1
NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
0
ressources/Gnome-list-add.png
ressources/Gnome-list-add.png
created
644
binary
0
0
1
NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
0
ressources/Gnome-user-trash.png
ressources/Gnome-user-trash.png
created
644
binary
0
0
1
NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
0
ressources/genericBinaryFiles.qrc
ressources/genericBinaryFiles.qrc
created
644
+7
0
@@
-0,0
+1,7
1
<RCC>
2
<qresource prefix="/img">
3
<file>Gnome-list-add.png</file>
4
<file>Gnome-user-trash.png</file>
5
<file>Gnome-emblem-unreadable.png</file>
6
</qresource>
7
</RCC>
0
elf/elffile.cpp
elf/elffile.cpp
+4
-1
@@
-34,6
+34,7
ElfFile::ElfFile()
34
this -> elfFile = ( int ) NULL ;
34
this -> elfFile = ( int ) NULL ;
35
this -> e = NULL ;
35
this -> e = NULL ;
36
this -> data = NULL ;
36
this -> data = NULL ;
37
this -> SymbolCount = 0 ;
37
}
38
}
38
39
39
ElfFile :: ElfFile ( const QString & File )
40
ElfFile :: ElfFile ( const QString & File )
@@
-45,6
+46,7
ElfFile::ElfFile(const QString &File)
45
this -> e = NULL ;
46
this -> e = NULL ;
46
this -> p_fileName = File ;
47
this -> p_fileName = File ;
47
this -> data = NULL ;
48
this -> data = NULL ;
49
this -> SymbolCount = 0 ;
48
openFile ( File );
50
openFile ( File );
49
}
51
}
50
52
@@
-840,7
+842,8
void ElfFile::updateSymbols()
840
for ( int i = 0 ; i < ( int ) SectionCount ; i ++ )
842
for ( int i = 0 ; i < ( int ) SectionCount ; i ++ )
841
{
843
{
842
//First find Symbol table
844
//First find Symbol table
843
if(this -> getSectionName ( i ) ==".symtab")
845
QString sectionName = this -> getSectionName ( i );
846
if ( sectionName == ".symtab" || sectionName == ".dynsym" )
844
{
847
{
845
Elf_Section * sec = sections . at ( i );
848
Elf_Section * sec = sections . at ( i );
846
this -> SymbolCount = sec -> section_header -> sh_size / sec -> section_header -> sh_entsize ;
849
this -> SymbolCount = sec -> section_header -> sh_size / sec -> section_header -> sh_entsize ;
0
genericbinaryfilewidget.ui
genericbinaryfilewidget.ui
+7
-7
0
genericBinaryFiles.qrc
genericBinaryFiles.qrc
removed
0
-7
1
NO CONTENT: file was removed
NO CONTENT: file was removed
0
ressources/Gnome-emblem-unreadable.svg
ressources/Gnome-emblem-unreadable.svg
removed
0
-258
1
NO CONTENT: file was removed
NO CONTENT: file was removed
0
ressources/Gnome-list-add.svg
ressources/Gnome-list-add.svg
removed
0
-102
1
NO CONTENT: file was removed
NO CONTENT: file was removed
0
ressources/Gnome-user-trash.svg
ressources/Gnome-user-trash.svg
removed
0
-266
1
NO CONTENT: file was removed
NO CONTENT: file was removed
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages