Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp119 unsigned ShstrtabIndex; member in __anon98cc56600111::ELFObjectWriter
427 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader()
430 Write16(ShstrtabIndex); in WriteHeader()
1143 ShstrtabIndex = SectionIndexMap.lookup(ShstrtabSection); in CreateMetadataSections()
1395 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in WriteSectionHeader()