reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3494 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; 3495 if (Sec.sh_offset >= Phdr.p_offset) 3496 return ((Sec.sh_offset + SectionSize <= Phdr.p_filesz + Phdr.p_offset) 3496 return ((Sec.sh_offset + SectionSize <= Phdr.p_filesz + Phdr.p_offset) 3498 && (Sec.sh_offset + 1 <= Phdr.p_offset + Phdr.p_filesz)); 3498 && (Sec.sh_offset + 1 <= Phdr.p_offset + Phdr.p_filesz));