Home | History | Annotate | Download | only in Object

Lines Matching refs:SectionStart

443     uint32_t SectionStart = Section->VirtualAddress;
445 if (SectionStart <= Addr && Addr < SectionEnd) {
446 uint32_t Offset = Addr - SectionStart;