Searched refs:decodeCrel (Results 1 – 4 of 4) sorted by relevance
412 ELFFile<ELFT>::decodeCrel(ArrayRef<uint8_t> Content) const { in decodeCrel() function in ELFFile417 Error Err = object::decodeCrel<ELFT::Is64Bits>( in decodeCrel()447 return decodeCrel(*ContentsOrErr); in crels()
216 static Error decodeCrel( in decodeCrel() function375 Expected<RelsOrRelas> decodeCrel(ArrayRef<uint8_t> Content) const;
1047 Error Err = decodeCrel<ELFT::Is64Bits>( in section_rel_begin()
5007 Obj.decodeCrel(ArrayRef<uint8_t>(Region.Addr, ObjSize - Offset)); in printDynamicRelocationsHelper()