Searched refs:Sec64 (Results 1 – 2 of 2) sorted by relevance
127 const MachO::section_64 &Sec64 = in createNormalizedSections() local130 memcpy(&NSec.SectName, &Sec64.sectname, 16); in createNormalizedSections()132 memcpy(&NSec.SegName, Sec64.segname, 16); in createNormalizedSections()135 NSec.Address = orc::ExecutorAddr(Sec64.addr); in createNormalizedSections()136 NSec.Size = Sec64.size; in createNormalizedSections()137 NSec.Alignment = 1ULL << Sec64.align; in createNormalizedSections()138 NSec.Flags = Sec64.flags; in createNormalizedSections()139 DataOffset = Sec64.offset; in createNormalizedSections()
585 const XCOFFSectionHeader64 *Sec64 = sectionHeaderTable64(); in getRelocationOffset() local591 if (Sec64->VirtualAddress <= RelocAddress && in getRelocationOffset()592 RelocAddress < Sec64->VirtualAddress + Sec64->SectionSize) { in getRelocationOffset()593 return RelocAddress - Sec64->VirtualAddress; in getRelocationOffset()595 ++Sec64; in getRelocationOffset()