summaryrefslogtreecommitdiff
path: root/Libraries/LibELF/Validation.h
AgeCommit message (Collapse)Author
2020-04-11LibELF: Move validation methods to their own fileAndrew Kaster
These validate_elf_* methods really had no business being static methods of ELF::Image. Now that the ELF namespace exists, it makes sense to just move them to be free functions in the namespace.