Searched refs:EPhOff (Results 1 – 3 of 3) sorted by relevance
124 std::optional<llvm::yaml::Hex64> EPhOff; member
490 if (Doc.Header.EPhOff) in writeELFHeader()491 Header.e_phoff = *Doc.Header.EPhOff; in writeELFHeader()
1135 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()1136 IO.mapOptional("EPhOff", FileHdr.EPhOff); in mapping()