llvm-project/lldb/source/Plugins/ObjectFile
Stephen Wilson 7f3b57ca35 Test if an ELF object is executable by checking if an entry point is defined.
The previous check on header type ET_EXEC is not general enough.  Position
independent executables have type ET_DYN.

llvm-svn: 123498
2011-01-15 00:09:50 +00:00
..
ELF Test if an ELF object is executable by checking if an entry point is defined. 2011-01-15 00:09:50 +00:00
Mach-O Added the ability to dump sections to a certain depth (for when sections 2010-12-08 05:08:21 +00:00