Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dgnu-section-mapping.test20 EPhEntSize: [[PHENTSIZE=<none>]]
H A Dgnu-notes.test108 EPhEntSize: [[PHENTSIZE=<none>]]
H A Ddynamic-tags.test146 EPhEntSize: [[PHENTSIZE=<none>]]
H A Dprogram-headers.test692 EPhEntSize: [[PHENTSIZE=<none>]]
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dheader-sh-fields.yaml41 EPhEntSize: [[PHENTSIZE=56]]
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/
H A Dprogram-headers.test294 EPhEntSize: [[PHENTSIZE=<none>]]
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h124 Optional<llvm::yaml::Hex16> EPhEntSize; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1087 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()
1089 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping()
H A DELFEmitter.cpp489 if (Doc.Header.EPhEntSize) in writeELFHeader()
490 Header.e_phentsize = *Doc.Header.EPhEntSize; in writeELFHeader()