Lines Matching refs:CheckBool
59 virtual CheckBool ComputeRelativeTarget(const uint8* op_pointer) = 0;
62 virtual CheckBool EmitInstruction(AssemblyProgram* program,
153 CheckBool IsValidRVA(RVA rva) const WARN_UNUSED_RESULT;
156 virtual CheckBool RelToRVA(Elf32_Rel rel, RVA* result)
160 CheckBool RVAToFileOffset(RVA rva, size_t* result) const WARN_UNUSED_RESULT;
164 CheckBool RVAsToOffsets(std::vector<RVA>* rvas /*in*/,
167 CheckBool RVAsToOffsets(ScopedVector<TypedRVA>* rvas /*in and out*/);
171 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT;
172 virtual CheckBool ParseRelocationSection(
175 CheckBool ParseProgbitsSection(
182 CheckBool ParseSimpleRegion(size_t start_file_offset,
186 CheckBool ParseAbs32Relocs() WARN_UNUSED_RESULT;
187 CheckBool CheckSection(RVA rva) WARN_UNUSED_RESULT;
188 CheckBool ParseRel32RelocsFromSections() WARN_UNUSED_RESULT;
189 virtual CheckBool ParseRel32RelocsFromSection(