Lines Matching refs:Index
60 // sections and symbols can be referenced by name instead of by index.
207 unsigned Index;
208 if (SN2I.lookup(Sec->Link, Index)) {
213 SHeader.sh_link = Index;
223 unsigned Index;
224 if (SN2I.lookup(S->Info, Index)) {
225 if (S->Info.getAsInteger(0, Index)) {
231 SHeader.sh_info = Index;
269 // One greater than symbol table index of the last local symbol.
325 unsigned Index;
326 if (SN2I.lookup(Sym.Section, Index)) {
331 Symbol.st_shndx = Index;