summaryrefslogtreecommitdiff
path: root/binfile.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Don't compute CRC32s that we know will fail.Søren Sandmann Pedersen1-3/+19
2010-04-23Eliminate some compiler warningsSøren Sandmann Pedersen1-1/+2
2009-09-14Update TODOSøren Sandmann Pedersen1-16/+16
2009-09-08Move bin file cache to state objectSøren Sandmann Pedersen1-102/+81
2009-09-08Simplify vdso reading in binfile.cSøren Sandmann Pedersen1-114/+33
2009-09-08Don't compile process.[ch] anymoreSøren Sandmann Pedersen1-2/+151
2008-06-02+Mon Jun 2 01:14:17 2008 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+0
2008-06-02Simplify loop.Søren Sandmann1-14/+13
2008-06-02Actually recurse on the debuglink.Søren Sandmann1-0/+1
2008-06-02Plug leakSøren Sandmann1-0/+2
2008-06-02Keep a list of elf files for each binary file. In some cases, notablySøren Sandmann1-160/+171
2008-05-08Fix bug where the build id name was generated incorrectly.Soren Sandmann Pedersen1-3/+3
2008-04-21More build-id workSøren Sandmann Pedersen1-59/+74
2008-04-20Initial build id supportSøren Sandmann Pedersen1-3/+24
2008-02-17Add commented out code to reject callback.Soren Sandmann1-0/+10
2007-11-20Use hash table instead of list.Soren Sandmann1-20/+5
2007-10-22Don't discard weak symbols.Soren Sandmann1-2/+7
2007-03-05New function. Only warn once about bad CRC's.Søren Sandmann1-2/+26
2007-02-09Update copyright noticesSøren Sandmann1-1/+1
2007-02-09Don't store the size of the symbol. (elf_parser_lookup_symbol): Look it upSøren Sandmann1-5/+4
2006-11-23Set inode for vdso to 0.Soren Sandmann1-11/+15
2006-11-09Start with "/usr", not "usr". Pointed out by Tim Rowley.Søren Sandmann1-2/+2
2006-11-09Look in the correct directory for debug info files. (Tim Rowley)Søren Sandmann1-4/+27
2006-11-09Add debug spew.Søren Sandmann1-3/+29
2006-11-09Die immediately if the output file is a directory.Søren Sandmann1-0/+2
2006-10-25replace PAGE_SIZE macro with this function.Soren Sandmann1-1/+0
2006-10-10+2006-10-09 Soren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-6/+23
2006-10-09New function.Soren Sandmann1-14/+66
2006-10-09Don't include bfd.hSoren Sandmann1-1/+0
2006-10-08Add a cache of the text section.Soren Sandmann1-1/+4
2006-10-08Remove now unused load-address heuristicSoren Sandmann1-1/+2
2006-10-08Use "SHT_DYNSYM" for ".dynsym".Soren Sandmann1-0/+2
2006-10-08Support _debuglink recursions.Soren Sandmann1-11/+49
2006-10-08Delete debug spewSøren Sandmann Pedersen1-0/+2
2006-10-08Deal with address offsets. Address lookup is now:Soren Sandmann1-0/+15
2006-09-23Revert accidental commitSøren Sandmann Pedersen1-4/+0
2006-09-23Remove old commented out codeSoren Sandmann1-0/+4
2006-08-22Rename elf_sym_get_* to elf_parser_get_sym_* and make these functions takeSoren Sandmann1-3/+3
2006-08-22Add ref_count and filename (bin_files): Add map from filenames to BinFilesSoren Sandmann1-16/+44
2006-08-21Pass map->bin_file to bin_symbol_get_name.Soren Sandmann1-475/+83
2006-08-21Make process_lookup_symbol() return a string. DeleteSoren Sandmann1-65/+21
2006-08-20New file, made out of files from libiberty in binutils.Soren Sandmann1-2/+2
2006-03-04Check that the inodes match.Soeren Sandmann1-0/+36
2005-09-04UpdatesSoeren Sandmann1-1/+1
2005-08-16Fix some warnings.Soeren Sandmann1-14/+0
2005-07-10Various minor clean-upsSoeren Sandmann1-8/+3
2005-07-10Cache BinFiles by filename.Soeren Sandmann1-14/+37
2005-06-10+Thu Jun 9 13:28:33 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+7
2005-05-07Implement this functionSøren Sandmann1-1/+1
2005-04-09Remove debug spewSøren Sandmann1-7/+26