Searched refs:SymCount (Results 1 – 2 of 2) sorted by relevance
27 unsigned SymCount = 0; in initialize() local28 #define SYMBOL(Name, NS, Header) ++SymCount; in initialize()32 SymbolNames = new std::remove_reference_t<decltype(*SymbolNames)>[SymCount]; in initialize()34 new std::remove_reference_t<decltype(*SymbolHeaderIDs)>[SymCount]; in initialize()
630 Expected<uint64_t> SymCount = ElfFile.getDynSymtabSize(); in buildStub() local631 if (!SymCount) in buildStub()632 return SymCount.takeError(); in buildStub()633 if (*SymCount > 0) { in buildStub()640 reinterpret_cast<const Elf_Sym *>(*DynSymPtr), *SymCount); in buildStub()