Lines Matching refs:Index
316 outs() << "address index";
318 outs() << "address index";
523 unsigned Index = 0;
564 outs() << "command " << Index++ << "\n";
2165 uint32_t index = Sec.reserved1 + (ReferenceValue - Sec.addr) / stride;
2166 if (index < Dysymtab.nindirectsyms) {
2168 info->O->getIndirectSymbolTableEntry(Dysymtab, index);
2200 uint32_t index = Sec.reserved1 + (ReferenceValue - Sec.addr) / stride;
2201 if (index < Dysymtab.nindirectsyms) {
2203 info->O->getIndirectSymbolTableEntry(Dysymtab, index);
6175 for (uint64_t Index = Start; Index < End; Index += Size) {
6178 uint64_t PC = SectAddress + Index;
6204 Size = DumpDataInCode(Bytes.data() + Index, Length, Kind);
6216 gotInst = ThumbDisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
6219 gotInst = DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), PC,
6223 dumpBytes(makeArrayRef(Bytes.data() + Index, Size), outs());
6247 *(Bytes.data() + Index) & 0xff);
6250 uint32_t opcode = (*(Bytes.data() + Index) & 0xff) |
6251 (*(Bytes.data() + Index + 1) & 0xff) << 8 |
6252 (*(Bytes.data() + Index + 2) & 0xff) << 16 |
6253 (*(Bytes.data() + Index + 3) & 0xff) << 24;
6269 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
6272 uint64_t PC = SectAddress + Index;
6273 if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC,
6287 dumpBytes(makeArrayRef(Bytes.data() + Index, InstSize), outs());
6295 *(Bytes.data() + Index) & 0xff);
6533 assert(Kind == 2 && "kind for a regular 2nd level index should be 2");
6556 assert(Kind == 3 && "kind for a compressed 2nd level index should be 3");
6623 outs() << " Index array section offset: "
6634 // from a compressed 2nd level index table. In practice the linker only
6636 // the 2nd level index.
6665 // The level 1 index entries
6702 // the first top-level index's LSDAOffset to the last (sentinel).
6727 // The final sentinel top-level index has no associated 2nd level page
6731 outs() << " Second level index[" << i << "]: "
7526 outs() << " (index into indirect symbol table)\n";
8523 unsigned Index = 0;
8525 outs() << "Load command " << Index++ << "\n";