Searched refs:Sec32 (Results 1 – 2 of 2) sorted by relevance
231 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable() local232 uint32_t JTSectionSize = Sec32.size; in populateJumpTable()233 unsigned FirstIndirectSymbol = Sec32.reserved1; in populateJumpTable()234 unsigned JTEntrySize = Sec32.reserved2; in populateJumpTable()
145 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection() local146 uint32_t PTSectionSize = Sec32.size; in populateIndirectSymbolPointersSection()147 unsigned FirstIndirectSymbol = Sec32.reserved1; in populateIndirectSymbolPointersSection()