summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/elfparsing.h
Commit message (Expand)AuthorAgeFilesLines
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-2/+0
* util/cbfstool: Fix typosElyes HAOUAS2018-08-281-1/+1
* util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin2017-12-191-0/+6
* cbfstool/elfheaders: Make elf_writer_destroy NULL-safeFurquan Shaikh2016-08-081-0/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: add ELF symbol, relocation, and string table supportAaron Durbin2015-10-291-0/+11
* cbfstool: add ELF header initialization helperAaron Durbin2015-10-291-0/+11
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-1/+0
* cbfstool: add ELF writing supportAaron Durbin2014-03-181-0/+31
* cbfstool: add symbol table parsing to the ELF parserAaron Durbin2014-03-141-0/+3
* cbfstool: add string table parsing to ELF parserAaron Durbin2014-03-141-2/+9
* cbfstool: add relocation parsing to ELF parserAaron Durbin2014-03-141-0/+10
* cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin2014-03-141-0/+25
* cbfstool: add eflparsing.hAaron Durbin2014-03-131-0/+32