llvm-project/llvm/include
Michael J. Spencer 582c4d2bab [readobj] Handle ELF files with no section table or with no program headers.
This adds support for finding the dynamic table and dynamic symbol table via
the section table or the program header table. If there's no section table an
attempt is made to figure out the length of the dynamic symbol table.

llvm-svn: 260488
2016-02-11 04:59:45 +00:00
..
llvm [readobj] Handle ELF files with no section table or with no program headers. 2016-02-11 04:59:45 +00:00
llvm-c Add support for struct in C API test 2016-02-10 00:38:50 +00:00