Searched refs:StringIndex (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
H A DArchive.h129 uint32_t StringIndex; // Extra index to the string. member in class:llvm::object::Archive::Symbol
139 , StringIndex(stri) {}
/external/llvm/lib/Object/
H A DArchive.cpp331 return Parent->SymbolTable->getBuffer().begin() + StringIndex;
388 // t.StringIndex is an offset from the start of the __.SYMDEF or
390 // struct indexed by t.SymbolIndex . To change t.StringIndex to the
406 // don't change the t.StringIndex as we don't want to reference a ranlib
416 t.StringIndex -= CurRanStrx;
417 t.StringIndex += NextRanStrx;
421 t.StringIndex =
422 Parent->SymbolTable->getBuffer().find('\0', t.StringIndex) + 1;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp150 uint32_t StringIndex; member in struct:__anon26414::MachOSymbol
192 Symbol.StringIndex = Entry.n_strx;
200 Symbol.StringIndex = Entry.n_strx;
391 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
/external/chromium_org/tools/usb_gadget/
H A Dhid_descriptors.py156 StringIndex = _DefineItem('StringIndex', 7, hid_constants.Scope.LOCAL) variable
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp173 unsigned Index, uint32_t StringIndex,
177 const char *Name = &StringTable.data()[StringIndex];
179 outs() << " (('n_strx', " << StringIndex << ")\n";
172 DumpSymbolTableEntryData(const MachOObjectFile &Obj, unsigned Index, uint32_t StringIndex, uint8_t Type, uint8_t SectionIndex, uint16_t Flags, uint64_t Value, StringRef StringTable) argument
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h86 uint64_t StringIndex; member in struct:llvm::MachObjectWriter::MachSymbolData
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp365 Address = AliaseeInfo->StringIndex;
391 Write32(MSD.StringIndex);
575 MSD.StringIndex = Entry;
610 MSD.StringIndex = Entry;
H A DELFObjectWriter.cpp134 uint64_t StringIndex; member in struct:__anon25871::ELFObjectWriter::ELFSymbolData
623 Writer.writeSymbol(MSD.StringIndex, Info, Value, Size, Other,
1082 MSD.StringIndex = StrTabBuilder.getOffset(MSD.Name);
1084 MSD.StringIndex = StrTabBuilder.getOffset(MSD.Name);
1086 MSD.StringIndex = StrTabBuilder.getOffset(MSD.Name);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h896 USHORT StringIndex, Reserved2; member in struct:_HIDP_VALUE_CAPS::__anon12868::__anon12870
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 334 milliseconds