Searched full:ephentsize (Results 1 – 8 of 8) sorted by relevance
20 EPhEntSize: [[PHENTSIZE=<none>]]
89 EPhEntSize: [[PHENTSIZE=<none>]]
146 EPhEntSize: [[PHENTSIZE=<none>]]
683 EPhEntSize: [[PHENTSIZE=<none>]]
41 EPhEntSize: [[PHENTSIZE=56]]
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()
85 Optional<llvm::yaml::Hex16> EPhEntSize; member