1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Libraries/LibELF
Lenny Maiorani b2316701a8 Everywhere: void arguments to C functions
Problem:
- C functions with no arguments require a single `void` in the argument list.

Solution:
- Put the `void` in the argument list of functions in C header files.
2020-12-26 10:10:27 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
AuxiliaryVector.h LibELF: Move AuxiliaryValue into the ELF namespace 2020-12-25 14:48:30 +01:00
CoreDump.h LibELF: Refactor coredump notes section structures 2020-12-14 23:05:53 +01:00
DynamicLoader.cpp Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
DynamicLoader.h Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
DynamicObject.cpp Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
DynamicObject.h Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
exec_elf.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
Image.cpp Kernel+LibELF: Abort ELF executable load sooner when something fails 2020-12-25 14:42:42 +01:00
Image.h Kernel+LibELF: Abort ELF executable load sooner when something fails 2020-12-25 14:42:42 +01:00
Validation.cpp Kernel+LibELF: Allow Non ET_DYN executables to have an interpreter 2020-12-24 21:34:51 +01:00
Validation.h LibELF+Kernel: Validate program headers in Image::parse 2020-12-01 09:58:21 +01:00