Home
last modified time | relevance | path

Searched refs:SectionEntry (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h39 class SectionEntry {
51 SectionEntry(uint8_t* address, size_t size, uintptr_t stubOffset, in SectionEntry() function
101 typedef SmallVector<SectionEntry, 64> SectionList;
DRuntimeDyld.cpp191 Sections.push_back(SectionEntry(Addr, TotalSize, TotalSize, 0)); in emitCommonSymbols()
290 Sections.push_back(SectionEntry(Addr, Allocate, DataSize,(uintptr_t)pData)); in emitSection()
DRuntimeDyldMachO.cpp215 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef()
DRuntimeDyldELF.cpp398 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef()