Searched defs:SectionBase (Results 1 – 5 of 5) sorted by relevance
839 uintptr_t SectionBase = reinterpret_cast<uintptr_t>( in getStubAddrFor() local843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor() local
856 uintptr_t SectionBase = reinterpret_cast<uintptr_t>( in getStubAddrFor() local860 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor() local
377 class SectionBase(object): class in SourceFile
32 class SectionBase; variable
319 SectionPred RemovePred = [](const SectionBase &) { return false; }; in HandleArgs()