Lines Matching refs:Index
26 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const {
27 assert(Index < Symbols.size() && "invalid symbol index");
28 return Symbols[Index].get();
31 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) {
33 static_cast<const SymbolTable *>(this)->getSymbolByIndex(Index));
44 for (size_t Index = 0, Size = LoadCommands.size(); Index < Size; ++Index) {
45 LoadCommand &LC = LoadCommands[Index];
48 CodeSignatureCommandIndex = Index;
53 TextSegmentCommandIndex = Index;
58 TextSegmentCommandIndex = Index;
61 SymTabCommandIndex = Index;
64 DySymTabCommandIndex = Index;
68 DyLdInfoCommandIndex = Index;
71 DataInCodeCommandIndex = Index;
74 LinkerOptimizationHintCommandIndex = Index;
77 FunctionStartsCommandIndex = Index;
80 DylibCodeSignDRsIndex = Index;
83 ChainedFixupsCommandIndex = Index;
86 ExportsTrieCommandIndex = Index;
112 OldIndexToSection[(*I)->Index] = I->get();
113 (*I)->Index = NextSectionIndex++;
142 S->n_sect = OldIndexToSection[S->n_sect]->Index;