-
load-from-dynsym-alone.c -
load-symtab-and-dynsym.c -
source/Plugins/ObjectFile/ELF/
| | Authored by kwk on Sep 10 2019, 2:38 AM. Event TimelineHerald added a project: Restricted Project. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Herald added a project: Restricted Project. kwk reopened this revision. This revision is now accepted and ready to land. kwk marked 2 inline comments as done. kwk marked an inline comment as done. Path | Size |
---|
| | | | | | | | | 41 lines | | 59 lines | | 98 lines | | 2 lines | | | | 2 lines | | source/ | Plugins/ | ObjectFile/ | ELF/ |
| | | 37 lines | | 23 lines | | 9 lines | | 62 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
6c8c9ad08ab2 | caa0e90e531c | cc443945a766 | Konrad Kleine | Cleanup | Oct 1 2019, 8:45 AM | cc443945a766 | 18321e2207a3 | 713b7d0b8cf2 | Konrad Kleine | Simplify NamedELFSymbol::hash() | Oct 1 2019, 8:34 AM | 713b7d0b8cf2 | ba87623f39d5 | 84c326d80430 | Konrad Kleine | Cleanup from experiment | Oct 1 2019, 8:32 AM | 84c326d80430 | c0e5651ec981 | d15b978d2492 | Konrad Kleine | Use compiler-generated copy-ctor | Oct 1 2019, 7:17 AM | d15b978d2492 | b53e29314b8d | bec1351bba92 | Konrad Kleine | Check that no additional symbols follow after the expected ones | Oct 1 2019, 7:15 AM | bec1351bba92 | d412626d5871 | 6fdd2c66e6a0 | Konrad Kleine | Simplify NamedELFSymbol::hash() | Oct 1 2019, 3:51 AM | 6fdd2c66e6a0 | b112bed11b92 | 7a9b44be50d6 | Konrad Kleine | Fix comment | Oct 1 2019, 3:22 AM | 7a9b44be50d6 | f9e5b10f0be8 | a80244e3a27b | Konrad Kleine | Correct comment of test | Oct 1 2019, 3:21 AM | a80244e3a27b | 75558eb2a2f1 | 568c52b5ccb9 | Konrad Kleine | Move compare and hash logic out of base class into derived class as requested | Oct 1 2019, 2:08 AM | 568c52b5ccb9 | 889eeb78bc29 | e8e9f278f5b0 | Konrad Kleine | Fix typo: smymtab -> symtab | Oct 1 2019, 2:00 AM | e8e9f278f5b0 | 6bebcdd3d28d | c7a4d156c53e | Konrad Kleine | Remove verbose output in test | Sep 30 2019, 1:06 PM | c7a4d156c53e | 48967fdd3d17 | cec79fa80111 | Konrad Kleine | Fix comment | Sep 30 2019, 12:52 PM | cec79fa80111 | f0fca1088bea | 5cdc12a8f6a8 | Konrad Kleine | include test code in .c test file | Sep 30 2019, 8:28 AM | 5cdc12a8f6a8 | 85f51c68cbd8 | ce0c3a469967 | Konrad Kleine | Added YAML test to merge symbols | Sep 30 2019, 7:33 AM | ce0c3a469967 | ef53dab46f0d | 6b6becc5cd9b | Konrad Kleine | Applied changes requested in review | Sep 30 2019, 4:27 AM | 6b6becc5cd9b | 0257f3efc744 | 525acf8196fb | Konrad Kleine | typo: dynmic -> dynamic | Sep 27 2019, 2:28 AM | 525acf8196fb | a8dc8fc1dd07 | edef40a2f4f6 | Konrad Kleine | | Sep 26 2019, 10:00 PM | edef40a2f4f6 | 77b66aa27b35 | c340ccd35cc8 | Konrad Kleine | make the section name part of NamedELFSymbol | Sep 26 2019, 9:14 PM | c340ccd35cc8 | 77a641eea548 | 1fbd3af30c2b | Konrad Kleine | Change order of compare members to match order of member definitions. | Sep 26 2019, 9:00 PM | 1fbd3af30c2b | c7948bf54f51 | f1fdc6382a11 | Konrad Kleine | Cleanup | Sep 26 2019, 8:38 PM | f1fdc6382a11 | 8af992fb09eb | 72acd62c6d4a | Konrad Kleine | Cleanup | Sep 26 2019, 2:35 PM | 72acd62c6d4a | c497560abcb7 | 1ea4fc24a0c2 | Konrad Kleine | Use unordered_set for storing unique elf symbols | Sep 26 2019, 9:01 AM | 1ea4fc24a0c2 | 5bc3ceeb763a | ca53f22ea000 | Konrad Kleine | Working tests | Sep 26 2019, 6:05 AM | ca53f22ea000 | b358ec6fb80a | 31485d4ba86b | Konrad Kleine | Adjust other occurrence of AddSymbol where ELF plays a role | Sep 25 2019, 2:23 AM | 31485d4ba86b | f1a1d142acd2 | 53d41e5eec11 | Konrad Kleine | Revert "Change test expectation to find 2 instead of 1 symbol" (Show More…) | Sep 25 2019, 1:55 AM | 53d41e5eec11 | 1dfae7411e82 | 3bf8ab3b2aff | Konrad Kleine | symbol uniqueness by using elf::ELFSymbol | Sep 17 2019, 2:02 AM | 3bf8ab3b2aff | 79ef5c93aa09 | 5b8dcc0d0124 | Konrad Kleine | Change test expectation to find 2 instead of 1 symbol | Sep 12 2019, 2:24 AM | 5b8dcc0d0124 | 4753925fd4c2 | 5198c7d88831 | Konrad Kleine | | Sep 11 2019, 3:12 AM | 5198c7d88831 | 7709ae8e7ed2 | ce7cfbccc63b | Konrad Kleine | [LLDB][ELF] Load both, .symtab and .dynsym sections (Show More…) | Sep 11 2019, 3:00 AM |
|
Please add a CHECK-EMPTY: after this line to ensure there are no additional symbols here.