index
:
~sandmann/sysprof
expanding-window
newui
sw
unwind
Unnamed repository; edit this file to name it for gitweb.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elfparser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-08
Remove final bits of binparser
Søren Sandmann Pedersen
1
-223
/
+44
2009-10-08
Eliminate more BinParser stuff
Søren Sandmann Pedersen
1
-84
/
+70
2009-10-08
Beginning of the end for BinParser.
Søren Sandmann Pedersen
1
-54
/
+91
2009-09-08
Make sure parser->symbols is non-NULL after read_table()
Søren Sandmann Pedersen
1
-2
/
+11
2009-02-21
Disregard symbols that are not defined with respect to the text section
Søren Sandmann Pedersen
1
-12
/
+17
2008-06-05
Apply patch from binutils to demangle local-source names. Binutils
Geoffrey Keating
1
-2
/
+2
2008-06-02
Keep a list of elf files for each binary file. In some cases, notably
Søren Sandmann
1
-0
/
+15
2008-05-08
Fix bug where the build id name was generated incorrectly.
Soren Sandmann Pedersen
1
-0
/
+6
2008-04-21
More build-id work
Søren Sandmann Pedersen
1
-17
/
+27
2008-04-20
Initial build id support
Søren Sandmann Pedersen
1
-4
/
+69
2008-03-29
Beginning of a dwarf unwinder.
Søren Sandmann
1
-9
/
+26
2008-02-17
Add commented out code to reject callback.
Soren Sandmann
1
-8
/
+28
2007-10-25
Use an array instead of a list. Look for vmlinux in the source directory.
Soren Sandmann
1
-10
/
+11
2007-10-22
Don't discard weak symbols.
Soren Sandmann
1
-13
/
+37
2007-03-24
+ * elfparser.c (elf_parser_get_crc32): madvise()
Soren Sandmann
1
-1
/
+3
2007-03-02
Fix two leaks, both pointed out by Kjartan Maraas
Soren Sandmann
1
-1
/
+3
2007-02-25
svn path=/trunk/; revision=355
Søren Sandmann Pedersen
1
-14
/
+28
2007-02-24
Updates
Soren Sandmann
1
-59
/
+59
2007-02-24
Switch to a simpler conceptual model. Update to binparser API changes.
Soren Sandman
1
-167
/
+250
2007-02-09
svn path=/trunk/; revision=351
Søren Sandmann Pedersen
1
-1
/
+1
2007-02-09
Update copyright notices
Søren Sandmann
1
-0
/
+17
2007-02-09
Don't store the size of the symbol. (elf_parser_lookup_symbol): Look it up
Søren Sandmann
1
-5
/
+12
2006-11-19
Declare bin_parser_free();
Soren Sandmann
1
-0
/
+9
2006-11-11
New function
Soren Sandmann
1
-102
/
+0
2006-11-02
Valgrind:
Soren Sandmann
1
-0
/
+2
2006-10-09
New function.
Soren Sandmann
1
-4
/
+4
2006-10-08
Add a cache of the text section.
Soren Sandmann
1
-35
/
+26
2006-10-08
Remove now unused load-address heuristic
Soren Sandmann
1
-46
/
+22
2006-10-08
Use "SHT_DYNSYM" for ".dynsym".
Soren Sandmann
1
-11
/
+24
2006-10-08
Support _debuglink recursions.
Soren Sandmann
1
-17
/
+66
2006-10-08
Delete debug spew
Søren Sandmann Pedersen
1
-0
/
+10
2006-10-08
Deal with address offsets. Address lookup is now:
Soren Sandmann
1
-6
/
+49
2006-09-23
Remove old commented out code Add commented out code accessing entire
Soren Sandmann
1
-27
/
+42
2006-09-23
Revert accidental commit
Søren Sandmann Pedersen
1
-30
/
+29
2006-09-23
Remove old commented out code
Soren Sandmann
1
-29
/
+30
2006-08-26
Update to new API
Soren Sandmann
1
-16
/
+5
2006-08-26
Add new struct BinRecord. Comment out functions related to formats. Add
Soren Sandmann
1
-50
/
+41
2006-08-22
Rename elf_sym_get_* to elf_parser_get_sym_* and make these functions take
Soren Sandmann
1
-36
/
+9
2006-08-21
Pass map->bin_file to bin_symbol_get_name.
Soren Sandmann
1
-3
/
+12
2006-08-21
Update
Soren Sandmann
1
-4
/
+2
2006-08-21
Initialize crc to 0xffffffff and invert it before returning.
Soren Sandmann
1
-2
/
+2
2006-08-21
Comment out debug spew. (elf_parser_lookup_symbol): Add check that address
Soren Sandmann
1
-4
/
+21
2006-08-21
New function
Soren Sandmann
1
-0
/
+28
2006-08-21
New function
Soren Sandmann
1
-21
/
+185
2006-08-20
Read the name out of the file instead of out of the struct.
Soren Sandmann
1
-6
/
+49
2006-08-20
New file, made out of files from libiberty in binutils.
Soren Sandmann
1
-143
/
+137
2006-08-19
Many cleanups.
Soren Sandmann
1
-352
/
+263
2006-08-16
Pass the correct pointer.
Søren Sandmann
1
-2
/
+2
2006-08-16
Really add this file.
Soren Sandmann
1
-11
/
+102
2006-08-16
Add beginning of an ELF parser.
Soren Sandmann
1
-0
/
+458