class ExecTest_ElfWithNoLoadSegments_Test
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc
An ELF with a non-empty program header table (e_phnum == 1, PT_NULL) but zero
PT_LOAD segments succeeds in replacing the process image with no mapped executable
segments and faults with SIGSEGV upon jumping to e_entry (0x0).
Public Methods
void ExecTest_ElfWithNoLoadSegments_Test ()
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc
void ExecTest_ElfWithNoLoadSegments_Test (const ExecTest_ElfWithNoLoadSegments_Test & )
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc
void ExecTest_ElfWithNoLoadSegments_Test (ExecTest_ElfWithNoLoadSegments_Test && )
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc
ExecTest_ElfWithNoLoadSegments_Test & operator= (const ExecTest_ElfWithNoLoadSegments_Test & )
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc
ExecTest_ElfWithNoLoadSegments_Test & operator= (ExecTest_ElfWithNoLoadSegments_Test && )
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc
void ~ExecTest_ElfWithNoLoadSegments_Test ()
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/exec_test.cc