Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp154 unsigned ShstrtabIndex; member in __anon4ed704dc0111::ELFObjectWriter
460 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader()
463 Write16(ShstrtabIndex); in WriteHeader()
1376 ShstrtabIndex = SectionIndexMap.size() + 1; in CreateMetadataSections()
1377 SectionIndexMap[ShstrtabSection] = ShstrtabIndex; in CreateMetadataSections()
1561 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in writeSectionHeader()