Home
last modified time | relevance | path

Searched refs:PrHdr (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp648 auto &PrHdr = Obj.ProgramHdrSegment; in readProgramHeaders() local
649 PrHdr.Type = PT_PHDR; in readProgramHeaders()
650 PrHdr.Flags = 0; in readProgramHeaders()
655 PrHdr.OriginalOffset = PrHdr.Offset = PrHdr.VAddr = Ehdr.e_phoff; in readProgramHeaders()
656 PrHdr.PAddr = 0; in readProgramHeaders()
657 PrHdr.FileSize = PrHdr.MemSize = Ehdr.e_phentsize * Ehdr.e_phnum; in readProgramHeaders()
659 PrHdr.Align = sizeof(Elf_Addr); in readProgramHeaders()
660 PrHdr.Index = Index++; in readProgramHeaders()
667 setParentSegment(PrHdr); in readProgramHeaders()