Searched refs:duplicate_rel (Results 1 – 2 of 2) sorted by relevance
144 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel() function207 !duplicate_rel(base, rel, i)) in count_plts()
151 static bool duplicate_rel(const Elf64_Rela *rela, int num) in duplicate_rel() function205 if (rela[i].r_addend != 0 || !duplicate_rel(rela, i)) in count_plts()
Completed in 3 milliseconds