mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
Add comments.
llvm-svn: 281098
This commit is contained in:
parent
b1ad4e2cf4
commit
478f8eb6ef
@ -478,6 +478,10 @@ template <class ELFT> void SharedFile<ELFT>::parseSoName() {
|
||||
}
|
||||
|
||||
this->initStringTable();
|
||||
|
||||
// DSOs are identified by soname, and they usually contain
|
||||
// DT_SONAME tag in their header. But if they are missing,
|
||||
// filenames are used as default sonames.
|
||||
SoName = sys::path::filename(this->getName());
|
||||
|
||||
if (!DynamicSec)
|
||||
|
Loading…
Reference in New Issue
Block a user