Searched refs:erelas (Results 1 – 1 of 1) sorted by relevance
785 Elf32_External_Rela * erelas; in slurp_rela_relocs() local787 erelas = (Elf32_External_Rela *) get_data (NULL, file, rel_offset, 1, in slurp_rela_relocs()789 if (!erelas) in slurp_rela_relocs()799 free (erelas); in slurp_rela_relocs()806 relas[i].r_offset = BYTE_GET (erelas[i].r_offset); in slurp_rela_relocs()807 relas[i].r_info = BYTE_GET (erelas[i].r_info); in slurp_rela_relocs()808 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend); in slurp_rela_relocs()811 free (erelas); in slurp_rela_relocs()815 Elf64_External_Rela * erelas; in slurp_rela_relocs() local817 erelas = (Elf64_External_Rela *) get_data (NULL, file, rel_offset, 1, in slurp_rela_relocs()[all …]