Searched refs:irela_head (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c14880 Elf_Internal_Rela *irela_head, *irela; local
14908 irela_head = (Elf_Internal_Rela *) bfd_zmalloc
14909 ((NUM_SHDR_ENTRIES (rel_hdr) + 1) * sizeof (*irela_head));
14912 irela = irela_head;
15015 irela = irela_head;
15024 free (irela_head);

Completed in 118 milliseconds