Searched refs:mips_tmp_reloc (Results 1 – 1 of 1) sorted by relevance
168 struct mips_tmp_reloc;169 struct mips_tmp_reloc { struct170 struct mips_tmp_reloc *next; argument176 static struct mips_tmp_reloc *ml = NULL; argument184 struct mips_tmp_reloc *r; in mips_tmp_reloc_add()186 r = malloc(sizeof(struct mips_tmp_reloc), M_TEMP, M_NOWAIT); in mips_tmp_reloc_add()210 struct mips_tmp_reloc *r, *rn; in mips_tmp_reloc_flush()224 static struct mips_tmp_reloc *227 struct mips_tmp_reloc *r; in mips_tmp_reloc_get()240 mips_tmp_reloc_free(struct mips_tmp_reloc *r) in mips_tmp_reloc_free()[all …]