Searched refs:coff_symbol (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.h42 struct coff_symbol *symbol;
66 struct coff_symbol *symbol_list_head;
67 struct coff_symbol *symbol_list_tail;
115 struct coff_symbol *ref;
125 struct coff_symbol *ref;
169 struct coff_symbol *vars_head; /* symbols */
170 struct coff_symbol *vars_tail;
211 struct coff_symbol struct
218 struct coff_symbol *next;
219 struct coff_symbol *next_in_ofile_lis
[all...]
H A Dcoffgrok.c41 static struct coff_symbol *last_function_symbol;
47 static struct coff_symbol **tindex;
69 static struct coff_symbol *empty_symbol (void);
89 static struct coff_symbol *
92 return (struct coff_symbol *) (xcalloc (sizeof (struct coff_symbol), 1));
540 struct coff_symbol *s = empty_symbol ();
737 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
H A Dsrconv.c66 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int);
68 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int);
70 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
310 struct coff_symbol *s;
517 struct coff_symbol *ref;
634 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol,
716 struct coff_symbol *param;
741 struct coff_symbol *member;
823 struct coff_symbol *member;
892 struct coff_symbol *symbo
[all...]
H A Dcoffdump.c327 dump_coff_symbol (struct coff_symbol *p)
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFObjectWriter.cpp374 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); local
376 coff_section->Symbol = coff_symbol;
377 coff_symbol->Section = coff_section;
378 coff_symbol->Data.StorageClass = COFF::IMAGE_SYM_CLASS_STATIC;
381 coff_symbol->Aux.resize(1);
382 memset(&coff_symbol->Aux[0], 0, sizeof(coff_symbol->Aux[0]));
383 coff_symbol->Aux[0].AuxType = ATSectionDefinition;
384 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
417 COFFSymbol *coff_symbol local
651 COFFSymbol *coff_symbol = SymbolMap[&A_SD.getSymbol()]; local
727 COFFSymbol *coff_symbol = *i; local
751 COFFSymbol *coff_symbol = *i; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h37 struct coff_symbol { struct in namespace:llvm::object
98 const coff_symbol *SymbolTable;
104 const coff_symbol *toSymb(DataRefImpl Symb) const;
172 const coff_symbol *getCOFFSymbol(symbol_iterator &It) const;
182 error_code getSymbol(uint32_t index, const coff_symbol *&Res) const;
185 const coff_symbol *s;
190 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const;
191 ArrayRef<uint8_t> getSymbolAuxData(const coff_symbol *symbol) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp55 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const {
56 const coff_symbol *addr = reinterpret_cast<const coff_symbol*>(Symb.p);
63 + (Header->NumberOfSymbols * sizeof(coff_symbol)))
66 assert((offset - Header->PointerToSymbolTable) % sizeof(coff_symbol)
92 const coff_symbol *symb = toSymb(Symb);
101 const coff_symbol *symb = toSymb(Symb);
107 const coff_symbol *symb = toSymb(Symb);
125 const coff_symbol *symb = toSymb(Symb);
143 const coff_symbol *sym
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/obj2yaml/
H A Dcoff2yaml.cpp307 const llvm::object::coff_symbol *symbol = Obj.getCOFFSymbol(iter);
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.cpp463 const coff_symbol *symbol = 0;

Completed in 192 milliseconds