Searched refs:Sec64 (Results 1 – 2 of 2) sorted by relevance
129 const MachO::section_64 &Sec64 = in createNormalizedSections() local132 memcpy(&NSec.SectName, &Sec64.sectname, 16); in createNormalizedSections()134 memcpy(&NSec.SegName, Sec64.segname, 16); in createNormalizedSections()137 NSec.Address = orc::ExecutorAddr(Sec64.addr); in createNormalizedSections()138 NSec.Size = Sec64.size; in createNormalizedSections()139 NSec.Alignment = 1ULL << Sec64.align; in createNormalizedSections()140 NSec.Flags = Sec64.flags; in createNormalizedSections()141 DataOffset = Sec64.offset; in createNormalizedSections()
400 for (const auto &Sec64 : sections64()) in getLoaderSectionAddress() local401 if (Sec64.getSectionType() == XCOFF::STYP_LOADER) { in getLoaderSectionAddress()402 OffsetToLoaderSection = Sec64.FileOffsetToRawData; in getLoaderSectionAddress()403 SizeOfLoaderSection = Sec64.SectionSize; in getLoaderSectionAddress()522 const XCOFFSectionHeader64 *Sec64 = sectionHeaderTable64(); in getRelocationOffset() local528 if (Sec64->VirtualAddress <= RelocAddress && in getRelocationOffset()529 RelocAddress < Sec64->VirtualAddress + Sec64->SectionSize) { in getRelocationOffset()530 return RelocAddress - Sec64->VirtualAddress; in getRelocationOffset()532 ++Sec64; in getRelocationOffset()