Searched refs:LoaderSectionAddr (Results 1 – 1 of 1) sorted by relevance
1004 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local1005 if (!LoaderSectionAddr) in getImportFileTable()1012 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()1017 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()1024 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()1030 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()1038 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()