summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/elfheaders.c
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-4/+1
* util/cbfstool: Fix typosPatrick Georgi2020-01-301-1/+1
* util/cbfstool: Prevent overflow of 16 bit multiplicationsJacob Garber2019-07-071-6/+8
* util/cbfstool: Support AMD64 rmodulesPatrick Rudolph2018-12-191-0/+3
* util/cbfstool: Fix typosElyes HAOUAS2018-08-281-1/+1
* util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin2017-12-191-0/+23
* rmodtool: Increase limit on number of symbolsDamien Zammit2017-09-131-5/+6
* util/cbfstool: demote not-ELF error to debugPatrick Georgi2017-07-071-1/+1
* cbfstool/elfheaders: Make elf_writer_destroy NULL-safeFurquan Shaikh2016-08-081-0/+4
* elfwriter: Fix multi-phdrs ELFs parsingAntonello Dettori2016-06-171-2/+8
* cbfstool: add ppc64 supportRonald G. Minnich2015-12-121-0/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: avoid naming variables "index"Patrick Georgi2015-10-311-11/+11
* cbfstool: add ELF symbol, relocation, and string table supportAaron Durbin2015-10-291-12/+419
* cbfstool: merge consecutive elf sections in program segmentsAaron Durbin2015-10-291-17/+78
* cbfstool: add ELF header initialization helperAaron Durbin2015-10-291-0/+24
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-2/+0
* cbfstool: Remove arch check for different stagesFurquan Shaikh2015-01-131-10/+0
* aarch64: Add ELF supportMarcelo Povoa2014-12-091-0/+1
* RISCV: add this architecture to cbfstoolRonald G. Minnich2014-10-161-0/+1
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* elfheaders: fix 64-bit ELF writingAaron Durbin2014-08-221-1/+2
* cbfstool: free stale memoryPatrick Georgi2014-08-101-1/+4
* util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel2014-05-271-1/+1
* cbfstool: add ELF writing supportAaron Durbin2014-03-181-0/+319
* cbfstool: add symbol table parsing to the ELF parserAaron Durbin2014-03-141-0/+71
* cbfstool: add string table parsing to ELF parserAaron Durbin2014-03-141-2/+50
* cbfstool: add relocation parsing to ELF parserAaron Durbin2014-03-141-0/+87
* cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin2014-03-141-31/+81
* cbfstool: remove incorrect section size checkAaron Durbin2014-03-131-5/+0
* cbfstool: elfparsing: check segment and section regionsAaron Durbin2014-03-131-2/+16
* cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin2014-03-131-2/+2
* cbfstool: add eflparsing.hAaron Durbin2014-03-131-1/+1
* cbfstool: move iself() to eflheaders.cAaron Durbin2014-03-131-0/+7
* cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin2014-03-131-68/+79
* cbfstool: Eliminate global variable "arch"Alexandru Gagniuc2014-02-041-0/+1
* Add section header parsing and use it in the mk-payload stepRonald G. Minnich2014-02-021-0/+343