Home
last modified time | relevance | path

Searched refs:mips_tmp_reloc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Delf_machdep.c168 struct mips_tmp_reloc;
169 struct mips_tmp_reloc { struct
170 struct mips_tmp_reloc *next; argument
176 static struct mips_tmp_reloc *ml = NULL; argument
184 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 …]