Home
last modified time | relevance | path

Searched refs:Sec32 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h231 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable() local
232 uint32_t JTSectionSize = Sec32.size; in populateJumpTable()
233 unsigned FirstIndirectSymbol = Sec32.reserved1; in populateJumpTable()
234 unsigned JTEntrySize = Sec32.reserved2; in populateJumpTable()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp145 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection() local
146 uint32_t PTSectionSize = Sec32.size; in populateIndirectSymbolPointersSection()
147 unsigned FirstIndirectSymbol = Sec32.reserved1; in populateIndirectSymbolPointersSection()