llvm/include
Michael J. Spencer f8cdb803c2 [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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260488 91177308-0d34-0410-b5e6-96231b3b80d8
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