HomeSort by relevance Sort by last modified time
    Searched refs:StringIndex (Results 1 - 9 of 9) sorted by null

  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 73 void handleStabSymbolTableEntry(uint32_t StringIndex, uint8_t Type,
86 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, uint32_t StringIndex,
210 uint32_t StringIndex, uint8_t Type,
216 << format_hex_no_prefix(StringIndex, 8) << ' '
261 const char *Name = &MainBinaryStrings.data()[StringIndex];
338 void MachODebugMapParser::handleStabSymbolTableEntry(uint32_t StringIndex,
346 const char *Name = &MainBinaryStrings.data()[StringIndex];
  /external/llvm/include/llvm/Object/
Archive.h 141 uint32_t StringIndex; // Extra index to the string.
151 , StringIndex(stri) {}
  /external/llvm/lib/Object/
Archive.cpp 440 return Parent->getSymbolTable().begin() + StringIndex;
498 // t.StringIndex is an offset from the start of the __.SYMDEF or
500 // struct indexed by t.SymbolIndex . To change t.StringIndex to the
515 // don't change the t.StringIndex as we don't want to reference a ranlib
523 t.StringIndex -= CurRanStrx;
524 t.StringIndex += NextRanStrx;
528 t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1;
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 170 void writeSymbol(SymbolTableWriter &Writer, uint32_t StringIndex,
450 uint32_t StringIndex, ELFSymbolData &MSD,
488 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
909 unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION
913 writeSymbol(Writer, StringIndex, MSD, Layout);
920 unsigned StringIndex = StrTabBuilder.getOffset(MSD.Name);
922 writeSymbol(Writer, StringIndex, MSD, Layout);
    [all...]
MachObjectWriter.cpp 363 Address = AliaseeInfo->StringIndex;
374 write32(MSD.StringIndex);
540 MSD.StringIndex = StringTable.getOffset(Symbol.getName());
566 MSD.StringIndex = StringTable.getOffset(Symbol.getName());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 144 USHORT StringIndex, Reserved2;
232 USHORT StringIndex, Reserved2;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 78 uint64_t StringIndex;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 284 uint32_t StringIndex;
370 Symbol.StringIndex = Entry.n_strx;
378 Symbol.StringIndex = Entry.n_strx;
621 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 246 milliseconds