Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-section-mapping.test20 EPhEntSize: [[PHENTSIZE=<none>]]
Dgnu-notes.test89 EPhEntSize: [[PHENTSIZE=<none>]]
Ddynamic-tags.test146 EPhEntSize: [[PHENTSIZE=<none>]]
Dprogram-headers.test683 EPhEntSize: [[PHENTSIZE=<none>]]
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h85 Optional<llvm::yaml::Hex16> EPhEntSize; member
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp893 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()
895 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping()
DELFEmitter.cpp420 if (Doc.Header.EPhEntSize) in writeELFHeader()
421 Header.e_phentsize = *Doc.Header.EPhEntSize; in writeELFHeader()