Searched refs:EPhEntSize (Results 1 – 7 of 7) sorted by relevance
20 EPhEntSize: [[PHENTSIZE=<none>]]
89 EPhEntSize: [[PHENTSIZE=<none>]]
146 EPhEntSize: [[PHENTSIZE=<none>]]
683 EPhEntSize: [[PHENTSIZE=<none>]]
85 Optional<llvm::yaml::Hex16> EPhEntSize; member
893 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()895 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping()
420 if (Doc.Header.EPhEntSize) in writeELFHeader()421 Header.e_phentsize = *Doc.Header.EPhEntSize; in writeELFHeader()