Searched refs:Sec32 (Results 1 – 4 of 4) sorted by relevance
134 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl()); in createNormalizedSections() local136 memcpy(&NSec.SectName, &Sec32.sectname, 16); in createNormalizedSections()138 memcpy(&NSec.SegName, Sec32.segname, 16); in createNormalizedSections()141 NSec.Address = Sec32.addr; in createNormalizedSections()142 NSec.Size = Sec32.size; in createNormalizedSections()143 NSec.Alignment = 1ULL << Sec32.align; in createNormalizedSections()144 NSec.Flags = Sec32.flags; in createNormalizedSections()145 DataOffset = Sec32.offset; in createNormalizedSections()
216 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable() local217 uint32_t JTSectionSize = Sec32.size; in populateJumpTable()218 unsigned FirstIndirectSymbol = Sec32.reserved1; in populateJumpTable()219 unsigned JTEntrySize = Sec32.reserved2; in populateJumpTable()
188 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection() local189 uint32_t PTSectionSize = Sec32.size; in populateIndirectSymbolPointersSection()190 unsigned FirstIndirectSymbol = Sec32.reserved1; in populateIndirectSymbolPointersSection()
354 const XCOFFSectionHeader32 *Sec32 = sectionHeaderTable32(); in getRelocationOffset() local360 if (Sec32->VirtualAddress <= RelocAddress && in getRelocationOffset()361 RelocAddress < Sec32->VirtualAddress + Sec32->SectionSize) { in getRelocationOffset()362 return RelocAddress - Sec32->VirtualAddress; in getRelocationOffset()364 ++Sec32; in getRelocationOffset()