Home | History | Annotate | Download | only in Object

Lines Matching refs:error_code

31   MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, error_code &ec);
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,
66 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
67 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
68 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
69 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
70 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
71 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
72 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
73 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
74 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
75 virtual error_code isSectionRequiredForExecution(DataRefImpl Sec,
77 virtual error_code isSectionVirtual(DataRefImpl Sec, bool &Res) const;
78 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
79 virtual error_code sectionContainsSymbol(DataRefImpl DRI, DataRefImpl S,
84 virtual error_code getRelocationNext(DataRefImpl Rel,
86 virtual error_code getRelocationAddress(DataRefImpl Rel,
88 virtual error_code getRelocationOffset(DataRefImpl Rel,
90 virtual error_code getRelocationSymbol(DataRefImpl Rel,
92 virtual error_code getRelocationType(DataRefImpl Rel,
94 virtual error_code getRelocationTypeName(DataRefImpl Rel,
96 virtual error_code getRelocationAdditionalInfo(DataRefImpl Rel,
98 virtual error_code getRelocationValueString(DataRefImpl Rel,
100 virtual error_code getRelocationHidden(DataRefImpl Rel, bool &Result) const;
102 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
103 virtual error_code getLibraryPath(DataRefImpl LibData, StringRef &Res) const;