Searched defs:ShstrtabIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DELFObjectWriter.cpp176 unsigned ShstrtabIndex; member in class:__anon25871::ELFObjectWriter
483 if (ShstrtabIndex >= ELF::SHN_LORESERVE)
486 Write16(ShstrtabIndex);
1429 ShstrtabIndex = SectionIndexMap.lookup(ShstrtabSection);
1676 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0;

Completed in 164 milliseconds