reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1683 addr_t Address = H.sh_addr; 1684 addr_t Size = H.sh_flags & SHF_ALLOC ? H.sh_size : 0; 1684 addr_t Size = H.sh_flags & SHF_ALLOC ? H.sh_size : 0; 1685 if (ObjectType == ObjectFile::Type::eTypeObjectFile && Segments.empty() && (H.sh_flags & SHF_ALLOC)) { 1687 llvm::alignTo(NextVMAddress, std::max<addr_t>(H.sh_addralign, 1));