Searched refs:decodeCrel (Results 1 – 4 of 4) sorted by relevance
410 ELFFile<ELFT>::decodeCrel(ArrayRef<uint8_t> Content) const { in decodeCrel() function in ELFFile415 Error Err = object::decodeCrel<ELFT::Is64Bits>( in decodeCrel()445 return decodeCrel(*ContentsOrErr); in crels()
215 Error decodeCrel( in decodeCrel() function369 Expected<RelsOrRelas> decodeCrel(ArrayRef<uint8_t> Content) const;
1042 Error Err = decodeCrel<ELFT::Is64Bits>( in section_rel_begin()
4942 Obj.decodeCrel(ArrayRef<uint8_t>(Region.Addr, ObjSize - Offset)); in printDynamicRelocationsHelper()