Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp118 unsigned ShstrtabIndex; member in __anonce3554260111::ELFObjectWriter
431 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader()
434 Write16(ShstrtabIndex); in WriteHeader()
1166 ShstrtabIndex = SectionIndexMap.lookup(ShstrtabSection); in CreateMetadataSections()
1438 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in WriteSectionHeader()