Home
last modified time | relevance | path

Searched full:ephentsize (Results 1 – 8 of 8) 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/test/tools/yaml2obj/ELF/
Dheader-sh-fields.yaml41 EPhEntSize: [[PHENTSIZE=56]]
/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()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h85 Optional<llvm::yaml::Hex16> EPhEntSize; member