Searched refs:Sec64 (Results 1 – 2 of 2) sorted by relevance
133 const MachO::section_64 &Sec64 = in createNormalizedSections() local136 memcpy(&NSec.SectName, &Sec64.sectname, 16); in createNormalizedSections()138 memcpy(&NSec.SegName, Sec64.segname, 16); in createNormalizedSections()141 NSec.Address = orc::ExecutorAddr(Sec64.addr); in createNormalizedSections()142 NSec.Size = Sec64.size; in createNormalizedSections()143 NSec.Alignment = 1ULL << Sec64.align; in createNormalizedSections()144 NSec.Flags = Sec64.flags; in createNormalizedSections()145 DataOffset = Sec64.offset; in createNormalizedSections()
570 const XCOFFSectionHeader64 *Sec64 = sectionHeaderTable64(); in getRelocationOffset() local576 if (Sec64->VirtualAddress <= RelocAddress && in getRelocationOffset()577 RelocAddress < Sec64->VirtualAddress + Sec64->SectionSize) { in getRelocationOffset()578 return RelocAddress - Sec64->VirtualAddress; in getRelocationOffset()580 ++Sec64; in getRelocationOffset()