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

  /external/llvm/include/llvm/Object/
MachO.h 55 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
56 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
57 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
58 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
59 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
60 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
61 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
62 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
63 virtual error_code getSymbolSection(DataRefImpl Symb,
COFF.h 104 const coff_symbol *toSymb(DataRefImpl Symb) const;
109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
111 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
113 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
114 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
115 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
117 virtual error_code getSymbolSection(DataRefImpl Symb,
    [all...]
ELF.h 514 const Elf_Sym *Symb,
520 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private?
521 void validateSymbol(DataRefImpl Symb) const;
525 const Elf_Sym *Symb,
530 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version,
533 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
534 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
535 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
536 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
537 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const
712 const Elf_Sym *symb = getSymbol(Symb); local
761 const Elf_Sym *symb = getSymbol(Symb); local
772 const Elf_Sym *symb = getSymbol(Symb); local
816 const Elf_Sym *symb = getSymbol(Symb); local
851 const Elf_Sym *symb = getSymbol(Symb); local
884 const Elf_Sym *symb = getSymbol(Symb); local
896 const Elf_Sym *symb = getSymbol(Symb); local
961 const Elf_Sym *symb = getSymbol(Symb); local
993 const Elf_Sym *symb = getSymbol(Symb); local
1028 const Elf_Sym *symb = getSymbol(Symb); local
1734 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index); local
    [all...]
ObjectFile.h 50 content_iterator(content_type symb)
51 : Current(symb) {}
288 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const = 0;
289 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
290 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0;
291 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const =0;
292 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const = 0;
293 virtual error_code getSymbolType(DataRefImpl Symb,
295 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const = 0;
296 virtual error_code getSymbolFlags(DataRefImpl Symb,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 57 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const {
58 const coff_symbol *addr = reinterpret_cast<const coff_symbol*>(Symb.p);
92 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb,
94 const coff_symbol *symb = toSymb(Symb); local
95 symb += 1 + symb->NumberOfAuxSymbols;
96 Symb.p = reinterpret_cast<uintptr_t>(symb);
97 Result = SymbolRef(Symb, this)
103 const coff_symbol *symb = toSymb(Symb); local
109 const coff_symbol *symb = toSymb(Symb); local
127 const coff_symbol *symb = toSymb(Symb); local
145 const coff_symbol *symb = toSymb(Symb); local
167 const coff_symbol *symb = toSymb(Symb); local
194 const coff_symbol *symb = toSymb(Symb); local
212 const coff_symbol *symb = toSymb(Symb); local
280 const coff_symbol *symb = toSymb(Symb); local
386 const coff_symbol *symb = toSymb(Symb); local
800 const coff_symbol *symb = 0; local
    [all...]
MachOObjectFile.cpp 314 error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb,
319 getSymbol64TableEntry(Symb, Entry);
323 getSymbolTableEntry(Symb, Entry);
335 error_code MachOObjectFile::getSymbolType(DataRefImpl Symb,
340 getSymbol64TableEntry(Symb, Entry);
344 getSymbolTableEntry(Symb, Entry);
616 DataRefImpl Symb,
619 getSymbolType(Symb, ST);
632 getSymbol64TableEntry(Symb, Entry);
637 getSymbolTableEntry(Symb, Entry)
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 86 COFFSymbol *Symb;
88 COFFRelocation() : Symb(NULL) {}
653 const MCSymbolRefExpr *SymB = Target.getSymB();
654 const bool CrossSection = SymB &&
655 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
668 // In the case where we have SymbA and SymB, we just need to store the delta
684 Reloc.Symb = coff_symbol->Section->Symbol;
688 Reloc.Symb = coff_symbol;
690 ++Reloc.Symb->Relocations;
807 assert((*cr).Symb->Index != -1)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 86 MCSymbol *Symb = DD->getStringPoolEntry(String);
89 Value = new (DIEValueAllocator) DIELabel(Symb);
92 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
    [all...]

Completed in 59 milliseconds