Searched refs:Sec64 (Results 1 – 2 of 2) sorted by relevance
135 const MachO::section_64 &Sec64 = in createNormalizedSections() 138 memcpy(&NSec.SectName, &Sec64.sectname, 16); in createNormalizedSections() 140 memcpy(&NSec.SegName, Sec64.segname, 16); in createNormalizedSections() 143 NSec.Address = orc::ExecutorAddr(Sec64.addr); in createNormalizedSections() 144 NSec.Size = Sec64.size; in createNormalizedSections() 145 NSec.Alignment = 1ULL << Sec64.align; in createNormalizedSections() 146 NSec.Flags = Sec64.flags; in createNormalizedSections() 147 DataOffset = Sec64.offset; in createNormalizedSections() 134 const MachO::section_64 &Sec64 = createNormalizedSections() local
580 const XCOFFSectionHeader64 *Sec64 = sectionHeaderTable64(); in getRelocationOffset() local586 if (Sec64->VirtualAddress <= RelocAddress && in getRelocationOffset()587 RelocAddress < Sec64->VirtualAddress + Sec64->SectionSize) { in getRelocationOffset()588 return RelocAddress - Sec64->VirtualAddress; in getRelocationOffset()590 ++Sec64; in getRelocationOffset()