summaryrefslogtreecommitdiff
path: root/util/cbfstool/elfheaders.c
AgeCommit message (Expand)Author
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-01-30util/cbfstool: Fix typosPatrick Georgi
2019-07-07util/cbfstool: Prevent overflow of 16 bit multiplicationsJacob Garber
2018-12-19util/cbfstool: Support AMD64 rmodulesPatrick Rudolph
2018-08-28util/cbfstool: Fix typosElyes HAOUAS
2017-12-19util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin
2017-09-13rmodtool: Increase limit on number of symbolsDamien Zammit
2017-07-07util/cbfstool: demote not-ELF error to debugPatrick Georgi
2016-08-08cbfstool/elfheaders: Make elf_writer_destroy NULL-safeFurquan Shaikh
2016-06-17elfwriter: Fix multi-phdrs ELFs parsingAntonello Dettori
2015-12-12cbfstool: add ppc64 supportRonald G. Minnich
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-31cbfstool: avoid naming variables "index"Patrick Georgi
2015-10-29cbfstool: add ELF symbol, relocation, and string table supportAaron Durbin
2015-10-29cbfstool: merge consecutive elf sections in program segmentsAaron Durbin
2015-10-29cbfstool: add ELF header initialization helperAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2015-01-13cbfstool: Remove arch check for different stagesFurquan Shaikh
2014-12-09aarch64: Add ELF supportMarcelo Povoa
2014-10-16RISCV: add this architecture to cbfstoolRonald G. Minnich
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-22elfheaders: fix 64-bit ELF writingAaron Durbin
2014-08-10cbfstool: free stale memoryPatrick Georgi
2014-05-27util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel
2014-03-18cbfstool: add ELF writing supportAaron Durbin
2014-03-14cbfstool: add symbol table parsing to the ELF parserAaron Durbin
2014-03-14cbfstool: add string table parsing to ELF parserAaron Durbin
2014-03-14cbfstool: add relocation parsing to ELF parserAaron Durbin
2014-03-14cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin
2014-03-13cbfstool: remove incorrect section size checkAaron Durbin
2014-03-13cbfstool: elfparsing: check segment and section regionsAaron Durbin
2014-03-13cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-03-13cbfstool: move iself() to eflheaders.cAaron Durbin
2014-03-13cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin
2014-02-04cbfstool: Eliminate global variable "arch"Alexandru Gagniuc
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich