Searched refs:decode_relrs (Results 1 – 3 of 3) sorted by relevance
336 ELFFile<ELFT>::decode_relrs(Elf_Relr_Range relrs) const { in decode_relrs() function in ELFFile
371 std::vector<Elf_Rel> decode_relrs(Elf_Relr_Range relrs) const;
3994 return this->Obj.decode_relrs(*RelrsOrErr).size(); in printRelocations()5042 for (const Elf_Rel &Rel : Obj.decode_relrs(Relrs)) in printDynamicRelocationsHelper()6580 for (const Elf_Rel &R : Obj.decode_relrs(*RangeOrErr)) in forEachRelocationDo()