Searched refs:EPhEntSize (Results 1 – 9 of 9) sorted by relevance
20 EPhEntSize: [[PHENTSIZE=<none>]]
108 EPhEntSize: [[PHENTSIZE=<none>]]
146 EPhEntSize: [[PHENTSIZE=<none>]]
692 EPhEntSize: [[PHENTSIZE=<none>]]
41 EPhEntSize: [[PHENTSIZE=56]]
294 EPhEntSize: [[PHENTSIZE=<none>]]
124 Optional<llvm::yaml::Hex16> EPhEntSize; member
1087 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()1089 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping()
489 if (Doc.Header.EPhEntSize) in writeELFHeader()490 Header.e_phentsize = *Doc.Header.EPhEntSize; in writeELFHeader()