Searched refs:YAMLSec (Results 1 – 1 of 1) sorted by relevance
673 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()912 if (YAMLSec && YAMLSec->Address) { in assignSectionAddress()1002 if (YAMLSec) in initSymtabSectionHeader()1007 if (YAMLSec && YAMLSec->Flags) in initSymtabSectionHeader()1016 SHeader.sh_addralign = YAMLSec ? (uint64_t)YAMLSec->AddressAlign : 8; in initSymtabSectionHeader()1041 SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_STRTAB; in initStrtabSectionHeader()1042 SHeader.sh_addralign = YAMLSec ? (uint64_t)YAMLSec->AddressAlign : 1; in initStrtabSectionHeader()1061 if (YAMLSec && YAMLSec->Flags) in initStrtabSectionHeader()1099 SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_PROGBITS; in initDWARFSectionHeader()1100 SHeader.sh_addralign = YAMLSec ? (uint64_t)YAMLSec->AddressAlign : 1; in initDWARFSectionHeader()[all …]