summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/elf.h (unfollow)
Commit message (Expand)Author
2013-08-21sbtools: more code refactoringAmaury Pouly
2013-08-06elf: fix handling of virtual/physical addressesAmaury Pouly
2013-08-06sbtools: elf library can now load global symbolsAmaury Pouly
2013-08-06sbtools: add helper to determine if a file is a valid ELF imageAmaury Pouly
2013-08-06sbtools: make code aware of elf section namesAmaury Pouly
2013-07-18sbtools: refactor and cleanupAmaury Pouly
2012-12-16imxtools/sbtools: add elf function (sort by address)Amaury Pouly
2012-11-27sbtoelf: implement sb extraction for sb1Amaury Pouly
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly
2011-10-29sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...Amaury Pouly
2011-09-15sbtools: move the db parse to its own file and improve error messagesAmaury Pouly
2011-09-15sbtools: implement virtual to physical address translation for elf filesAmaury Pouly
2011-04-17sbtools: move internal elf definition to elf.c, implement elf readingAmaury Pouly
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly
2011-03-03sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener...Amaury Pouly
2010-12-01sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to e...Amaury Pouly
2010-12-01sbinfo: first try at creating an elf file out of the .sb messAmaury Pouly