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

/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c8354 typedef struct nds32_elf_blank nds32_elf_blank_t;
8363 nds32_elf_blank_t *next;
8364 nds32_elf_blank_t *prev;
8367 static nds32_elf_blank_t *blank_free_list = NULL;
8369 static nds32_elf_blank_t *
8372 nds32_elf_blank_t *blank_t;
8380 blank_t = bfd_malloc (sizeof (nds32_elf_blank_t));
8395 remove_nds32_elf_blank (nds32_elf_blank_t *blank_p)
8412 nds32_elf_blank_t *blank_t;
8422 static nds32_elf_blank_t *
8347 typedef struct nds32_elf_blank nds32_elf_blank_t; typedef in typeref:struct:nds32_elf_blank
[all...]

Completed in 128 milliseconds