Home | History | Annotate | Download | only in Object

Lines Matching refs:SectionSize

244   unsigned SectionSize = Is64 ? sizeof(macho::Section64) :
247 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;