Home
last modified time | relevance | path

Searched full:eshentsize (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dheader-sh-fields.yaml36 EShEntSize: [[SHENTSIZE=64]]
/external/llvm-project/llvm/test/Object/
Dinvalid.test191 EShEntSize: 1
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp897 IO.mapOptional("EShEntSize", FileHdr.EShEntSize); in mapping()
DELFEmitter.cpp434 Header.e_shentsize = Doc.Header.EShEntSize ? (uint16_t)*Doc.Header.EShEntSize in writeELFHeader()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h87 Optional<llvm::yaml::Hex16> EShEntSize; member