Lines Matching refs:DataRefImpl
59 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const { in toSymb()
77 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { in toSec()
94 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb, in getSymbolNext()
103 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName()
109 error_code COFFObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset()
125 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress()
141 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType()
167 error_code COFFObjectFile::getSymbolFlags(DataRefImpl Symb, in getSymbolFlags()
191 error_code COFFObjectFile::getSymbolSize(DataRefImpl Symb, in getSymbolSize()
210 error_code COFFObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection()
218 DataRefImpl Sec; in getSymbolSection()
225 error_code COFFObjectFile::getSymbolValue(DataRefImpl Symb, in getSymbolValue()
230 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
239 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
245 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
252 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
259 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
268 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
277 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
284 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, in isSectionData()
291 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
298 error_code COFFObjectFile::isSectionRequiredForExecution(DataRefImpl Sec, in isSectionRequiredForExecution()
305 error_code COFFObjectFile::isSectionVirtual(DataRefImpl Sec, in isSectionVirtual()
312 error_code COFFObjectFile::isSectionZeroInit(DataRefImpl Sec, in isSectionZeroInit()
319 error_code COFFObjectFile::isSectionReadOnlyData(DataRefImpl Sec, in isSectionReadOnlyData()
326 error_code COFFObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
327 DataRefImpl Symb, in sectionContainsSymbol()
340 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
342 DataRefImpl ret; in section_rel_begin()
351 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
353 DataRefImpl ret; in section_rel_end()
528 DataRefImpl ret; in begin_symbols()
535 DataRefImpl ret; in end_symbols()
566 DataRefImpl Imp; in import_directory_begin()
572 DataRefImpl Imp; in import_directory_end()
583 DataRefImpl ret; in begin_sections()
589 DataRefImpl ret; in end_sections()
760 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
763 error_code COFFObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext()
770 error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
774 error_code COFFObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset()
779 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
781 DataRefImpl Symb; in getRelocationSymbol()
785 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
808 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
862 error_code COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
867 DataRefImpl sym; in getRelocationValueString()
875 error_code COFFObjectFile::getLibraryNext(DataRefImpl LibData, in getLibraryNext()
880 error_code COFFObjectFile::getLibraryPath(DataRefImpl LibData, in getLibraryPath()
890 static const import_directory_table_entry *toImportEntry(DataRefImpl Imp) { in toImportEntry()
898 DataRefImpl Next; in getNext()