Searched refs:erelas (Results 1 – 1 of 1) sorted by relevance
1286 Elf32_External_Rela * erelas; in slurp_rela_relocs() local1288 erelas = (Elf32_External_Rela *) get_data (NULL, filedata, rel_offset, 1, in slurp_rela_relocs()1290 if (!erelas) in slurp_rela_relocs()1300 free (erelas); in slurp_rela_relocs()1307 relas[i].r_offset = BYTE_GET (erelas[i].r_offset); in slurp_rela_relocs()1308 relas[i].r_info = BYTE_GET (erelas[i].r_info); in slurp_rela_relocs()1309 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend); in slurp_rela_relocs()1312 free (erelas); in slurp_rela_relocs()1316 Elf64_External_Rela * erelas; in slurp_rela_relocs() local1318 erelas = (Elf64_External_Rela *) get_data (NULL, filedata, rel_offset, 1, in slurp_rela_relocs()[all …]