Searched refs:SectionEntry (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 39 class SectionEntry { 51 SectionEntry(uint8_t* address, size_t size, uintptr_t stubOffset, in SectionEntry() function 101 typedef SmallVector<SectionEntry, 64> SectionList;
|
D | RuntimeDyld.cpp | 191 Sections.push_back(SectionEntry(Addr, TotalSize, TotalSize, 0)); in emitCommonSymbols() 290 Sections.push_back(SectionEntry(Addr, Allocate, DataSize,(uintptr_t)pData)); in emitSection()
|
D | RuntimeDyldMachO.cpp | 215 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef()
|
D | RuntimeDyldELF.cpp | 398 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef()
|